
.icon_lay[data-v-49b4d086]{
		width: 100%;
		height: 450px;
		position: relative;
}
.title[data-v-49b4d086]{
		border-bottom: solid #333 1px;
		font-size:14px;
		color:#fff;
}
.name[data-v-49b4d086]{
		font-size:12px;
		color:#23c312;
}
.name_span[data-v-49b4d086]{
    display: inline-block;
    width:50px;
    vertical-align: middle;
}



.el-dialog.filtersDialog{
		background: #211f1f;
		color: #fff;
}
.filtersDialog .el-dialog__header{
		border-bottom: 1px solid #3a3a3a;
}
.filtersDialog .el-dialog__body .el-form>.el-form-item:last-child{
		border-top: 1px solid #3a3a3a;
}
.filtersDialog .el-dialog__title,
.filtersDialog label.el-form-item__label,
.filtersDialog .el-form-item__content{
		color: #fff;
}
.filtersDialog .el-input__inner{
		background: transparent;
		color: #fff;
}
.filtersDialog .el-button--primary{
		
    background-color: #23c312;
    border-color: #23c312;
}


.title[data-v-0743e39a]{
	font-size: 12px;
	color: #fff;
	display: inline-block;
    width: 100%;
}
.title[data-v-0743e39a]:after{
	content: "";
	display: block;
	clear: both;
}
.title i[data-v-0743e39a]{
	color: #23c312
}
.fullIco[data-v-0743e39a]{
	float: right;
	margin-right: 10px;
	margin-top:3px;
}
.box[data-v-0743e39a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box-orient-vertical[data-v-0743e39a] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.box-flex-1[data-v-0743e39a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}
.box-flex-2[data-v-0743e39a] {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2
}
.box-align-start[data-v-0743e39a] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
}
.box-align-center[data-v-0743e39a] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.box-align-end[data-v-0743e39a] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end
}
.excuteBtn[data-v-0743e39a]{
	position: absolute;
	right:20px;
	top:10px;
}
.excuteBtn.el-button--primary[data-v-0743e39a] {
    background-color: #23c312;
    border-color: #23c312;
}

