@charset "utf-8";
@import url("/img/js/plugins/css/quandi.css");

input:active{
	box-shadow: 0 0 5px 0px rgba(25,106,191,0.70);
}
input[type='button']{
	background-color:#555;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	text-align: center;
	
}
input[type='button']:hover{background-color: #f90;}
.bfb{width:100%;box-sizing: border-box;}
html{
	margin:auto;
	display:block;
	overflow:auto;
	width:100%;
	height:100%;
	line-height:1.5;
	font-size:12px;
}
body{
	margin:auto;
	display:block;
	width:100%;
	height:auto;
	font-size:1rem;
	font-family: "微软雅黑";
	color:#333;
	overflow: visible;
}
a:link,a:visited{
	text-decoration:none;
	font-size:1rem;
	color:#333;
}
a:hover,a:active{
	font-size:1rem;
	color:#f00;
	text-decoration:none;
}
textarea{font-family: "微软雅黑";}
.block{
	margin:auto;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-top:2px;
	padding-bottom:2px;
}
.toolbar{
	margin:auto;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:5px;
	background-color:#f5f5f5;
	border-bottom:1px solid #ddd;
}
.notice{color:#f00;}
.tool-menubar{
	background-image: linear-gradient(0deg,#f5f5f5,#fff);
	background-color:#f5f5f5;
	display: flex;
	display: -webkit-flex;
	border-bottom: 1px dotted #ccc;
	column-gap:5px;
	padding: 5px;
	left: 0px;
	right: 0px;
	top:0px;
	z-index: 200;
}
.tool-flex{
	display:flex;
	flex-wrap: wrap;
	padding: 5px;
	align-items: center;
	column-gap: 5px;
}
.tool-item{
	white-space: nowrap;
	align-self: center;
	padding: 5px;
}
.tool-btn{
	height:30px;
	line-height: 30px;
	background-color: #333;
	display: inline-flex;
	display: -webkit-inline-flex;
	color: #fff;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	vertical-align: middle;
	font-size:12px;
	cursor: pointer;
}
.tool-select{
	height:30px;
	line-height: 30px;
	border: 1px solid #999;
	vertical-align: middle;
	font-size:12px;
}
.tool-input{
	height:30px;
	line-height: 30px;
	border: 1px solid #999;
	vertical-align: middle;
	font-size:12px;
	outline:none;
}
.tool-input:disabled{
	background-color: transparent;
	border: 1px solid transparent;
	outline: none;
	color: inherit;
}
.tool-input:focus{
	border:1px solid #f00;
}
.tool-area{
	height:auto;
	border: 1px solid #999;
	vertical-align: middle;
	font-size:12px;
	outline:none;
	resize: vertical;
}
.tool-tiny{
	margin:auto;
	display:block;
	width:auto;
	height:200px;
	overflow:hidden;
	border: 1px solid #999;
	background-color: #fff;
}
.tool-btiny{
	margin:auto;
	display:block;
	width:auto;
	height:100px;
	overflow:hidden;
	border: 1px solid #999;
	background-color: #fff;
}
#pp{
	margin:auto;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:5px;
	background-color:#f5f5f5;
}
.nowrap{
	display:block;
	white-space:nowrap;
	width:100%;
	height:100%;
	overflow:hidden;
}
.grid-body{
	width:auto;
	height:100%;
}
.form-body{
	width:100%;
	height: 100%;
	display: block;
	overflow: auto;
	margin: auto;
}
.form-layer-2{
	display: grid;
	grid-template-rows:auto 60px;
	width:auto;
	height: 100%;
	overflow: hidden;
	margin: auto;
}
.form-layer-3{
	display: grid;
	grid-template-rows:50px auto 60px;
	width:auto;
	height: 100%;
	overflow: hidden;
	margin: auto;
}
.form-thead{
	display: block;
	width: auto;
	height: auto;
	overflow: auto;
	border-bottom: 1px solid #ddd;
	padding:9px;
}
.form-tbody{
	display: block;
	width: auto;
	height: 100%;
	overflow: auto;
}

.form-input{
	height:40px;
	line-height:40px;
	outline: none;
	vertical-align: middle;
	border: 1px solid #999;
	border-radius:3px;
	max-width: 100%;
	padding: 5px;
	font-size: 1rem;
	outline:none;
	box-sizing: border-box;
	outline: none;
}
.form-input:disabled,.form-area:disabled{
	background-color: transparent;
	border: 1px solid transparent;
	outline: none;
}
.form-area{
	border: 1px solid #999;
	padding: 5px;
	border-radius:3px;
	resize: vertical;
	outline:none;
	box-sizing: border-box;
	outline: none;
}
.form-input:focus,.form-area:focus{
	border:1px solid #f00;
}
.form-tiny{
	border: 1px solid #999;
	padding: 5px;
	border-radius:3px;
	resize: vertical;
	min-height:200px;
	box-sizing: border-box;
	overflow:auto;
	white-space:normal;
	word-break:break-all;
	max-height:200px;
	box-sizing: border-box;
}
.form-btiny{
	border: 1px solid #999;
	padding: 5px;
	border-radius:3px;
	resize: vertical;
	min-height: 100px;
	box-sizing: border-box;
	overflow:auto;
	white-space:normal;
	word-break:break-all;
	max-height:200px;
	box-sizing: border-box;
}
.form-tfoot{
	border-top: 1px solid #ddd;
	padding: 10px;
	text-align: right;
	background-color: #fff;
	overflow:hidden;
	display: flex;
	display: -webkit-flex;
	justify-content:flex-end;
	column-gap:10px;
}

.form-grid{
	display: grid;
	grid-template-columns:100px auto;
	align-items: center;
	column-gap:12px;
	row-gap:12px;
	padding:12px;
}
.form-grid>div{
	width:auto;
	box-sizing:border-box;
}
.form-thead{
	background-color: #f5f5f5;
	padding: 10px;
	font-weight: bold;
	font-size:1.2rem;
}
.form-grid-title{
	grid-column-start: 1;
	grid-column-end: 3;
	background-color: #f5f5f5;
	padding: 10px;
	font-weight: bold;
	font-size:1.2rem;
	display: grid;
}

@media (max-width:480px){
	.form-grid-title{
		grid-column-start: 1;
		grid-column-end: 3;
	}
}
.form-btn,a.form-btn{
	height:40px;
	outline: none;
	vertical-align: middle;
	border: 1px solid #999;
	max-width: 100%;
	padding: 5px;
	font-size: 1rem;
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #555;
	color: #fff;
}
.form-btn:hover,,a.form-btn:hover{
	background-color: #f90;
}
.form-bt-save{
	background-color: rgba(23,111,216,1.00)!important;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px!important;
	width: 100px;
	text-align: center;
	border: none;
	border-radius:2px;
	padding: unset!important;
	vertical-align: middle;
}
.form-bt-save:hover{
	background-color: rgba(247,130,0,1.00)!important;
}
.form-bt-cancel{
	background-color: rgba(41,41,42,1.00)!important;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px!important;
	width: 100px;
	text-align: center;
	border: none;
	border-radius:2px;
	padding: unset!important;
	vertical-align: middle;
}
.form-bt-cancel:hover{
	background-color: rgba(247,130,0,1.00)!important;
}
@media (max-width:767px){
	.form-grid{grid-template-columns:auto;}
}
.pthead{
	display:block;
	background-color:#fff;
	top:0px;
	left:0px;
	right:0px;
	z-index:1000;
	padding: 5px;
	overflow: hidden;
}

a.bt_zoom{
   display:inline-flex;
   display:-webkit-inline-flex;
   justify-content:center;
   align-items:center;
   overflow:hidden;
   width:auto;
   height:auto;
   padding:10px;
   font-size:30px;
   border:1px solid #ddd;
   background-color:#fff;
   vertical-align:middle;
}
a.bt_zoom:hover{
   background-color:#333;
   color:#fff;
}
.tb_main{
	width:auto;
	height:auto;
	position:relative;
	z-index:0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.tb_main>.bt_edit{
	width:20px;
	height:20px;
	align-items: center;
	justify-content: center;
	font-size:12px;
	display:none;
	z-index:100;
	margin: auto;
	z-index: 200;
	color: #333;
}
.tb_main:hover>.bt_edit{
	display:flex;
	display: -webkit-flex;
	
}
.tb_flex{
	width:25px;
	height:25px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.tb_flex>img{
	max-width:100%;
	max-height:100%;
}
.menu_tb{
	position:relative;
	overflow:visible;
	cursor: pointer;
}
.menu_thead{
	background-color:#555;
	color:#fff;
	display:flex;
	display:-webkit-flex;
	column-gap:8px;
	justify-content:center;
	align-items:center;
	width:auto;
	height:100%;
}
.menu_thead:after{
	content:"";
	display: block;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
.menu_tbody{
	position:absolute;
	right:0px;
	width:100%;
	height: auto;
	background-color:#fff;
	box-sizing:border-box;
	display:none;
	border:1px solid #555;
	z-index:100;
}
.menu_tbody:before{
	content:"";
	width:12px;
	height: 12px;
	transform: rotate(45deg);
	margin:auto;
	background-color:#555;
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top:-10px;
}
.menu_sub_tb{
	position:relative;
}
.menu_sub_thead{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	display:flex;
	display:-webkit-flex;
	column-gap:8px;
	justify-content:center;
	align-items:center;
	width:auto;
	height:auto;
	color:#333;
	padding:5px;
}
.menu_sub_thead:before{
	content:"";
	display: block;
	width: 4px;
	height: 4px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(45deg);
}
.menu_sub_tb:hover>.menu_sub_tbody{display: block;}
.menu_sub_tb:hover>.menu_sub_thead{color:#fff;background-color: #999;}
.menu_sub_tbody{
	position:absolute;
	width:100%;
	background-color:#fff;
	box-sizing:border-box;
	display:none;
	border:1px solid #555;
	z-index:100;
	right: 100%;
	top:0px;
	box-sizing: border-box;
}
.menu_tb:hover>.menu_tbody{
	display:block;
}
.menu_btn{
	cursor:pointer;
	padding:5px;
	color:#333;
	text-align:center;
}
.menu_btn:last-child{border-bottom:none;}
.menu_btn:hover{
	background-color:#eee;
}
.form-flex{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:10px;
	width:auto;
	height:auto;
}
.form-flex-title{
	display:flex;
	display:-webkit-flex;
	vertical-align:middle;
	column-gap:10px;
	width:auto;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	color:#000;
	background-color:#eee;
	background-image:linear-gradient(0deg,#eee,#fff);
	padding-left:10px;
	padding-right:10px;
}
.form-flex-tips{color:#f00;font-weight:normal;font-size:12px;}
.form-flex-body{
	display:block;
	width:auto;
	padding:5px;
}
.order_flex{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	align-items:center;
	height:auto;
	width:auto;
	height:auto;
	align-items:center;
}
.order_tb{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	height:auto;
	width:auto;
	height:20px;
}
.order_bt{
	width:15px;
	height:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	cursor:pointer;
}
.order_on{
	background-color:#f90;
	border-color:transparent;
}
.hide{}
@media (max-width:480px){
	.hide{display:none;}
}
.tool-fold{
	width:20px;
	height: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	border: 1px solid #ddd;
	color:#333;
	background-color: #fff;
	cursor: pointer;
	box-sizing: border-box;
}
.img{
	width: auto;
	height: auto;
	max-width: 30px;
	max-height: 30px;
	transition: all 0.4s;
}
.img:hover{
	transform: scale(8,8);
	transform-origin: left top;
	position:relative;
	z-index: 200;
}
.tback{
	background-color: #eee;
	background-image: linear-gradient(0deg,#eee,#fff);
	border-bottom: 1px solid #ddd;
}
.pd0{
	padding: 0px;
}
.disabled,a.disabled{
	background:#fafafa!important;
	color:#aaa!important;
	cursor:default;
}
.noedit{
	border: none;
	background-color: transparent;
}