body{
    background-color: white;
}
/*右侧内容iframe区域*/
#iframePlace{
    height: 900px;margin-left: 250px;
}
/*页面内容区域*/
.pageContainer{
    margin-right: 10px;
    margin-top: 95px;
    margin-left: 10px;
}
/*表格上面的表单区域*/
.frmPlace{
    border-bottom: 1px dotted lightgrey;padding-bottom: 5px;
}
.tab1{
    width: 100%;
    height: auto;
    margin-top: 20px;
    text-align: center;
    color: black;
    font-size:11px;
}
.trFirst{
    background-color: #ebfafa;
}
.tab1 th{
    letter-spacing: 2px;
}
.tab1 th,td{
    height: 30px;
    border: 1px solid lightgray;
}
.tab1 tr:hover{
    background-color: oldlace;
}
.lastTd{
    border: none;
    width: 100%;
    text-align: right;
    padding-right: 20px;
}
.lastTd:hover{
    background: none;
}
/*固定表头
.tab1 tbody{
    display: block;
    height: 500px;
    overflow-y: scroll;
    scrollbar-width:none;
    -ms-overflow-style:none;
}
.tab1 tbody::-webkit-scrollbar{
    display: none;
}
.tab1 tr{
    font-size: 11px;
    display: table;
    width: 100%;
}
.tab1 tr td,th{
     width: 100px;
 }
.lastTr:hover{
    background: none;
}
*/
/* 分页栏 ul */
.selectDefault{
    width:50px;font-size:13px;height:25px;border:1px solid gainsboro;border-radius: 5px;
}
#page1{
    list-style: none;
    float: right;
    margin-top: 10px;
}
#page1 li{
    float: left;
    width: 25px;
    height: 25px;
    margin: 0px 1px;
    border: 1px solid lightgray;
    text-align: center;
    font-size: 13px;
    line-height: 1.7em;
    cursor: pointer;
}
.pageActive{
    color: white;
    background-color: lightseagreen;
}
.frm{
    margin-left: 20px;
}
.frm label{
    font-size:13px;
    font-weight: normal;
}
.frm input,select{
    display: inline;
    margin-left: 20px;
    width: 240px;
}
.frm textarea{
    width: 240px;
    float: right;
}
.frm select{
    width: 240px;
}
.frm .opt{
    margin-top: 10px;
}
/*右侧内容区域背景颜色*/
.contentBg{
    background-color: white;
}
.frmTab{
    border: none;
}
.frmTab td{
    border: none;
    text-align: right;
    padding: 5px 0px;
    font-size: 12px;
}
.frmTab input{
    font-size: 12px;
    color: black;
}
.frmTab textarea{
    font-size: 12px;
    color: black;
}