/*body*/
body{
	background:#fff;
	line-height:16px;
	color:#333;
	margin:0 auto;
	overflow-x:hidden;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue";
	font-size:12px;
	min-width:280px;
}
html,body{
	-webkit-font-smoothing:antialiased;
	width:100%;
    height:100%;
	box-sizing:border-box;
}
div{box-sizing:border-box}
[v-cloak]{display:none !important;}
.nosel{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none}
img{border:0px}
/*a*/
a:link{
	color:#0099ff;
	text-decoration:none
}
a:visited{
	color:#0099ff;
	text-decoration:none
}
a:hover{text-decoration:none}
a:active{text-decoration:none}
.black{color:#000000}
.white{color:#ffffff}
.red{color:#f00}
.yellow{color:#fff000}
.sky{color:#089af7}
.blue{color:#00f}
.green{color:#009933}
.orange{color:#f70}
.gray{color:#959595}
/*
*/
.flt-l{float:left}
.flt-r{float:right}
.cursor{cursor:pointer}
/*
*/
.tal-c{text-align:center}
.tal-l{text-align:left}
.tal-r{text-align:right}
.flxr{display:flex}
.flxl{display:flex;flex-direction:column}
.fl1{flex:1} .fl2{flex:2}
/*
*/
.lh20{ line-height:20px}
.lh18{ line-height:18px}
.lh24{ line-height:24px}
.lh32{ line-height:32px}
/*
*/
.mrr4{margin-right:4px}

.mrt2{margin-top:2px}
.mrt4{margin-top:4px}
.mrt8{margin-top:8px}
.mrt10{margin-top:10px}
.mrt12{margin-top:12px}
.mrt16{margin-top:16px}
.mrt24{margin-top:24px}
.mrt32{margin-top:32px}
.mrt20{margin-top:20px}
.mrt60{margin-top:60px}

.mrb4{margin-bottom:4px}
.mrb8{margin-bottom:8px}
.mrb10{margin-bottom:10px}
.mrb12{margin-bottom:12px}
.mrb16{margin-bottom:16px}
.mrb24{margin-bottom:24px}
.mrb48{margin-bottom:48px}

.mrl4{margin-left:4px}
.mrl8{margin-left:8px}
.mrl2{margin-left:2px}
.mrr8{margin-right:8px}

/*
*/
.f10{font-size:10px}
.f10b{font-size:10px;font-weight:bold}

.f12{font-size:12px}
.f12b{font-size:12px;font-weight:bold}

.f13{font-size:13px}
.f13b{font-size:13px;font-weight:bold}

.f14{font-size:14px}
.f14b{font-size:14px;font-weight:bold}

.f15{font-size:15px}
.f15b{font-size:15px;font-weight:bold}

.f16{font-size:16px}
.f16b{font-size:16px;font-weight:bold}

.f17{font-size:17px}
.f17b{font-size:17px;font-weight:bold}

.f18{font-size:18px}
.f18b{font-size:18px;font-weight:bold}

.f20{font-size:20px}
.f20b{font-size:20px;font-weight:bold}

.f24{font-size:24px}
.f24b{font-size:24px;font-weight:bold}

.f28{font-size:28px}
.f28b{font-size:28px;font-weight:bold}

.f32{font-size:32px}
.f32b{font-size:32px;font-weight:bold}

.f40{font-size:40px}
.f40b{font-size:40px;font-weight:bold}

.f48{font-size:48px}
.f48b{font-size:48px;font-weight:bold}

.f60b{font-size:60px;font-weight:bold}

.f64{font-size:64px}
.f64b{font-size:64px;font-weight:bold}
table{
	padding:0px;
	box-sizing:border-box;
	border:1px solid #e5e5e5;
	font-size:13px;
	border-radius:5px;
	overflow:hidden;
	color:#333;
	z-index:1001;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
}
tr:hover{background:#fafafe}
.tr-title{}
.tr-title td{}
td{
	font-size:13px;
	padding:6px;
	box-sizing:border-box;
	border-bottom:1px solid #e5e5e5
}
input:-webkit-autofill{
	-webkit-box-shadow:0 0 0px 1000px #fff inset;
}
textarea{outline:none}
.ipo{
	border:1px solid #ddd;
	font-size:14px;
	height:36px;
	line-height:24px;
	box-sizing:border-box;
	padding:6px 10px;
	outline:none;
	border-radius:1px;
}
.ip-search,
.btn-search{
	height:20px;
	border:0;
	width:100%;
	line-height:20px;
	padding:6px 12px;
	position:relative;
	font-size:13px;
}
.ip-search{
	flex:1;
	background:#fff;
	outline:none;
}
.btn-search{
	text-align:center;
	border-left:1px solid #ddd;
	cursor:pointer;
	width:28px;
}
.btn-search:hover{
	background:#fff;
}
.ip-none,

.ip-edit{
	outline:none;
	border:1px solid #e0e0e0;
	font-size:14px;
	padding:5px 1px;
	text-align:center;
	background:transparent;
}
.ip-none{border:0px}
.button,
.button-solid{
	padding:5px 20px;
	outline:none;
	background:transparent;
	cursor:pointer;
	color:#000;
	font-size:12px;
	border:1px solid #2c3be6;
	height:22px;
	text-align:center;
	line-height:22px;
	border-radius:4px;
}
.button-solid{
	border:1px solid #2c3be6;
	color:#fff;
	background:#2c3be6;
}
select{
	height:28px;
	padding:5px 1px;
	font-size:12px;
	outline:none;
    border:1px solid #ddd;
	background:#fff;
}
.select-none{
	height:28px;
	padding:5px 2px;
	outline:none;
	float:left;
}
.button-gray{
	outline:none;
	padding:6px 14px;
	background:#f0f0f0;
	cursor:pointer;
	color:#515151;
	font-size:14px;
	height:20px;
	line-height:20px;
	border-radius:3px;
	border:0px;
}
.button-none{
	padding:6px 14px;
	outline:none;
	background:transparent;
	cursor:pointer;
	color:#959595;
	font-size:14px;
	height:20px;
	line-height:20px;
	border-radius:30px;
}
/*
*/
.page{
	display:flex;
    flex-direction:row;
	width:100%;
	max-width:2400px;
	margin:0 auto;
	height:100%;
	padding:0px;
	box-sizing:border-box;
}
.content,
.page-cont{
	width:100%;
	height:100%;
	box-sizing:border-box;
	position:relative;
	flex:1;
	overflow:hidden;
	display:flex;
	padding:0;
    flex-direction:column;
}
.page-cont{
	padding:8px 30px 8px 20px;
	background:#f5f5f5;
}
.content-row{
	width:100%;
	height:100%;
	box-sizing:border-box;
	position:relative;
	flex:1;
	overflow:hidden;
	display:flex;
	padding:0px;
    flex-direction:row;
}
.content-row .content{
	padding:0px;
}
.bar,
.bar-row,
.bar-row-n{
	min-height:32px;
	height:auto;
	padding:12px 20px;
	position:relative;
	border-radius:5px;
	z-index:1001;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}
.bar,
.bar-row{
	border:solid 1px #ddd;
}
.bar-row,
.bar-row-n{
	display:flex;
	flex-direction:row;
	align-items:flex-start;
}
.backgo{
	position:relative;
	height:20px;
	width:20px;
	padding:9px;
	cursor:pointer
}
.container{
	width:100%;
	position:relative;
	box-sizing:border-box;
	overflow-x:hidden;
    overflow-y:auto;
	flex:1;
	padding:14px 20px;
	display:flex;
	flex-direction:column;
	z-index:1001;
}
.table-cont{
	position:relative;
	height:auto;
	min-height:100px;
	overflow-x:hidden;
    overflow-y:auto;
	flex:1;
	width:100%;
	font-size:13px;
	box-sizing:border-box;
	padding:0;
}
.table-cont::-webkit-scrollbar,
.container::-webkit-scrollbar{
    width:3px;
    height:3px;
	border-radius:12px;
}
.table-cont::-webkit-scrollbar-thumb,
.container::-webkit-scrollbar-thumb{
    background:#666;
	border-radius:12px;
}
.pagetion{
	width:100%;
	position:relative;
	margin-top:10px;
	padding:0px;
	height:32px;
	z-index:2002;
}
.pg-li,
.pg-active{
	list-style:none;
	width:22px;
	height:22px;
	line-height:22px;
	font-size:14px;
	font-weight:400;
	background:transparent;
	float:right;
	text-align:center;
	border:1px solid #ddd;
	padding:3px;
	margin:0 2px;
	cursor:pointer;
	color:#666;
	border-radius:32px;
}
.pg-active{
	background:#000;
	border:1px solid #000;
	color:#fff;
}
.pg-cont{
	text-align:right;
	height:30px;
	line-height:30px;
	margin-right:5px;
	list-style:none;
	float:right;
	font-size:14px;
}
.mask-bk{
	width:100%;
	height:100%;
	position:fixed;
	background:#333;
	opacity:0.5;
	z-index:4001;
	top:0px;
	left:0px;
}
.td-btn,
.td-btn1,
.td-btn2,
.td-btn3,
.td-btn4,
.td-btn-small{
	padding:5px 8px;
	border-radius:5px;
	background:#333;
	font-size:12px;
	line-height:24px;
	color:#fff;
	border:0px;
	cursor:pointer;
}
.td-btn-small{
	padding:1px 6px;
	font-size:12px;
}
.td-btn1{
	background:#ff3300;
}
.td-btn2{
	background:#76f0c9;
	color:#000;
}
.td-btn3{
	background:#ff9911;
}
.td-btn4{
	background:#89dcff;
	color:#000;
}
.tab-p{
	position:relative;
	height:auto;
	min-height:44px;
	overflow:auto;
	z-index:1001;
	width:100%;
	box-sizing:border-box;
}
.tab,
.tab-s{
	padding:0px 15px;
	margin:0;
	min-height:44px;
	line-height:40px;
	box-sizing:border-box;
	cursor:pointer;
	font-size:14.5px;
	position:relative;
	display:inline-block;
	border-bottom:1.5px solid transparent;
	color:#959595;
}
.tab-s{
	color:#000;
	border-bottom:1.5px solid #000;
}
.opt-p{
	min-height:20px;
	height:auto;
	min-width:30px;
	width:auto;
	display:inline-block;
	margin:0 auto;
	overflow:hidden;
	border-radius:32px;
	position:relative;
}
.opt,
.opt1,
.opt2{
	width:16px;
	height:16px;
	padding:8px;
	position:relative;
	text-align:center;
	cursor:pointer;
	float:left;
	background:#f7f6f6;
}
.opt1{background:#e8ffea}
.opt2{background:#ffece8}
.opt:hover{background:#e5e4e3}
.opt1:hover{background:#98dd9e}
.opt2:hover{background:#ffb798}

.button-g{
	min-height:20px;
	height:auto;
	min-width:30px;
	width:auto;
	overflow:hidden;
	border-radius:5px;
	position:relative;
	background:#fff;
	border:1px solid #ddd;
}
.button-i,
.button-i1{
	min-width:16px;
	width:auto;
	height:18px;
	padding:7px 8px;
	line-height:18px;
	position:relative;
	text-align:center;
	cursor:pointer;
	float:left;
	background:#fff;
	font-size:12px;
	border-right:1px solid #ddd;
	display:flex;
	flex-direction:row;
}
.button-i1{
	border-right:0px;
}
.button-i:hover,
.button-i1:hover{
	background:#fff;
}
.button-i img,
.button-i1 img{
	width:18px;
	height:18px;
}
.button-i div,
.button-i1 div{
	position:relative;
	padding:0px 1px;
	text-align:center;
}
.ip-date{
	border:1px solid #ddd;
	border-radius:3px;
	height:20px;
	line-height:20px;
	background:#fff;
	padding:8px 12px;
	outline:none;
	width:128px;
}
.title-sign{
	padding:0 3px;
	background:#bbb;
	margin:0 5px 0 2px;
	font-size:10px;
}
.prompt{
	position:fixed;
	width:100%;
	height:24px;
	top:35%;
	left:0px;
	line-height:24px;
	display:none;
	z-index:6001;
	text-align:center;
	-moz-opacity:0.75;
	opacity:.75;
	filter:alpha(opacity=75);
	text-align:center;
}
.prompt span{
	margin:2px auto;
	padding:10px 20px;
	font-size:15px;
	color:#fff;
	border-radius:50px;
	background:#000;
}