body {
    overflow-x: hidden;
    font-size: 18px;
    font-family: PingFang TC, Microsoft JhengHei, sans-serif;
    box-sizing: border-box;
}

.detailContainer {
    width: 100%;
    height: auto;
    padding-left: 5%;
}

a{
    color: #000;
}

.page1 {
    width: 100%;
    /* height: 100vh; */
    display: flex;
}

.page1_left {
    width: 10%;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    position: relative;
    /* margin-left: 5%; */
    left: 0;
    top: 0;
    overflow: hidden;
}

.page1_left>a {

    position: absolute;
    left: 0;
    bottom: 100%;
    transform-origin: left top;
    display: flex;
    align-items: center;
    color: #191f23;
    font-family: 'Montserrat', 'Noto Sans TW', "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    z-index: 88;
    font-weight: bold;
    /* font-size: 16px; */

    font-size: clamp(0.7rem, 0.489rem + 1.05vw, 1.2rem);
    transition: all 0.45s ease;
    transform: rotate(-90deg) translate(calc(-100% - 32px));
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.page1_left>a>span {
    width: 180%;
    font-size: 18px;
}

.page1_left>a::before {
    content: '';
    display: block;
    width: 1.8vw;
    height: 0.5px;
    margin-right: 5%;
    background-color: #b3b3b3;
}

.page1_left>a:hover {
    letter-spacing: 2px;
}

.page1_content {
    width: 80%;
    overflow: hidden;
}



.back{
    width: 200%;
    height: 70px;
    margin-top: 5%;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    background-color: #383838;
    font-size: 1.2rem;
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 10%;
}

.back:hover{
    background-color: #036eb8;
}
.icon{
    height: 40%;
}