/* ===== begin gen-analysis ===== */

.gen-analysis {
    font-size: 0.95rem;
    /*line-height: 1.8;*/
    color: #333;
    /*margin: 16px 15px 24px 12px;*/
    margin: 5px;
    padding: 10px;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    background-color: #fffdf7;
}
.gen-analysis p {
    margin: 0 0 12px;
}
.gen-analysis h1,
.gen-analysis h2,
.gen-analysis h3,
.gen-analysis h4 {
    color: #444;
    font-weight: 700;
    margin: 20px 0 10px;
    padding-bottom: 4px;
    border-bottom: 2px solid #e8e8e8;
}
.gen-analysis h1 { font-size: 1.3rem; }
.gen-analysis h2 { font-size: 1.15rem; }
.gen-analysis h3 { font-size: 1.05rem; border-bottom: 1px solid #eee; }
.gen-analysis h4 { font-size: 0.95rem; border-bottom: none; }
.gen-analysis ul,
.gen-analysis ol {
    margin: 8px 0 12px;
    padding-left: 24px;
}
.gen-analysis li {
    margin-bottom: 4px;
}
.gen-analysis strong {
    font-weight: bolder;
    color: #222;
}
.gen-analysis blockquote {
    border-left: 4px solid #c0392b;
    background: #fff8f0;
    margin: 12px 0;
    padding: 10px 16px;
    /*color: #c97626;*/
    color: #c0392b;
    border-radius: 0 4px 4px 0;
}
.gen-analysis code {
    background: #f0f0f0;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 0.88rem;
    color: #c0392b;
}
.gen-analysis pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 16px;
    overflow-x: auto;
    font-size: 0.88rem;
}
.gen-analysis table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0 16px;
    font-size: 0.92rem;
}
.gen-analysis table th {
    background: #f0f0f0;
    color: #444;
    font-weight: 700;
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: left;
}
.gen-analysis table td {
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
}
.gen-analysis table tr:nth-child(even) td {
    background: #f9f9f9;
}
.gen-analysis table tr:hover td {
    background: #fff3e8;
}
.gen-analysis hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}
/* ===== end gen-analysis ===== */


 .search-form p {
     color: #444;
 }
.f-item p {
    font-size: 12px;
    font-family: arial, verdana, Helvetica, sans-serif;
    line-height: 150%;
}
#filter-menu .f-item select {
    width: 135px;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
input, select, textarea {
    font-size: 12px;
    font-family: arial, verdana, Helvetica, sans-serif;
}
.cke {
    visibility: hidden;
}
#filter-menu .filter-item{
    padding:0;
}
#filter-menu .f-item{
    padding:8px 10px;
    margin:0;
}
.f-item.ex{
    background:#4194c3;
}
.search-form .f-item.ex  p{
    color:#FFF;
}
#filter-menu .f-item.hot_key{
    overflow: hidden;
}
#filter-menu .f-item.hot_key .word_box{
    width: calc(100% - 39px);
}
#filter-menu .f-item.hot_key a{
    text-decoration: underline;
    margin: 0 3px 0 0;
}
