<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;
}
.newsTopNav{
    background: url("../images/inv.patent.header.jpg") no-repeat center;
}
.activeA {
    color: #0C72B9;
}
.activeAA {
    display: none;
}
.patent-area-1 {
    background: linear-gradient(to right, #D2E6FE, #CEDBFC);
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
}
.patent-area-1-inside {
    background-color: #F8F8F8;
    width: 94%;
    margin: 30px auto;
    padding-bottom: 40px;
}
.div-tags {
    width: 100%;
    display: flex;
}
.g-bd-wrap {
    display: flex;
    align-items: flex-end;
}
.tag-inside-icon {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center, center;
    background-color: #E9F2FF;
    border: 2px solid #9ACEFE;
    background-size: 50% 50%, auto;
}
[data-tab="employment_first"] .tag-inside-icon{
    background-image: url("../images/inv.employment.tag1.png");
}
[data-tab="employment_first"].active .tag-inside-icon{
    background-image: url("../images/inv.employment.tag1.active.png"), linear-gradient(to right, #84CDFD,#596BFA);
}
[data-tab="employment_second"] .tag-inside-icon{
    background-image: url("../images/inv.employment.tag2.png");
}
[data-tab="employment_second"].active .tag-inside-icon{
    background-image: url("../images/inv.employment.tag2.active.png"), linear-gradient(to right, #84CDFD,#596BFA);
}
[data-tab="employment_third"] .tag-inside-icon{
    background-image: url("../images/inv.employment.tag3.png");
}
[data-tab="employment_third"].active .tag-inside-icon{
    background-image: url("../images/inv.employment.tag3.active.png"), linear-gradient(to right, #84CDFD,#596BFA);
}
@media (min-width: 1200px) {
    .display-mobile {
        display: none;
    }
    .g-bd-wrap {
        background: #fff url(../images/inv.patent.title-002.jpg) center no-repeat;
        background-size: 100%  100%;
        width: 100%;
        height: 450px;
    }
    .i-top-title {
        font-size: 50px;
    }
    .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 {
        height: 50%;
        top: 20px;

    }

    .tag-inside-content {
        width: 85%;
        height: 90px;
        font-size: 20px;
        color: #8bba96;
        text-align: center;
        position: relative;
        margin: auto;
        top: -175px;
        z-index: 10;
        padding: 0 10px;
    }
    [data-tab="employment_first"].active .tag-inside-content{
        color: black;
    }
    [data-tab="employment_second"].active .tag-inside-content{
        color: black;
    }
    [data-tab="employment_third"].active .tag-inside-content{
        color: black;
    }
    .tag-inside-bgc {
        width: 85%;
        height: 65%;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: #FFFFFF;
        border: 2px solid #9ACEFE;
    }
    [data-tab="employment_first"].active .tag-inside-bgc{
        background: #DAEBFF;
    }
    [data-tab="employment_second"].active .tag-inside-bgc{
        background: #DAEBFF;
    }
    [data-tab="employment_third"].active .tag-inside-bgc{
        background: #DAEBFF;
    }

    .div-arr{
        width: 100px;
        margin-top: 50px;
        text-align: center;
    }
    .content-title-div {
        width: 93%;
        height: 350px;
        margin: 30px auto;
    }
    .content-title-bg {
        width: 100%;
        height: 70%;
        position: relative;
        background: linear-gradient(to right, #84CEFD, #4B5DFF);
        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;
    }
    .content-title {
        margin-top: 20px;
        margin-left: 40px;
        font-size: 20px;
        color: white;
        font-weight: bolder;
        width: 600px;
        height: 120px;
        line-height: 1.5;
    }
    .content-detail {
        width: 90%;
        margin: auto;
        line-height: 32px;
        font-size: 16px;
    }

    .bd-main-md {
        padding: 24px 64px 20px 75px;
        margin-top: 50px;
    }
    .f-border {
        position: relative;
        border: 50px solid #f3f3f3;
        background-color: #fde8db;

    }

    .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: 30px;
        height: 30px;
        background-color: #f8eee7;
    }

    .bd-main-md .md-wrap ul{
        /*line-height: 40px;*/
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
    .bd-main-md .md-wrap ul li{
        margin: 20px 0;
        line-height: 1.5;
    }
    .bd-main-md .u-more i{
        font-style: italic;
        font-size: 16px;
    }
    .patent-area-2 {
        display: flex;
        width: 100%;
        height: 370px;
        margin-bottom: 50px;
    }
    ul {
        list-style-type: none;
        width: 100%;
        font-size: 15px;
        line-height: 28px;
    }
    .f-border {
        --f-boder: 40px;
        --f-boder-negative: calc(var(--f-boder) * -1);

        height: 100%;
        position: relative;
        border: var(--f-boder) solid;
        border-image: linear-gradient(to right, #ACDDFD, #8490FC) 30 30;
        background-image: linear-gradient(to right, #EEF8FD, #E8E9FE);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .f-border .u-tips {
        position: absolute;
        top: var(--f-boder-negative);
        left: var(--f-boder-negative);
        width: 249px;
        height: calc(var(--f-boder) * 1.5);
        text-align: center;
        color: #fff;
        font-size: 1.1em;
        font-weight: 600;
        background-color: rgb(110 114 254 / 50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .f-border::before, .f-border::after {
        content: '';
        position: absolute;
        top: var(--f-boder-negative);
        right: var(--f-boder-negative);
    }

    .f-border::before {
        bottom: var(--f-boder-negative);
        width: var(--f-boder);
        background-color: #fdfdfd;
        border-top: var(--f-boder) solid #f7f7f7;
        border-bottom: var(--f-boder) solid #f7f7f7;
    }

    .f-border::after {
        width: calc(var(--f-boder) - 16px);
        height: calc(var(--f-boder) - 11px);
        background-color: #cfe0ea;
    }

    .f-border-content-ol {
        margin-top: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .f-border-content-ol &gt; ol {
        width: 90%;
        margin-left: 3em;
        line-height: 26px;
    }

    .f-border-content-faqs {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .patent-area-2-a-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #2c3e50;
        line-height: 26px;
    }

    .patent-area-2 {
        width: 100%;
        height: 250px;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .patent-area-2-left {
        width: 660px;
        font-size: 15px;
    }

    .patent-area-2-left .more {
        display: flex;
        flex-direction: row-reverse;
        margin-right: 2em;
        font-style: italic;
    }

    .patent-area-2-right {
        width: 480px;
    }
}
@media (max-width: 768px) {
    .display-pc {
        display: none;
    }
    .g-bd-wrap {
        background: #fff url(../images/inv.patent.title-001.jpg) center no-repeat;
        background-size: 100%  100%;
        width: 100%;
    }
    .i-top-title {
        font-size: 25px;
        font-weight: bolder;
    }
    .page-head {
        height: 115px;
        color: #ffffff;
        display: flex;
        align-items: center;
    }
    .container {
        padding: 0 5px;
    }
    .patent-area-1 {
        background: linear-gradient(to right, #D2E6FE, #CEDBFC);
        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: 34px;
        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 {
        height: 20%;
        top: -35px;

    }

    .tag-inside-icon&gt;img, .tag-inside-icon-selected&gt;img {
        width: 80%;
    }
    .tag-inside-content {
        width: 70%;
        height: 75px;
        font-size: 12px;
        color: #8bba96;
        text-align: center;
        position: relative;
        margin: auto;
        top: -120px;
        z-index: 10;
    }
    [data-tab="employment_first"].active .tag-inside-content{
        color: black;
    }
    [data-tab="employment_second"].active .tag-inside-content{
        color: black;
    }
    [data-tab="employment_third"].active .tag-inside-content{
        color: black;
    }
    .tag-inside-bgc {
        width: 85%;
        height: 25%;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: #FFFFFF;
        border: 2px solid #c9e2ce;
    }

    [data-tab="employment_first"].active .tag-inside-bgc{
        background: #DAEBFF;
    }
    [data-tab="employment_second"].active .tag-inside-bgc{
        background: #DAEBFF;
    }
    [data-tab="employment_third"].active .tag-inside-bgc{
        background: #DAEBFF;
    }

    .div-arr{
        display: none;
    }
    .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, #84CEFD, #4B5DFF);
    }
    .content-title-detail {
        display: flex;
        position: relative;
        z-index: 10;
        top: -90%;
    }
    .content-title-img {
        display: none;
    }
    .content-title {
        margin-left: 5px;
        font-size: 16px;
        color: white;
        font-weight: bolder;
        width: 100%;
    }
    .content-detail {
        width: 90%;
        margin: 20px auto;
        line-height: 28px;
        font-size: 14px;
        word-wrap: break-word;
    }
    .bd-main-md{
        margin-top: 10px;
    }
    .patent-area-2 {
        width: 100%;
        margin-top: 20px;
    }

    .patent-area-2 {
        width: 100%;
        margin-top: 20px;
    }


    .area-2-left-inside {
        width: 95%;
        padding-top: 40px;
        padding-bottom: 20px;
        padding-left: 35px;
    }

    .area-2-left-inside &gt; p {
        font-size: 14px;
        text-align: right;
        padding-right: 30px;
        font-style: italic;
    }

    ul {
        list-style-type: none;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .area-2-right {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        padding: 30px 0;
    }

    .area-2-right-word {
        padding-bottom: 15px;
    }

    b {
        font-size: 16px;
    }

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

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

    .f-border {
        --f-boder: 10px;
        --f-boder-negative: calc(var(--f-boder) * -1);

        height: 100%;
        position: relative;
        border: var(--f-boder) solid;
        border-image: linear-gradient(to right, #ACDDFD, #8490FC) 30 30;
        background-image: linear-gradient(to right, #EEF8FD, #E8E9FE);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .f-border .u-tips {
        top: calc(var(--f-boder-negative) + 3px);
        left: var(--f-boder-negative);
        /*width: calc(var(--f-boder) * 15);*/
        height: calc(var(--f-boder) * 3);
        text-align: center;
        color: #fff;
        font-size: 1.0em;
        font-weight: 600;
        background-color: rgb(159 202 221 / 50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .f-border .md-wrap{
        margin-top: 1em;
    }

    .f-border::before, .f-border::after {
        content: '';
        position: absolute;
        top: var(--f-boder-negative);
        right: var(--f-boder-negative);
    }

    .f-border::before {
        bottom: var(--f-boder-negative);
        width: var(--f-boder);
        background-color: #fdfdfd;
        border-top: var(--f-boder) solid #f7f7f7;
        border-bottom: var(--f-boder) solid #f7f7f7;
    }

    .f-border::after {
        width: calc(var(--f-boder) - 16px);
        height: calc(var(--f-boder) - 11px);
        background-color: #cfe0ea;
    }

    .f-border-content-ol {
        margin-top: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 24px;
    }

    .f-border-content-ol &gt; ol {
        width: 90%;
        margin: 1em 1em 0;
    }

    .f-border-content-faqs {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0.8em 0 0.8em;
        text-align: center;
    }

    .patent-area-2-left {
        margin-bottom: 10px;
    }

    .patent-area-2-a-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #2c3e50;
        line-height: 26px;
    }

    .patent-area-2-left .more {
        display: flex;
        flex-direction: row-reverse;
        margin-right: 1em;
        font-style: italic;
        font-size: 14px;
    }
}
@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>