<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.StartYourBusiness.TaxPayment.Head.jpg") no-repeat center;
}

.activeA {
    color: #0C72B9;
}

.activeAA {
    display: none;
}

.patent-area-1 {
    background: linear-gradient(to right, #cceef0, #c3efe2);
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
}

.patent-area-1-inside {
    background-color: #F8F8F8;
    width: 94%;
    margin: 40px auto;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-tags {
    width: 95%;
    display: flex;
    justify-content: space-evenly;
}

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

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

    .i-top-title {
        font-size: 50px;
    }

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

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

    .div-tag {
        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: white;
        border: 2px solid #84e7d8;
    }

    .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, #2ae6f6, 66%, #15c6b1);
        opacity: 0.9;
    }

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

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

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

    .tag-inside-bgc-selected {
        width: 100%;
        height: 65%;
        border: 0;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: linear-gradient(to right, #c2f4fd, #c2f4fd);
    }

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

    .content-title-bg {
        width: 100%;
        height: 70%;
        position: relative;
        /*z-index: 5;*/
        background: linear-gradient(to right, #2be7f8, 66%, #17c3ab);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .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: 28px;
        color: white;
        font-weight: bolder;
        width: 333px;
        height: 120px;
        border-bottom: 5px solid #FFFFFF;
    }

    .content-detail {
        width: 90%;
        margin: auto;
        line-height: 32px;
        font-size: 16px;
        color: #646466;
    }

    .content-detail &gt; p &gt; b {
        color: #282828;
    }

    .content-detail-mb1em {
        margin-bottom: 1em;
    }

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

    .ellipsis {
        width: 460px; /* 瀹氫箟瀹瑰櫒瀹藉害 */
        white-space: nowrap; /* 纭繚鏂囨湰鍦ㄤ竴琛屽唴鏄剧ず */
        overflow: hidden; /* 闅愯棌瓒呭嚭瀹瑰櫒鐨勫唴瀹� */
        text-overflow: ellipsis; /* 瓒呭嚭閮ㄥ垎鏄剧ず鐪佺暐鍙� */
        line-height: 28px;
    }

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

    .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, #70ebf7, #62d4c3) 30 30;
        background-image: linear-gradient(to right, #e1f9fb, #dff5f3);
        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: 120px;
        height: calc(var(--f-boder) * 2);
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        background-color: rgba(33, 209, 234, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .f-border .tips-content {
        font-size: 16px;
    }

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

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

    .patent-area-2-a-text&gt;b::after {
        content: '';
        position: absolute;
        top: 105px;
        right: 25px;
        width: 18px;
        height: 24px;
        background: url(../images/Inv.StartYourBusiness.TaxPayment.icon-cursor.png) no-repeat center center;
    }

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

}

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


    .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, #cceef0, #c3efe2);
        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;
        display: flex;
        align-items: center;
    }

    .title {
        font-size: 18px;
        text-align: center;
        width: 100%;
        height: 130px;
        line-height: 40px;
        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: #f9faf6;
        border: 2px solid #84e7d8;
    }

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

    .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, #2ae6f6, 66%, #15c6b1);
        opacity: 0.7;
    }

    .tag-inside-content {
        width: 75%;
        height: 75px;
        font-size: 12px;
        color: #06acb9;
        text-align: center;
        position: relative;
        margin: auto;
        top: -130px;
        z-index: 10;
    }

    .tag-inside-content-selected {
        width: 75%;
        height: 75px;
        font-size: 12px;
        color: black;
        text-align: center;
        position: relative;
        margin: auto;
        top: -130px;
        z-index: 10;
    }

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

    .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, #2be7f8, 66%, #17c3ab);
    }

    .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 {
        width: 90%;
        margin: 2em auto;
        line-height: 28px;
        font-size: 14px;
    }

    .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: 12px;
        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, #70ebf7, #62d4c3) 30 30;
        background-image: linear-gradient(to right, #e1f9fb, #dff5f3);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .f-border .u-tips {
        position: absolute;
        top: -10px;
        left: var(--f-boder-negative);
        width: 100px;
        height: 50px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        background-color: rgb(33, 209, 234, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .f-border .tips-content {
        font-size: 14px;
    }

    .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: 1em 1em 0;
    }

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

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

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

    .patent-area-2-a-text&gt;b::after {
        content: '';
        position: absolute;
        top: 105px;
        right: 40px;
        width: 18px;
        height: 24px;
        background: url(../images/Inv.StartYourBusiness.TaxPayment.icon-cursor.png) no-repeat center center;
    }

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

}

@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>