@charset "utf-8";
/* 你自己的样式 */
input#hiddenaccount,input#hiddenpassword{
	visibility:hidden;
	width:0px;
	height:0px;
}

.table-overflow{
	max-height: calc(100vh - 280px);
	overflow: auto;
	width: 100%;
}
.three-table .table-l,.three-table .table-m,.three-table .table-r{
	float: left;
}
.three-table tr{
	height: 40px;
}
.table-m{
	overflow-x: auto;
	overflow-y: hidden;
}
.table-m::-webkit-scrollbar{
	height: 0px;
}
.simulated-rolling{
	overflow-x: auto;
	height: 20px;
}
.table-overflow td,.table-overflow th{
	word-break: keep-all;white-space:nowrap;
}
/* 详情页排版 */
.details-data  .form-horizontal .form-label {
    margin-top: 0px;
}
.form-horizontal .form-label {
    padding-right:0px;
}
/*一页几条数据  */
.page_num{
	margin-top: 20px;
	width: 30%;
	float:left;
}

.page_num select{
	width: 48px;
}
/* 页码选择 */
.page_list{
	margin-top: 20px;
	display: flex;
	flex-direction: row-reverse;
	width: 70%;
	float:left;
}
/* 选项卡样式 */
.tabBar {
    border-bottom: 1px solid #e8e8e8;
}
.tabBar span.current {
	background-color:#fff;
	color:#000;
    border-bottom-color: #1890ff;
}
.tabBar span {
	background-color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: solid 2px #fff;
}
/* 文件上传预览 */
#upload_file_preview{
	max-height: 100px;
}
#preview_div{
	display: none;
}
/* 去除列表A标签的下划线 */
.f-14 a{
	text-decoration:none;
}