body, html {
    height: 100%;
    margin: 0;
    font-family: Microsoft JhengHei;
    font-weight: bold;
    -webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none;
    overflow-x: hidden;
    overflow-y: hidden;
}



/*下背景*/
.yellow_down{
    background: url('../img/bg_manage.svg') bottom left no-repeat fixed;
    background-size:100% auto;
}

.full_up{
    position:absolute;
    width: 100%;
    top:0;
    left: 0;
    z-index: -1;
}
.full_up>img{
    width: 100%;

}


.fullwhite{
    flex-grow: 1;
    background-color: rgba(255, 255, 255,0.9);
    width: 14.4vw;
}

/*最外層container*/
.container{
    display: flex;
    flex-direction: row;
    height: 100%;
}
/*左邊*/
.lefbar{
    display: flex;
    flex-direction: column;
    width: 14.4vw;
    height: 100%;
}
/*右邊*/
.rightbar{
    width: 80vw;
}