.main {
    width: 1200px;
    margin: 20px auto;
}

.pos {
    line-height: 40px;
    font-size: 14px;
    color: #454545;
}

.gjss {
    background: #f1f1f1;
    box-sizing: border-box;
    padding: 20px;
    width: 1200px;
    margin: 20px auto;
}

.gjss .title {
    text-align: center;
    font-size: 20px;
    color: #0963b9;
    margin-bottom: 10px;
}

.gjss .item {
    display: inline-block;
    margin: 10px 14px;
    line-height: 40px;
    height: 40px;
}

.gjss .item label {
    width: 100px;
    display: inline-block;
}

.gjss .item input, .gjss .item select {
    display: inline-block;
    width: 250px;
    line-height: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    padding-left: 10px;
}

.gjss .item input {
    margin-left: 5px;
}

.gjss .buttons {
    text-align: center;
    margin: 14px auto 0;

}

.gjss .buttons input {
    height: 36px;
    width: 136px;
    line-height: 36px;
    margin: 0 10px;
    color: #ffffff;
    font-size: 16px;
}

.gjss .buttons input.submit {
    background: #0963b9;
}

.gjss .buttons input.reset {
    background: #b6b6b6;
}

table {
    width: 1200px;
    margin: 40px auto;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-collapse: collapse;
}

table thead {
    background: #0963b9;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
}

table thead .name {
    width: 290px;
}

table thead .company {
    width: 218px;
}

table thead .person {
    width: 410px;
}

table thead .grade {
    width: 144px;
}

table tbody tr {
    line-height: 30px;
}

table tbody tr .name {
    color: #0963b9;
}

table td {
    padding: 10px;
    border: 1px solid #e7e7e7;
}

table thead td {
    color: #ffffff;
}

#scResTab{
    position: relative;
    overflow: hidden;
}

#scResTab .loading{
    width:100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top:0;
    left:0;
    display: none;
}

#scResTab .loading img{
    display: block;
    margin: 250px auto 0;
}
