ul li {
	list-style: none
}
.modal {
	overflow: hidden
}
.modal .modal-dialog {
	position: fixed;
	top: 46%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)!important;
	max-width: 800px;
	width: 800px
}
.modal .modal-dialog .modal-body {
	width: 797px;
	max-height: 400px;
	min-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}
.modal .modal-small {
	max-width: 800px;
	width: 600px
}
.new-manger .show-box {
	border: 1px solid #ddd;
	height: 150px
}
.new-manger .show-box {
	border: 1px solid #ddd;
	height: 150px;
	width: 200px
}
.pageWrap .model-page {
	margin-top: 0
}
.shortcut-box>li {
	height: 70px!important;
	color: rgba(255,255,255,.8);
	border: none!important;
	text-align: center;
	box-sizing: border-box;
	padding: 5px
}
.shortcut-box>li>div {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	text-align: center;
	cursor: pointer
}
.shortcut-box>li:nth-child(1)>div {
	background: #82d5ff
}
.shortcut-box>li:nth-child(2)>div {
	background: #c0e774
}
.shortcut-box>li:nth-child(3)>div {
	background: #e96c96
}
.shortcut-box>li:nth-child(4)>div {
	background: #fe8103
}
.shortcut-box>li:nth-child(5)>div {
	background: #f7d418
}
.shortcut-box>li:nth-child(6)>div {
	background: #59d6ac
}
.shortcut-box>li:nth-child(7)>div {
	background: #8290db
}
.shortcut-box>li:nth-child(8)>div {
	background: #f36c62
}
.shortcut-box>li:nth-child(9)>div {
	background: #ccaad7
}
.shortcut-box>li:last-child>div {
	background: #c84575
}
.shortcut-box>li>div>i {
	font-size: 1.5em;
	text-align: center;
	margin-top: 10px;
	display: inline-block
}
.shortcut-box>li>div>p {
	padding: 0!important;
	line-height: 2
}
.modal .shortcut-add-box {
	padding: 10px 20px!important
}
.modal .modal-header .shortcut-modal-title {
	display: inline-block;
	float: left
}
.modal .modal-header .shortcut-search-form {
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-bottom: -10px
}
.modal .modal-header .shortcut-search-form>form {
	display: inline-block;
	height: 33px;
	width: auto;
	position: relative;
	bottom: 5px
}
.modal .modal-header .shortcut-search-form>form>i {
	position: absolute;
	left: 0;
	top: 7px;
	color: #ccc;
	font-size: 15px;
	margin-left: 10px;
	color: #1ab394
}
.modal .modal-header .shortcut-search-form>form>input[type=search] {
	position: relative;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 25px;
	outline: none;
	background: 0 0;
	width: 30px;
	top: 0;
	left: 0;
	padding-left: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.modal .modal-header .shortcut-search-form>form>input[type=search]:focus {
	border: 1px solid #1ab394;
	width: 220px;
	-webkit-box-shadow: 0 0 5px rgba(26,179,148,.5);
	-moz-box-shadow: 0 0 5px rgba(26,179,148,.5);
	box-shadow: 0 0 5px rgba(26,179,148,.5)
}
.modal .modal-body .shortcut-add-box-left {
	width: 750px;
	height: 100%;
	z-index: 3000
}
.modal .modal-body .shortcut-add-box-left ul {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	top: 0;
	display: flex;
	flex-direction: row;
	left: 0
}
.modal .modal-body .shortcut-add-box-left ul li {
	width: 100%;
	list-style: none;
	height: 34px;
	padding-left: 20px;
	line-height: 34px;
	border: none;
	cursor: pointer
}
.modal .modal-body .shortcut-add-box-left ul li>i {
	margin-right: 6px
}
.lanPos {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #f8f8f8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: top .2s
}
.modal .modal-body .shortcut-add-box-left ul li.shortcut-selected {
	border: 1px solid #420ad9;
	color: #1000ff
}
.row {
	margin: 0
}
