﻿.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}
.star {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    font-size: 22px;
    color: #f00;
}
.red {
    color: #f00;
}
b, strong {
    font-weight: 700;
}

div#docContent .file img{
    width: 16px;
    height: 16px
}
div#docContent .file a{
    font-size: 16px;
    padding-left: 4px;
}

div#docContent a {
	color: #0083F5;
}

div#docContent .inline {
	display: inline-block;
}

div#docContent .area {
    font-size: 13px;
    background: #E0EFFE;
    border: 1px solid #ACBFD7;
    border-radius: 3px;
    padding: 8px 16px;
}

/* content */
div#docContent p {
    line-height: 1.8;
    font-size:15px;
    margin: 0 0 6px;
}

div#docContent h1 {
    font-size: 28px;
    color: #1b75bb;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 20px;
}

div#docContent h2 {
    font-size: 24px;
    color: #666666;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 4px;
    margin-bottom: 14px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color:#e5e5e5;
}

div#docContent h3 {
    font-size: 20px;
    color: #1b75bb;
    font-weight: bold;
}

div#docContent h4 {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
}

div#docContent h5 {
    font-size: 14px;
    color: #1b75bb;
}

div#docContent ul li{
    font-size: 15px;
    line-height: 1.8;
    min-height: 26px
}

div#docContent table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
}

div#docContent table tr th {
    line-height: 1.8;
    word-break:keep-all;
    min-width:60px;
    background-color: #f3f4f6;
    border: 1px solid #dddddd;
    vertical-align: bottom;
    padding: 8px;
    font-size: 14px;
    text-align: left;
}

div#docContent table tr td {
    line-height: 1.8;
    min-width:60px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #dddddd;
}

.table-d {
    overflow: auto;
}

div#docContent pre {
	background-color: #fafafa;
    margin-top: 10px;
    max-width: 100%;
    border: solid 1px #e1e4e5;
    color: #333;
    overflow-x: auto;
    
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    border-radius: 4px;
}


div#docContent pre code {
    letter-spacing: 0;
    color: #111111;
}
/* content */