*{
	margin: 0;
	padding: 0;
    overflow: hidden;
    border: none;
    box-sizing: border-box;
    font-family: 楷体, 宋体, 仿宋, 'AR PL UKai HK', Arial, Helvetica, sans-serif, Tahoma, Verdana, Geneva;

}
html,
body{
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0px auto;
    background-color: transparent;    
    font-size: 15px;
}
u,i,b{
    text-decoration: none;
}

#main .left-box{
    width: 15rem;
    height: 100%;
    flex-grow: 0;
    padding-top: 1rem;
}

#main .left-box a{
    display: block;
    margin: 1.5rem auto;
    padding-left: 0.5rem;
    border-bottom: 1px solid #406A52;
}
#main .left-box a:hover{
    color:cornflowerblue;
    cursor: pointer;
}

#main .right-box{
    width: 40rem;
    height: 100%;

    display:block;
    flex-direction: column;
    flex-grow: 1;
    min-width: 80%;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #F3F3F3;
    overflow-y: scroll;

}

article{
    display: block;
}

input, textarea{
    display: none;
}

#doc{

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;

    margin: 0px;
    height: 100%;
    min-height: 100%;
 
    background-color: #C2DFCD;
    z-index: 0;

}

#main{
    display:flex;
    flex-direction: row;
    flex-grow: 1;
    width: 100%;
    height: 84%;
    min-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #F3F3F3;
    overflow-y: scroll;
}

#footer,
#header{
    display:flex;
    flex-direction: column;
    width: 98%;
    height: 6rem;
    margin: 1%;
    min-width: 98%;
    justify-content: space-between;
    align-items: center;

}

#footer{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    
    height: 4.5rem;
    width: 100%;
    margin: 0px;
}

#header>div{
    height: 100%;
}

#header>div.button{
    width: 15%;
}
#header>div.title{
    height: 100%;
    width: 70%;
    flex-grow: 1;
}

#header u.title{
    display: block;
    text-decoration: none;
    text-align: center;

    color:aliceblue;
    font-size: smaller;
    height: 100%;
    width: 100%;
}

div#scrollBox{
    display:flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;

    min-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #F3F3F3;
    overflow-y: scroll;

}

#header h4,
#header h3,
#header h1{
    display: block;
    margin: 2px auto;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.4rem;
    text-align: center;
    color: #406A52;
    flex-grow: 0;
}
#header h3{
    height: 1rem;
    line-height: 1rem;
    font-size: 0.7rem;
    font-weight: normal;
    flex-grow: 1;
}
#header h4{
    height: 1rem;
    line-height: 1rem;
    font-size: 0.8rem;
    text-align: left;
}

#header h4 a{
    display: inline-block;
    width: auto;
    height: 100%;
    margin-left: 1rem;
    text-decoration: none;
    cursor: pointer;
}
#header h4 a:hover{
    color: #5fa07b;
}

#footer>div{
    height: 100%;
}
#footer>div.logo{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    height: 80%;
    margin: 10% auto;
    width: 40%;
}
#footer>div.version{
    flex-grow: 1;
    display: block;
    text-align: left;
}

#footer>div.version>h4,
#footer>div.version>h5,
#footer>div.version>h6{

    text-indent: 1rem;

    display: inline-block;
    margin: 2px auto;
    width: 100%;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.8rem;
    text-align: left;
    color: #406A52;
}
#footer>div.version>h4{
    width: 40%;
}

#footer>div.version>h5{
    width: 40%;
    font-size: 0.7rem;
    font-weight: normal;
}
#footer>div.version>h6{
    width: 100%;
    text-indent: 1.2rem;
    font-size: 0.6rem;
    font-weight: normal;
}


#footer>div.logo img{
    width: 72px;
    height: auto;
}


article>h2{
    display: block;
    margin: 12px auto 2px;
    width: 90%;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    color: #274835;    
}

article>p{
    display: block;
    margin: 2px auto;
    width: 80%;
    height: fit-content;
    line-height: 1.2rem;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: left;
    color: #42895f;    
    white-space: pre-wrap;
}

article>p>b{
    display: inline-block;
    margin: 2px auto;
    width: 80%;
    height: fit-content;
    line-height: 1.4rem;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: left;
    text-indent: 2rem;
    color: #42895f;    
}


article>p>img{
    display: block;
    margin: 1.5rem;
    width: 20%;
    height: fit-content;
    float: right;
}

article>p>img.food{
    width: 35%;
}