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, #e1ecfd, #c3e0fd);
    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;
}


@media (min-width: 1200px) {
    .display-mobile {
        display: none;
    }

    .i-top-title {
        font-size: 50px;
    }

    .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: #ecfafd;
        border: 2px solid #a6daf5;
    }

    .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, #bbdefd, 66%, #6ac2fc);
        opacity: 0.9;
    }

    .tag-inside-content {
        width: 70%;
        height: 90px;
        font-size: 24px;
        color: #3994cc;
        text-align: center;
        font-weight: bold;
        position: relative;
        margin: auto;
        top: -175px;
        z-index: 10;
    }

    .tag-inside-content-selected {
        height: 90px;
        font-size: 24px;
        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 #a6daf5;
    }

    .tag-inside-bgc-selected {
        width: 100%;
        height: 65%;
        border: 0;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: linear-gradient(to right, #d2e8fd, #d0e8fd);
    }

    .certification-div {
        width: 95%;
    }

    .hague-tags-div {
        display: flex;
        height: 55px;
        margin-top: 30px;
    }
    .cert-tag {
        width: 33.3333%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: #6ec3fc solid 2px;
        font-weight: bold;
        color: #5f9ec7;
        font-size: 16px;
        background-color: #ecfafd;
        cursor: pointer;
        text-align: center;
    }
    .cert-tag-selected {
        background-color: #6ec3fc;
        color: black;
    }
    .cert-detail {
        width: 90%;
        margin: 30px auto 0;
        line-height: 32px;
        font-size: 16px;
        color: #646466;
    }

    .cert-detail > p > b {
        color: #282828;
    }

    .hague-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, #bbdffc, #68c2fb) 30 30;
        background-image: linear-gradient(to right, #f0f7fd, #dff1fd);
        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: calc(var(--f-boder) * 3);
        height: calc(var(--f-boder) * 2);
        text-align: center;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        background: linear-gradient(to right, #92cefd, #46b5fb);
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.2em;
    }

    .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 > 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>b::after {
        content: '';
        position: absolute;
        top: 100px;
        right: 70px;
        width: 18px;
        height: 24px;
        background: url(../images/Inv.StartYourBusiness.Certification.mouse.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;
    }
    .div-tags {
        margin-top: 60px;
    }
    .hague-tags-div {
        display: flex;
        /*height: 55px;*/
        width: 95%;
        margin: auto;
        /*margin-top: 30px;*/
    }
    .cert-tag {
        width: 33.3333%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: #6ec3fc solid 2px;
        font-weight: bold;
        color: #5f9ec7;
        font-size: 16px;
        background-color: #ecfafd;
        cursor: pointer;
        text-align: center;
    }
    .cert-tag-selected {
        background-color: #6ec3fc;
        color: black;
    }
    .cert-detail {
        width: 90%;
        margin: 30px auto 0;
        line-height: 32px;
        font-size: 16px;
        color: #646466;
    }

    .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: 85px;
        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 > img, .tag-inside-icon-selected > 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: 80%;
        height: 75px;
        font-size: 12px;
        color: #06acb9;
        text-align: center;
        position: relative;
        margin: auto;
        top: -110px;
        z-index: 10;
    }

    .tag-inside-content-selected {
        width: 70%;
        height: 75px;
        font-size: 12px;
        color: black;
        text-align: center;
        position: relative;
        margin: auto;
        top: -110px;
        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 > 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 > 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: calc(var(--f-boder-negative) + 3px);
        left: var(--f-boder-negative);
        width: calc(var(--f-boder) * 7);
        height: calc(var(--f-boder) * 3);
        text-align: center;
        color: #fff;
        font-size: 1em;
        font-weight: 600;
        background-color: rgb(33, 209, 234, 0.8);
        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;
        font-size: 14px;
        line-height: 24px;
    }

    .f-border-content-ol > ol {
        width: 90%;
        margin: 1em 1em 0;
    }
    .patent-area-2-left .more{
        font-size: 14px;
    }
    .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>b::after {
        content: '';
        position: absolute;
        top: 105px;
        right: 100px;
        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 > p {
        font-size: 14px;
    }

    .area-2-left-title, .area-2-right-title {
        display: none;
    }
}
