body {
    margin: 0;
    padding: 0;
    width: 100vw;
    background-color: white;
}

.back-top{
    display: none;
    position: fixed;
    bottom: 150px;
    right: 60px;
    background: none;
    border: none;
    cursor: pointer;
}

.back-top img{
    width: 71px;
}

.List-ProductsItem{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 292px;
    margin-top: 100px;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #E8EEF1D9;
    border-radius: 0px 0px 100px 100px;
}

.List-ProductsItem button{
    background: none;
    border: none;
    cursor: pointer;
    padding-left: 6px;
    padding-right: 6px;
}

.List-ProductsItem button img{
    width: 15vw;
}

.Topnav-Container {
    background-color: white;
    box-shadow: 0px 4px 20px 0px #0000001A;
    opacity: 0.9;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.Mobile-Topnav{
    display: none;
}

.PC-Topnav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100vw;
    display: flex;
    align-items: center;
}

.PC-Topnav li:nth-child(1) {
    flex: 35%;
    margin: 0;
    margin-left: 12.5vw;
}

.PC-Topnav li:nth-child(1) .Clearsoft{
    display: flex;
    flex-direction: column;
}

.PC-Topnav li:nth-child(1) .Clearsoft div .Chinese{
    font-size: 28px;
    color: #4F4F4F;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.PC-Topnav li:nth-child(1) .Clearsoft div .English{
    font-size: 14px;
    color: #0075BC;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.PC-Topnav li:nth-child(2) {
    flex: 13%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

.PC-Topnav li:nth-child(2) a{
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    background-color: #F5F5F5;
    width: 160px;
    height: 48px;
    max-width: 160px;
    max-height: 48px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.PC-Topnav li:nth-child(3) {
    flex: 13%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

.PC-Topnav li:nth-child(3) a{
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #247EE9;
    width: 160px;
    height: 48px;
    max-width: 160px;
    max-height: 48px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.PC-Topnav li:nth-child(4) {
    flex: 13%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

#Products-ItemList{
    background: none;
    border: none;
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    background-color: #F5F5F5;
    width: 160px;
    height: 48px;
    max-width: 160px;
    max-height: 48px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
}

.PC-Topnav li:nth-child(4) img{
    width: 13px;
    margin-left: 5px;
}

.PC-Topnav li:nth-child(5) {
    flex: 13%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
}

.PC-Topnav li:nth-child(5) a{
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    background-color: #F5F5F5;
    width: 160px;
    height: 48px;
    max-width: 160px;
    max-height: 48px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.PC-Topnav li:nth-child(6) {
    flex: 12%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    margin-right: 12.5%;
    margin-left: 40px;
    color: #0075BC;
}

.PC-Topnav li:nth-child(6) div{
    color: black;
}

.PC-Topnav li:nth-child(6) a{
    text-decoration: none;
    color: #000000;
}

.PC-Topnav li img{
    height: 48px;
}

.PC-Topnav li:nth-child(6) img{
    height: 22px;
}

.Mobile-Menu-Container{
    display: none;
}

.Content{
    background-image: url("../image/newscenter/PC/Newscenter-bg.svg");
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 1700px;
}

.news{
    width: 62.5vw;
}

.news-Path{
    margin-top: 160px;
    display: flex;
    font-size: 20px;
}

.news-Path a{
    text-decoration: none;
    color: black;
}

.news-Path div:nth-of-type(3){
    color: #0075BC;
}

.news-Forum{
    width: 62.5vw;
    margin-top: 40px;
    background-color: white;
    box-shadow: 0px 4px 46px 0px #00000026;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.news-Forum-img img{
    margin-top: 40px;
    width: 57.5vw;
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 20px;
}

.news-Forum-text{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
    margin-right: 40px;
}

.news-Text{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    line-height: 39px;
    padding-bottom: 60px;
}

.news .BacktoNewscenter{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.PC-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    color: white;
    background-color: #002136;
}

.Mobile-footer{
    display: none;
}

.PC-footer div{
    color: gray;
    font-size: 16px;
}

.PC-footer div:nth-of-type(2){
    color: white;
    margin-top: 10px;
    font-size: 16px;
}

.PC-footer div:nth-of-type(2) button{
    color: white;
    font-size: 16px;
    text-decoration: underline;
    border: none;
    background: none;
    cursor: pointer;
}

.Policy-Container{
    position: fixed;
    top: 0;
    display: none;
    /* justify-content: center; */
    z-index: 10000;
}

.Policy{
    border-radius: 20px;
    max-width: 1084px;
    max-height: 678px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
    background: linear-gradient(to bottom, #DEEAFF, #FFFFFF);
}

.Policy .Policy-Title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-top: 5%;
    font-weight: bold;
}

.Policy .Policy-Title button{
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 92.5%;
    margin-bottom: 60px;
}

.Policy .Policy-Content{
    height: 80%;
}

.Policy-Text{
    background-color: white;
    border-radius: 20px;
    margin-left: 10%;
    margin-top: 40px;
    overflow-y: scroll;
    margin-right: 10%;
    height: 80%;
    padding: 30px;
    line-height: 32px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* �唳��蠘死���蝵抬��臭誑�寞���閬�矽�湧�𤩺�摨� */
    z-index: 9999;
    display: none;
}

@media screen and (max-width: 768px){
    .back-top{
        display: none;
    }

    .PC-Topnav{
        display: none;
    }

    .Topnav-Container {
        width: 100vw;
        height: 10vh;
        background-image: none;
        background-color: white;
        box-shadow: 0px 4px 20px 0px #0000001A;
        opacity: 0.9;
    }

    .Mobile-Topnav{
        display: flex;
        align-items: center;
    }

    .Mobile-Topnav img{
        display: flex;
        justify-content: center;
    }

    .Mobile-Topnav {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100vw;
        display: flex;
        /* justify-content: center; */
        align-items: center;
    }
    
    .Mobile-Topnav li {
        margin: 0;
        width: 20vw;
        align-items: center;
    }

    .Mobile-Topnav li Button{
        border: none;
        background: none;
        margin-left: 20px;
    }
    
    .Mobile-Topnav li:nth-child(2) {
        margin: 0;
        display: flex;
        align-items: center;
        position: absolute;
        left: 20vw;
        width: 80vw;
        padding-left: 15vw;
    }
    
    .Mobile-Topnav li:nth-child(2) .Clearsoft{
        display: flex;
        flex-direction: column;
    }
    
    .Mobile-Topnav li:nth-child(2) .Clearsoft div .Chinese{
        font-size: 28px;
        color: #4F4F4F;
        cursor: pointer;
        text-decoration: none;
        font-weight: bold;
    }
    
    .Mobile-Topnav li:nth-child(2) .Clearsoft div .English{
        font-size: 14px;
        color: #0075BC;
        cursor: pointer;
        text-decoration: none;
        font-weight: bold;
    }
    
    .Mobile-Menu-Container{
        display: none;
    }

    .Mobile-Menu-Topnav-Container{
        position: fixed;
        top: 0;
        width: 100vw;
        height: 10vh;
        background-image: none;
        background-color: white;
        opacity: 1.0;
        display: flex;
        align-items: center;
    }

    .Mobile-Menu-Topnav{
        list-style: none;
        display: flex;
        align-items: center;
        padding: 0;
        position: fixed;
        z-index: 9999;
        width: 100vw;
    }

    .Mobile-Menu-Topnav li:nth-child(1){
        flex: 1;
        display: flex;
        justify-content: center;
    }

    .Mobile-Menu-Topnav li:nth-child(2){
        position: absolute;
        margin-left: 87vw;
    }

    .Mobile-Menu-Topnav button{
        background: none;
        border: none;
    }

    .Mobile-Menu{
        background-image: url("../image/index/Frame13313.svg");
        background-size: cover;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        margin-top: 10vh;
        z-index: 9999;
    }

    .Mobile-Menu a{
        background-color: #FFFFFF;
        border-radius: 80px;
        color: #000000;
        font-size: 20px;
        text-decoration: none;
        width: 160px;
        height: 48px;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Mobile-Menu a:nth-of-type(1){
        margin-top: 10vh;
    }

    .Content{
        background-image: url("../image/newscenter/Mobile/news-bg.svg");
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100vw;
        height: auto;
        margin-bottom: 100px;
        padding-bottom: 40px;
    }
    
    .news{
        width: 90vw;
    }
    
    .news-Path{
        margin-top: 160px;
    }
    
    .news-Forum{
        width: 90vw;
        margin-top: 40px;
        background-color: white;
        box-shadow: 0px 4px 46px 0px #00000026;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    
    .news-Forum-img img{
        margin-top: 40px;
        width: 70vw;
        height: auto;
        margin-left: 40px;
        margin-right: 40px;
        border-radius: 20px;
    }
    
    .news-Forum-text{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 40px;
        margin-right: 40px;
        padding-bottom: 60px;
    }
    
    .news-Date{
        margin-top: 20px;
        font-size: 16px;
        line-height: 23.17px;
        color: #0000004D;
    }

    .news-Title{
        margin-top: 20px;
        font-size: 28px;
        line-height: 40.54px;
    }
    
    .news-Text{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        line-height: 33.6px;
    }
    
    .news .BacktoNewscenter{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    
    .PC-footer{
        display: none;
    }
    
    .Mobile-footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 250px;
        background-color: #002136;
    }

    .Mobile-footer div{
        color: gray;
        font-size: 20px;
    }
    
    .Mobile-footer div:nth-of-type(2){
        color: gray;
        font-size: 20px;
    }

    .Mobile-footer div:nth-of-type(3){
        color: white;
        margin-top: 20px;
        font-size: 20px;
    }

    .Mobile-footer div:nth-of-type(4){
        color: white;
        margin-top: 20px;
        font-size: 20px;
    }

    .Mobile-footer div:nth-of-type(5){
        color: white;
        margin-top: 20px;
        font-size: 20px;
    }

    .Mobile-footer div:nth-of-type(5) button{
        color: white;
        font-size: 20px;
        text-decoration: underline;
        border: none;
        background: none;
        cursor: pointer;
    }
    
    .Policy-Container{
        position: fixed;
        top: 0;
        display: none;
        /* justify-content: center; */
        z-index: 10000;
    }
    
    .Policy{
        /* background-image: url("../image/index/Frame13355.svg"); */
        background-color: #DEEAFF;
        border-radius: 20px;
        width: 90vw;
        height: 90vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
    }
    
    .Policy .Policy-Title{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        margin-top: 10%;
    }
    
    .Policy .Policy-Title button{
        background: none;
        border: none;
        cursor: pointer;
        position: absolute;
        left: 80%;
        margin-bottom: 40px;
    }
    
    .Policy .Policy-Content{
        height: 80%;
    }
    
    .Policy-Text{
        background-color: white;
        border-radius: 20px;
        margin-left: 10%;
        margin-top: 20px;
        overflow-y: scroll;
        margin-right: 10%;
        height: 80%;
        padding: 30px;
        line-height: 32px;
    }

}
