* {
    margin: 0;
    padding: 0;
}

body {
    width: auto;
    height: 100%;
}

.topheader {
    height: auto;
    padding: 3px 10px;
}

.taskContainer {
    height: auto;
    background-color: darkgrey;
    font-family: "微软雅黑 Microsoft Himalaya Consolas";
    border-radius: 5px;
    font-size: 12px;
}

.header {
    font-size: 16px;
    background-color: rgb(34, 135, 139);
    color: white;
    height: 30px;
    line-height: 30px;
    padding: 0px 6px;
    font-weight: bolder;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.content {
    background-color: lightgray;
    padding: 8px 10px;
    overflow: hidden;
    color: #0c2f64;
}

.updateInput {
    display: none;
}

.content input[type=datetime-local] {
    width: 200px;
    background-color: beige;
}

.content input[type=number] {
    width: 80px;
    background-color: beige;
}

.list {
    line-height: 24px;
    font-size: 14px;
}
.list span {
    margin-left: 8px;
}

.content ul {
    line-height: 24px;
    font-size: 14px;
    margin-left: 8px;
}
.content li {
    line-height: 24px;
    font-size: 14px;
    margin-left: 8px;
}
.footer {
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bolder;
}

.footer ul {
    margin: 0 15px;
}

.footer li {
    list-style: none;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: red;
    float: left;
    cursor: pointer;
}

/*----------配置主体、标题、段落、列表等元素的样式-------------*/
body {
    font-family: "Avenir Next", Helvetica, Arial, sans-serif;
    padding:1em;
    margin:auto;
    max-width:auto;
    background:rgb(8, 119, 166);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    color: #000000;
    font-size: 28pt;
        border-bottom: 1px solid #CCCCCC;
}

h2 {
    color: #000000;
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    color: #777777;
    background-color: inherit;
    font-size: 14px;
}

hr {
    height: 0.2em;
    border: 0;
    color: #DC143C;
    background-color: #DC143C;
}

p, blockquote, ul, ol, dl, li, table, pre {
    margin: 15px 0;
}
/*----------配置主体、标题、段落、列表、引用等元素的样式-------------*/
/*--------------body,h1~h6,p,ol\ul\dl\li\table\p\blockquote-----*/


/*-------a标签配置链接属性----------*/
a, a:visited {
    color: #4183C4;
    background-color: inherit;
    text-decoration: none;
}
