/** 滚动条样式 begin */
::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #bbb;
    -webkit-border-radius: 4px;
    outline-offset: -2px;
    border: 2px solid #bbb;
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #bbb;
    -webkit-border-radius: 4px;
}
/**  滚动条样式 end */

/*基础css start*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ol,ul{
    margin: 0!important;
}
html, body, div, table, ul, ol, li, form, img, h1, h2, h3, h4, h5, h6, label, p, dl, dt, dd {
    border: none;
    list-style: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    border: 0;
}
li {
    list-style: none;
    text-decoration: none;
}
a,
a:visited ,
a:hover{
    text-decoration: none!important;
}
img {
    vertical-align:middle;
}
.mgr35{
    margin-right: 35px;
}
html,
body{
    width: 100%;
    height: 100%;
    color: #666666;
    font-family: "MicrosoftYaHei"!important;

}
.fl {
    float: left;
}
.fr {
    float: right;
}
.txt-wrap{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.txt-wrap2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.txt-wrap3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.mgb12 {
    margin-bottom: 12px;
}
/*基础css end*/

/*当前版心 盒子阴影 start*/
.main-contain{
    width: 1200px;
    margin: 0 auto;
}
.szxyd-platform{
    background-color: #f7f7f7;
    box-sizing: border-box;
    min-height: calc( 105vh - 335px);
}

.platform-content .platform-shadow{
    margin-top: 30px ;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}
/*当前版心 end*/

.table-box {
    padding:  30px;
}
div.dataTables_wrapper div.dataTables_info{
    padding-top: 10px!important;
}

/*table重置 start*/
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.table-hover > tbody > tr:hover,
.table-hover > tbody > tr > td:hover,
.table-hover > tbody > tr > th:hover {
    background-color: #ffe4d1;
}
.table-bordered {
    border: none;
    font-family: MicrosoftYaHei;
}
.table tr.heading > th {
    color: #333333;
    font-weight: normal;
    font-size: 15px;
    background-color: #f6f6f6!important;
}

.table.table-bordered > tbody > tr{
    border-bottom: 1px solid #f1f1f1;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th{
    border: 1px solid #f1f1f1;
    border-right: none;
    border-top: none;
    color: #333333;
    font-size: 13px;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 14px;
}

.table>tbody>tr>td > a.operation {
    color: #ff6a00;
    margin-right: 5px;
}
.tfoot{
    margin-top: 10px;

}
.dataTables_paginate .pagination>.active>a,
.dataTables_paginate .pagination>.active>a:focus,
.dataTables_paginate .pagination>.active>a:hover,
.dataTables_paginate .pagination>.active>span,
.dataTables_paginate .pagination>.active>span:focus,
.dataTables_paginate .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff6a00;
    border-color: #ff6a00;
}
.dataTables_paginate .pagination > li > a,
.dataTables_paginate  .pagination > li > span {
    padding: 4px 12px;
    color: #666;
    background-color: #fff;
    border: 1px solid #eaeef6;
}

.dataTables_length {
    float: left;
}

.paginate_button.previous {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.paginate_button.next {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

div.dataTables_wrapper div.dataTables_length label {
    color: #999;
    font-size: 13px;
}
/*table重置 end*/


/*input重置 start*/

input ,select {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.form-control:focus {
    border: 1px solid #e4e4e4;
}
.form-control {
    height: 40px;
    border: 1px solid #e4e4e4!important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f6f6f6;
    border-radius: 3px !important;
}

/*input重置 end*/

/*提交重置按鈕 start*/
.group-btn{
    display: flex;
}
.return-btn {
    width: 86px;
    height: 40px;
    background-color: #fff;
    border-radius: 4px!important;
    border: solid 1px var(--main-color);
    outline: none;
    font-size: 16px;
    line-height: 40px;
    color: var(--main-color);
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit-btn{
    width: 86px;
    height: 40px;
    background-color: var(--main-color);
    border-radius: 4px!important;
    border: solid 1px var(--main-color);
    outline: none;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*提交重置按鈕 end*/
.radius-box {
    -webkit-border-radius: 8px!important;
    -moz-border-radius: 8px!important;
    border-radius: 8px!important;
}