body {
    font-family: "微软雅黑", Calibri, Arial, sans-serif;
    margin: 0;
}

a img {
    border: 0;
}

a:link, a:visited {
    color: blue; /* #538ccd */
    text-decoration: none;
}

a:hover, a:active {
    color: Red;
    text-decoration: underline;
}

a:link.colorLink {
    color: #3E74B0;
    text-decoration: none;
}

a:visited.colorLink {
    color: #3E74B0;
    text-decoration: none;
}

a:hover.colorLink, a:active.colorLink {
    color: red;
    text-decoration: underline;
}

.highlight{
    color: red;
}

.hCenter {
    text-align: center;
}

.vCenter {
    vertical-align: center;
}

.hRight {
    text-align: right;
}

.fRight {
    float: right;
}

.m-button {
    width: 100px;
    height: 30px;
    color: blue;
}

.fixed {
    position: fixed; top: 0;
}

#footer {
    margin: auto;
    font-size: 12px;
}

.rowFlex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ddv {
    padding: 5px 0;
    width: 100%;
}

.viewBox {
    display: inline-block;
}

.avatarCell {
    padding: 2px;
    width: 110px;
    height: 130px;
    text-align: center;
    vertical-align: bottom;
}

.avatarBox {
    width: 102px;
}

.lblCell {
    padding: 2px;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    background-color: #ECF4FF;
}

.itemCell {
    padding: 2px;
    min-width: 150px;
}

.lblBox {
    padding: 2px;
    width: 96px;
    text-align: right;
    white-space: nowrap;
    background-color: #ECF4FF;
}

.editorBox {
    width: 100%;
}

.editorBox td {
    border-color: #ccc;
    border-width: 0 1px 1px 0;
    border-style: dotted;
}

.color-cyan {
    color: #1296db;
}

.color-grey {
    color: silver;
}

.font-small {
    font-size: 12px;
}