@import url('./reset.css');

/* 页面样式 */
main {
    margin: 0 auto;
    max-width: 17.06rem;
    padding: 0.4rem;
    height: 100%;
}

main.division p, h6 {
    margin-top: 0.266rem;
}

h1 {
    font-size: 0.6rem;
    line-height: 2;
    text-align: center;
}

section {
    margin-bottom: 0.58rem;
}

section h6 {
    font-size: 0.42rem;
    line-height: 1.4;
}

section p{
    font-size: 0.42rem;
    line-height: 1.4;
}

section li{
    font-size: 0.42rem;
    line-height: 1.4;
}

hr {
    margin: 0.5333rem 0;
    background: #000;
}

.nested-ul {
    margin-left: 1.2rem;
    font-size: 0.42rem;
    line-height: 1.4;
    list-style: disc;
}

.nested-ol {
    margin-left: 1.2rem;
    font-size: 0.42rem;
    line-height: 1.4;
    list-style: decimal;
}

table.fixed-table {
    margin-top: 0.26rem;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

table.fixed-table th, td {
    padding: 0.13rem 0.13rem;
    line-height: 1.4;
} 

.indent{
    text-indent: 0.84rem;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration:underline
}

.version-text {
    text-align: right;
}
.version-text p, .version-text a {
    font-size: 0.3rem;
    line-height: 1.4;
}

.history-version-detail {
    color: #708EB7;
}