﻿ 
    legend {
        border-bottom: 3px solid #5BC0DE;
        font-size:14px;
    }

    .fixed_header {
        padding: 10px 15px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #ccc;
        z-index:10;
   
    }
        #footer{
    position: absolute;  bottom: 0; /* 关键 */
    left:0; /* IE下一定要记得 */
    height: 60px;         /* footer的高度一定要是固定值*/
    }  
        .fixed_foot {
        position: absolute;  bottom: 0; /* 关键 */
    left:0; /* IE下一定要记得 */
    /*height: 60px;*/         /* footer的高度一定要是固定值*/
    }
    .comm-reply {
        /*position: relative;*/
    }

    .comm-reply {
        margin-top: 10px;
        padding: 10px;
        border: 1px solid #d9d9d9;
        background: #fffdf1;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
     .comm-reply::after {
            content: '';
            position: absolute;
            left: 25px;
            top: -6px;
            z-index: 1;
            margin-left: -4px;
            width: 10px;
            height: 10px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #fffdf1;
            border-top: 1px solid #d9d9d9;
            border-left: 1px solid #d9d9d9;
        }

    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .label {
        line-height: 2;
        /*white-space: normal;*/
    }

.noBoraderPre {
    display: block;
    padding:0px;
    margin: initial;
    font-size: 16px;
    line-height: 1.8em;
    color: #080808;
    word-break: break-all;
    word-wrap: break-word;
    background-color:initial;

    border:initial;
  
    /* background-color: #f5f5f5; */
    /* border: 1px solid #cccccc; */
    /* border-radius: 4px; */
}

fieldset
{
        font-size: 14px;
}
table
{
    font-size:12px;
}

 .fixed_header .btn
 {
     font-size:inherit;
     line-height:inherit;
 }