#tools_bar {
	position: fixed;
	width: 55px;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	box-shadow: 0 -10px 5px #888;
	z-index: 2147483625
}

.tools_bar_options {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	background: url(https://x0.ifengimg.com/fe/shank/spring/icons.50dfe9e6.png) no-repeat;
	cursor: pointer;
	text-align: center;
	line-height: 1.5
}

.tools_bar_list {
	background-position: 0 -264px;
	top: 20px;
	left: 8px
}

.tools_bar_preview {
	background-position: 0 -352px;
	top: 80px;
	left: 8px
}

.tools_bar_mode {
	background-position: 0 -310px;
	top: 140px;
	left: 10px
}

.tools_bar_list_show {
	transform: translate3d(-360px, 0, 0) !important
}

.tools_chip_list {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -310px;
	width: 310px;
	background: #ecf0f1;
	z-index: 2147483624;
	overflow: auto;
	box-sizing: border-box;
	padding: 20px 20px 15px 10px;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	transform: translate3d(0, 0, 0);
	z-index: 9999999999
}

.chip_publish_btn {
	line-height: 1.499;
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	background-image: none;
	border: 1px solid transparent;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
	cursor: pointer;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
	height: 32px;
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	background-color: #1890ff;
	border-color: #1890ff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 0 rgba(0, 0, 0, .045)
}

.chip_publish_btn::before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: 1;
	display: none;
	background: #fff;
	border-radius: inherit;
	opacity: .35;
	transition: opacity .2s;
	content: '';
	pointer-events: none;
	
}

.chip_publish_btn>span {
	display: inline-block;
	transition: margin-left .3s cubic-bezier(.645, .045, .355, 1);
	pointer-events: none
}

.tools_chip_list_wrap {
	flex: 1;
	overflow: auto
}

.tools_chip_list_wrap_body {
	background-color: #fafafa;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	overflow: hidden;
	font-size: 12px
}

.tools_chip_list_group {
	background-color: #bcbcbc;
	border-radius: 6px;
	overflow: hidden;
	font-size: 12px
}

.tools_chip_list_group_title {
	line-height: 22px;
	padding: 6px 0 6px 24px;
	position: relative
}

.tools_chip_list_group_list {
	height: auto;
	transition: .3s;
	overflow: hidden;
	background: #fff
}

.tools_chip_list_group_listItem {
	display: flex;
	line-height: 22px;
	padding: 6px 0;
	cursor: pointer;
	border-bottom: 1px solid #e9e9e9
}

.tools_chip_list_group_listItem_title {
	flex: 1;
	padding-left: 24px;
	word-break: break-all
}

.remove_chip {
	padding: 0 0 50px 0
}

.chip {
	position: relative
}

.chip::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 157, 0, 1);
	background: rgba(255, 120, 3, .3);
	z-index: 99
}

.layout_chip {
	position: relative;
	margin: 10px 0
}

.layout_chip::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(44, 150, 208, 1);
	background: rgba(6, 54, 245, .3);
	z-index: 99
}

.remove_layout [data-id]::after,
.remove_layout::after {
	background-color: rgba(255, 0, 0, .6)
}

#chip_modal_mask {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2147483625;
	pointer-events: none;
	visibility: hidden
}

#chip_modal {
	width: 1400px;
	height: 630px;
	pointer-events: all;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5);
	overflow: hidden
}

#chip_modal_bar {
	display: none;
	width: 1400px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #393f4f;
	text-align: center;
	pointer-events: all;
	border-radius: 4px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5);
	overflow: hidden;
	cursor: pointer
}

@media screen and (max-width:1440px) {

	#chip_modal,
	#chip_modal_bar {
		width: 1200px
	}
}

@media screen and (max-width:1280px) {

	#chip_modal,
	#chip_modal_bar {
		width: 1000px
	}
}

#chip_modal_title_box {
	display: flex;
	align-items: center;
	width: 100%;
	height: 30px;
	background: #393f4f
}

#chip_modal_title {
	flex: 1;
	color: #fff;
	text-align: center
}

#chip_modal_close {
	background-image: url(https://x0.ifengimg.com/fe/shank/spring/icon_close.f5582dc3.png);
	background-color: transparent;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	margin-right: 10px;
	display: inline-block;
	cursor: pointer;
	opacity: .7
}

#chip_modal_control_box {
	padding: 15px 50px;
	border-bottom: 1px solid #bcbcbc
}

#chip_modal_body {
	width: 100%;
	height: 600px;
	background: #fff
}

#layout_form {
	margin: 20px;
	padding: 50px
}

#layout_form button {
	line-height: 1.499;
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	background-image: none;
	border: 1px solid transparent;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
	height: 32px;
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	background-color: #1890ff;
	border-color: #1890ff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 0 rgba(0, 0, 0, .045)
}
