*{
    padding: 0;
    margin: 0;
}

body{
    font-family: "Microsoft YaHei",SimHei,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fff;
    width: 100%;
    height: 100%;
}
#box{
    position: relative;
    width: 100%;
    height: 100%;
}
.bold {
    font-weight: bold;
}
.contents{
    width: 96%;
    margin: 60px auto 0;
    overflow-y: scroll;
}
table {
    width: 96%;
    margin: 0 auto;
    border-collapse: collapse;
}
table th {
    font-size: 14px;
}
table td {
    font-size: 14px;
}
.header-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    height: 48px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #F6F6F6;
    position: fixed;
    top: 0;
    background: #fff;
    margin: 0;
}
.contents p {
    color: #333;
    text-align: left;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}
h3 {
    margin-bottom: 10px;
}
p.f-18 {
    color: #333;
    text-align: left;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}