/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #FFF;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: gray;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

.pageSpan {
    width: 60px;
    height: 100%;
    list-style: none;
    border: 1px solid #F2F2F2;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
    float: left;
    margin-left: 3px;
    cursor: pointer;
}

.pageSpan select{
    width: 100%;
    height: 100%;
    border: none;
}

.focus{
    background-color: #0075FF;
    color: white;
}

.focus a{
    color: white;
}

.pageNum {
    width: 36px;
    height: 100%;
    list-style: none;
    border: 1px solid #F2F2F2;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
    float: left;
    margin-left: 3px;
    cursor: pointer;
}

.pageMore{
    height: 100%;
    list-style: none;
    display:flex;
    justify-content:center;
    align-items:center;
    float: left;
    margin-left: 3px;
}

.pageGridBody {
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #EBEEF5;
}

.pageGridPage {
    width: 100%;
    height: 36px;
    margin-top: 5px;
    font-size: 13px;
    position: relative;
}

.pageGridBody table {
    width: 100%;
    text-align: left;
    position: relative;
    border-collapse: collapse;
}

.pageGridBody table th, table td {
    height: 36px;
    border-right: 1px solid #EBEEF5;
}

.pageGridBody tbody td:nth-child(0){
    text-align: center;
}

.pageGridBody thead{
    background-color:white;
}

.pageGridBody tr{
    border-bottom: 1px solid #EBEEF5;
}

.pageGridPageTurnSpan{
    background-color: #FAFAFA;
    padding-left: 0px;
    width:80px;
    justify-content: normal;
}

.hide-col-div{
    position: absolute;
    width: auto;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    bottom: 35px;
    background-color: white;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    display: none;
}

.hide-col-div-arrow{
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:20px solid transparent;
    border-top:20px solid #797B7C;
    cursor: pointer;
    margin-left: 13px;
}

.hide-col-div-content{
    height: 100%;
    /*border: 1px solid #EBEEF5;*/
    background-color: white;
    padding: 5px 8px 10px 8px;
    width: 100%;
}

.hide-col-div-content-item{
    height: 35px;
    border-bottom: 1px solid #EBEEF5;
    line-height: 35px;
    text-align: left;
    padding: 0px 15px 0px 12px;
    width: auto;
}
.pageSpan{
    border-radius: 6px;
}
.pageNum{
    border-radius: 6px;
}

.pageGridPage a:hover{
    text-decoration: none;
}

.pageGridPageTurnInputSpan{
    border: 0px;
    width: 40px;
    height: 34px;
    border:none;
    margin-right: 12px;
    text-align: center;
}

.hide-col-icon-span{
    width: 40px;
    background-color: #FAFAFA;
}

.hide-col-icon{
    font-size: 17px;
}

.hide-col-name{
    float: left;
    cursor: pointer;
}

.pageGridPageTurnSpan i{
    font-size: 17px;
}

.pageGridPageTurnSpan input:focus{
    border: none;
}
.pageGridPageTurnSpan input::-webkit-outer-spin-button,
.pageGridPageTurnSpan input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.pageGridPageTurnSpan input[type="number"]{
    -moz-appearance: textfield;
}

.tbodyTdDiv{
    padding: 5px;
    vertical-align: middle;
    word-break: break-all;
    word-wrap:break-word;
    padding-left: 5px;
    background-color: inherit;
}
.tbodyTdDivFlod{
   /* height: 100%;*/
    padding: 5px;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theadThDiv{
    /*
    height: 100%;
    */
    width: 90%;
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
    background-color: inherit;
}

.tbodyTdDivBoxShadow{
    -moz-box-shadow:5px 5px 5px #999 inset;               /* For Firefox3.6+ */
    -webkit-box-shadow:5px 5px 5px #999 inset;            /* For Chrome5+, Safari5+ */
    box-shadow:5px 5px 5px #999 inset;                    /* For Latest Opera */
}

.theadThOrderDiv{
    width: 14px;
    font-size: 8px;
    float: left;
    height: 36px;
    align-items:center;
    padding-top: 12px;
}

.theadThOrderItemDiv{

}

.theadThNameDiv{
    height: 100%;
    display: flex;
    align-items:center;
    height: 36px;
}

.arrow-up{
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #797B7C;
    margin-bottom: 2px;
    cursor: pointer;
}

.arrow-down{
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #797B7C;
    cursor: pointer;
}

.flod-col-icon-span{
    font-size: 22px;
    width: 40px;
    font-weight: bold;
}