body {
    overflow-x: hidden;
    font-family: PingFang TC, Microsoft JhengHei, sans-serif;
    box-sizing: border-box;
}

.crumbs {
    width: 100%;
    padding-bottom: 1%;
    padding-left: 13%;
    padding-top: 3%;
}

.crumbs>a {
    color: #606060;
    cursor: pointer;
    font-weight: 550;
    text-decoration: none;
}

.crumbs>a:after {
    content: "/";
    margin-left: 1%;
}

.crumbs>a:last-child:after {
    content: "";
    margin: 0;
}

.crumbs>a:first-child {
    display: inline;
    font-size: 16px;
}

.crumbs>a:last-child {
    font-size: 18px;
    color: #000;
    font-weight: 550;
}

.crumbs>a:hover {
    color: #036eb8;
}

@media (max-width: 740px) {
    .crumbs>a:first-child {
        font-size: 12px;
    }

    .crumbs>a:last-child {
        font-size: 14px;
        color: #000;
        font-weight: 550;
    }
}

.bread_more {
    margin-left: 1%;
}


.termsTitle {
    margin-left: 13%;
    margin-bottom: 10%;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu
}
.termsTitle > h1{
    font-size: clamp(24px, 3.2vw, 96px);
    display: block;
    line-height: 1.2em;
    font-weight: bold;
    font-family: 'Noto Sans TC', "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
}

.container {
    width: 80%;
    margin-left: 13%;
}

.page1Container {
    display: flex;
    counter-increment: faq_counter;
    padding-bottom: 10%;
    margin-bottom: 5%;
    border-bottom: 1px solid #000;
    transform: translateY(40px);
    opacity: 0;
    transition: all 0.6s linear;
}

.page1Container:last-child {

    border-bottom: 0px;
}

.page1_Textleft {
    width: 12%;
    font-size: 1.6vw;
    font-weight: bold;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu
}

.page1_Textleft::before {
    content: counter(faq_counter, decimal-leading-zero);
    color: #036eb8;
    display: block;
    font-weight: bold;
    font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu
}

.page1_TextContent {
    width: 75%;
    margin-left: 2%;
}

.page1_TextContent>h4:first-child {
    border-bottom: 1px solid #f0f0f0;
    margin-right: 37%;
    padding-bottom: 2%;
    margin-bottom: 5%;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Noto Sans TC', "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
}

.cross_animate>div {
    display: block;
    width: 20px;
    border-top: 3px solid #adadad;
    position: absolute;
    right: 5%;

    transition: all 0.4s ease;

}

.cross_animate>div:first-child {
    transform: rotate(90deg);
}

.answer {
    margin-right: 37%;
    color: #2e3233;
}

.answer>p {
    line-height: 300%;
    font-weight: bold;
}

.edit {
    font-size: 18px;
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height 1s linear;
    font-family: "PingFang", "PingFangTC", "Microsoft JhengHei", sans-serif;
}

@media (max-width:1000px) {
    .page1Container {
        display: flex;
        flex-direction: column;
    }

    .page1_Textleft {
        width: 100%;
        font-size: 23px;
        margin-bottom: 5%;
    }

    .page1_TextContent {
        width: 100%;
        margin-left: 0;
    }

    .page1_TextContent>h4:first-child {
        width: 90%;
        font-size: 16px;
        margin-right: 20%
    }

    .answer {
        margin-right: 20%
    }
}

@media (max-width:700px) {

    .page1_Textleft {
        margin-bottom: 5%;
    }

    .page1_TextContent {
        margin-left: 0;
    }

    .page1_TextContent>h4:first-child {
        margin-right: 0%
    }

    .answer {
        margin-right: 0%
    }

    .page1_content {
        width: 90%;
    }

    .page1_left {
        display: none;
    }
}

.ScrollDown {
    cursor: pointer;
}

@media (max-width:1200px) {
    .page1_left {
        opacity: 0;
    }
}

@media (max-width:740px) {
    .page1_left {
        display: none;
    }
}