* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

#main {
    position: absolute;
    top: 10px;
    bottom: 40px;
    width: 100%;
    padding: 0 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#main img{
    width: 100%;
}

#paperArea{
    margin: 0px;
    padding: 5px;
    border: 1px solid #cad0ce;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    z-index: 2;
    background-color: #FFF;
}
footer ul {
    list-style: none;
    padding: 0;
    width: 100%;
    height: 40px;
}
footer li {
    width: 33.33%;
    float: left;
    line-height: 40px;
    margin-left: 0!important;
}
footer a{
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 50px;
    color: #333!important;
    font-size: 14px;
    text-decoration: none!important;
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#page-btn {
    background-image: url('../images/page.png');
}
#catalog-btn {
    background-image: url('../images/catalog.png');
}
#date-btn {
    background-image: url('../images/history.png');
}
/**目录*/
#catalog {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    /*height: 100%;
    */
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#catalog ul{
    width: 100%;
    list-style: none;
    padding-bottom: 40px;
}
#catalog li {
    width: 100%;
    height: 45px;
    font-size: 12px;
}
#catalog a {
    display: block;
    width: 100%;
    padding: 0 30px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    line-height: 44px;
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
#catalog #caption{
    padding: 0 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 43px;
    background-color: #EEE;
    border-top: 1px solid #CCC;
}
#caption strong{
    font-size: 18px;
}
#catalog a.on{
    color: #FFF;
    background-color: #D9383D;
}
/**版面1*/
#verorder {
    position: fixed;
    top: 0;
    left: -220px;
    bottom: 40px;
    width: 220px;
    background-color: #ccc;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#verorder ul{
    width: 100%;
    list-style: none;
    padding: 10px 0;
}
#verorder li {
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    display: block;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}
#verorder a  {
    color: #333;
    margin-left: 20px;
    text-decoration: none;
}

/**蒙板样式*/
#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
/**日期插件样式修改*/
.form_date {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -144px;
    width: 288px;
    height: 60px;
    z-index:-20;
    border: 1px solid #FFF;
}
.datetimepicker {
    padding: 10px;
}
.table-condensed tbody>tr>td {
    padding: 8px 12px;
}

.datetimepicker-days  td.active {
    background-color: #D9383D!important;
    background-image: none!important;
}

.datetimepicker-days  td.day {
    color:#D9383D;
}

.datetimepicker-days  td.old {
    color: #999!important;
}


/*搜索插件按钮*/
.btnSearch{
    position: fixed;
    border-width: 1px;
    border-style: solid;
    border-color:#9e9d9d;
    padding: 5px 10px 5px 5px;
    font-size: 14px;
    line-height: 18px;
    background: rgba(225,225,225,0.5);
    cursor:pointer;
    color: #000000;
}
.btn-search1{
    right: 0;
    bottom: 100px;
    border-right-width:0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.btn-search2{
    left: 0;
    bottom: 100px;
    border-left-width: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tooltips{
    position:fixed;
    /*position: fixed;*/
    padding: 4px 8px;
    text-shadow: white 0px 1px 0px;
    background: #ffdd00;
    font: 1em arial, helvetica, sans-serif;
    text-align: left;
    font-weight: bold;
    border: 1px solid orange;
    max-width: 240px;
    min-width: 30px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    z-index:100000;
    top:1em;
    left:20%;

}