/*  布局 排版 typesetting.css 2019-02-27  */

/****************************************  css样式 菜单  **********************************************/
/*  ruanyang 2019-02-28  去除边框样式 */
.el-menu {
	/* border-right: solid 1px #e6e6e6; */
	list-style: none;
	position: relative;
	margin: 0;
	padding-left: 0
}

.el-menu::after,.el-menu::before {
	display: table
}

.el-menu::after {
	clear: both
}

.el-menu.el-menu--horizontal {
	border-bottom: solid 1px #e6e6e6
}

.el-menu--horizontal {
	border-right: none
}

.el-menu--horizontal>.el-menu-item {
	float: left;
	height: 60px;
	line-height: 60px;
	margin: 0;
	border-bottom: 2px solid transparent;
	color: #909399
}

.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover {
	color: inherit
}

.el-menu--horizontal>.el-submenu {
	float: left
}

.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover {
	outline: 0
}

.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title {
	color: #303133
}

.el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
	border-bottom: 2px solid #409EFF;
	color: #303133
}

.el-menu--horizontal>.el-submenu .el-submenu__title {
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid transparent;
	color: #909399
}

.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow {
	position: static;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -3px
}

.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title {
	background-color: #fff;
	float: none;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	color: #909399
}

.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title {
	color: #303133
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
	outline: 0;
	color: #303133
}

.el-menu--horizontal>.el-menu-item.is-active {
	border-bottom: 2px solid #409EFF;
	color: #303133
}

.el-menu--collapse {
	width: 64px
}

.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-] {
	margin: 0;
	vertical-align: middle;
	width: 24px;
	text-align: center
}

.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow {
	display: none
}

.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span {
	height: 0;
	width: 0;
	overflow: hidden;
	visibility: hidden;
	display: inline-block
}

.el-menu--collapse>.el-menu-item.is-active i {
	color: inherit
}

.el-menu--collapse .el-submenu {
	position: relative
}

.el-menu--collapse .el-submenu .el-menu {
	position: absolute;
	margin-left: 5px;
	top: 0;
	left: 100%;
	border: 1px solid #e4e7ed;
	border-radius: 2px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}
/*ruanyang 2019-02-26  左侧菜单栏 高度设置为40px  颜色发生变化  */
.el-menu-item,.el-submenu__title {
	/*height: 56px;*/
	/*line-height: 56px;*/
	height: 40px;
	line-height:40px;
	position: relative;
	-webkit-box-sizing: border-box;
	white-space: nowrap;
	list-style: none;
	background-color:#004a86;
}


.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
	-webkit-transform: none;
	transform: none
}

.el-menu--popup {
	z-index: 100;
	border: none;
	padding: 5px 0;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.el-menu--popup-bottom-start {
	margin-top: 5px
}

.el-menu--popup-right-start {
	margin-left: 5px;
	margin-right: 5px
}

.el-menu-item {
	font-size: 14px;
	color: #303133;
	padding: 0 20px;
	cursor: pointer;
	-webkit-transition: border-color .3s,background-color .3s,color .3s;
	transition: border-color .3s,background-color .3s,color .3s;
	box-sizing: border-box
}

.el-menu-item * {
	vertical-align: middle
}

/* ruanyang 2019-02-28 去掉默认样式*/
.el-menu-item i {
	/* color: #909399 */
}

/* ruanyang 2019-02-26 左侧菜单栏二级菜单  这里调整了 菜单栏收缩显示问题 鼠标滑动和聚焦效果 */
.el-menu-item:focus,.el-menu-item:hover {
	outline: 0;
	/*background-color: #ecf5ff*/
	background-color: #0099E3;
}

.el-menu-item.is-disabled {
	opacity: .25;
	cursor: not-allowed;
	background: 0 0!important
}

.el-menu-item [class^=el-icon-] {
	margin-right: 5px;
	width: 24px;
	text-align: center;
	font-size: 18px;
	vertical-align: middle
}

/* ruanyang 2019-02-26 左侧菜单二级菜单点击时，改变样式 */
.el-menu-item.is-active {
	background-color:#00aae8 !important;
	color:white;
}

.el-menu-item.is-active i {
	color: inherit
}

.el-submenu {
	list-style: none;
	margin: 0;
	padding-left: 0
}

.el-submenu__title {
	font-size: 14px;
	color: #303133;
	padding: 0 20px;
	cursor: pointer;
	-webkit-transition: border-color .3s,background-color .3s,color .3s;
	transition: border-color .3s,background-color .3s,color .3s;
	box-sizing: border-box
}

.el-submenu__title * {
	vertical-align: middle
}

.el-submenu__title i {
	color: #909399
}

/*ruanyang 2019-03-28 去掉背景颜色*/
.el-submenu__title:focus,.el-submenu__title:hover {
	outline: 0;
	/*background-color: #ecf5ff*/
}

.el-submenu__title.is-disabled {
	opacity: .25;
	cursor: not-allowed;
	background: 0 0!important
}

/* ruanyang 2019-02-26 左侧菜单栏一级菜单 鼠标移动的背景颜色调整*/
.el-submenu__title:hover {
	/*background-color: #ecf5ff */
	background-color:#052b54;
}


.el-submenu .el-menu {
	border: none
}

/* ruanyang 2019-02-26  左侧菜单栏二级菜单 调整菜单高度为40px;调整二级菜单背景颜色 */
.el-submenu .el-menu-item {
	/*height: 50px;*/
	/*line-height: 50px;*/
	height: 40px;
	line-height: 40px;
	padding: 0 45px;
	min-width: 200px;
	background-color:#052b54 ;
}
/* add ruanyang 2019-02-26 左侧菜单二级菜单 鼠标滑动效果 */
.el-submenu .el-menu-item:hover {
	background-color:#00aae8 ;
}




.el-submenu__icon-arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	font-size: 12px
}

.el-radio,.el-radio__inner,.el-radio__input {
	position: relative;
	display: inline-block
}

.el-submenu.is-active .el-submenu__title {
	border-bottom-color: #409EFF
}

.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg)
}

.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title {
	opacity: .25;
	cursor: not-allowed;
	background: 0 0!important
}

/* ruanyang 2019-02-26 图标与右侧标签距离20px; */
.el-submenu [class^=el-icon-] {
	vertical-align: middle;
	/*margin-right: 5px; */
	margin-right: 10px;
	width: 24px;
	text-align: center;
	font-size: 18px
}

.el-menu-item-group>ul {
	padding: 0
}

.el-menu-item-group__title {
	padding: 7px 0 7px 20px;
	line-height: normal;
	font-size: 12px;
	color: #909399
}

.el-radio,.el-radio--medium.is-bordered .el-radio__label {
	font-size: 14px
}

.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0
}


/************************************************  css样式  面包屑 **********************************************/
.el-breadcrumb {
	font-size: 14px;
	line-height: 1
}

.el-breadcrumb::after,.el-breadcrumb::before {
	display: table;
	content: ""
}

.el-breadcrumb::after {
	clear: both
}

.el-breadcrumb__separator {
	margin: 0 9px;
	font-weight: 700;
	color: #c0c4cc
}

.el-breadcrumb__separator[class*=icon] {
	margin: 0 6px;
	font-weight: 400
}

.el-breadcrumb__item {
	float: left
}

.el-breadcrumb__inner {
	color: #606266
}

.el-breadcrumb__inner a,.el-breadcrumb__inner.is-link {
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
	transition: color .2s cubic-bezier(.645,.045,.355,1);
	color: #303133
}

.el-breadcrumb__inner a:hover,.el-breadcrumb__inner.is-link:hover {
	color: #409EFF;
	cursor: pointer
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
	font-weight: 400;
	color: #606266;
	cursor: text
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator {
	display: none
}


/************************************************************* css样式  标签页 tabs **********************************************/
.el-tabs__header {
	padding: 0;
	position: relative;
	margin: 0 0 15px
}

.el-tabs__active-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #409EFF;
	z-index: 1;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
	transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
	transition: transform .3s cubic-bezier(.645,.045,.355,1);
	transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
	list-style: none
}

.el-tabs__new-tab {
	float: right;
	border: 1px solid #d3dce6;
	height: 18px;
	width: 18px;
	line-height: 18px;
	margin: 12px 0 9px 10px;
	border-radius: 3px;
	text-align: center;
	font-size: 12px;
	color: #d3dce6;
	cursor: pointer;
	-webkit-transition: all .15s;
	transition: all .15s
}

.el-tabs__new-tab .el-icon-plus {
	-webkit-transform: scale(.8,.8);
	transform: scale(.8,.8)
}

.el-tabs__new-tab:hover {
	color: #409EFF
}

.el-tabs__nav-wrap {
	overflow: hidden;
	margin-bottom: -1px;
	position: relative
}

.el-tabs__nav-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #e4e7ed;
	z-index: 1
}

.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after,.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after {
	content: none
}

.el-tabs__nav-wrap.is-scrollable {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-tabs__nav-scroll {
	overflow: hidden
}

.el-tabs__nav-next,.el-tabs__nav-prev {
	position: absolute;
	cursor: pointer;
	line-height: 44px;
	font-size: 12px;
	color: #909399
}

.el-tabs__nav-next {
	right: 0
}

.el-tabs__nav-prev {
	left: 0
}

.el-tabs__nav {
	white-space: nowrap;
	position: relative;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	float: left;
	z-index: 2
}

.el-tabs__nav.is-stretch {
	min-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-tabs__nav.is-stretch>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center
}

.el-tabs__item {
	padding: 0 20px;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 40px;
	display: inline-block;
	list-style: none;
	font-size: 14px;
	font-weight: 500;
	color: #303133;
	position: relative
}

.el-tabs__item:focus,.el-tabs__item:focus:active {
	outline: 0
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
	-webkit-box-shadow: 0 0 2px 2px #409eff inset;
	box-shadow: 0 0 2px 2px #409eff inset;
	border-radius: 3px
}

.el-tabs__item .el-icon-close {
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	margin-left: 5px
}

.el-tabs__item .el-icon-close:before {
	-webkit-transform: scale(.9);
	transform: scale(.9);
	display: inline-block
}

.el-tabs__item .el-icon-close:hover {
	background-color: #c0c4cc;
	color: #fff
}

/*ruanyang 2019-03-18 添加border */
.el-tabs__item.is-active {
	/*color: #409EFF;*/
	color:#000 !important;
	border-left: 1px solid #e4e7ed !important;
	border-right:1px solid #e4e7ed !important;
	border-top:1px solid #e4e7ed !important;
}

.el-tabs--card>.el-tabs__header .el-tabs__item:not(.is-active):hover{
	color:#003a60;
	background-color:#f5f5f5;
}

.el-tabs__item:hover {
	color: #409EFF;
	cursor: pointer
}

.el-tabs__item.is-disabled {
	color: #c0c4cc;
	cursor: default
}

.el-tabs__content {
	overflow: hidden;
	position: relative
}

.el-tabs--card>.el-tabs__header {
	border-bottom: 1px solid #e4e7ed
}

/* ruanyang 2019-03-15  margin-left添加  */
.el-tabs--card>.el-tabs__header .el-tabs__nav {
	/*border: 1px solid #e4e7ed;*/
	/*border-bottom: none;*/
	/*border: 1px solid #fff;*/
  top:1px;
	border-radius: 4px 4px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 15px;
}

.el-alert,.el-tag {
	-webkit-box-sizing: border-box
}

.el-tabs--card>.el-tabs__header .el-tabs__active-bar {
	display: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close {
	position: relative;
	font-size: 12px;
	width: 0;
	height: 14px;
	vertical-align: middle;
	line-height: 15px;
	overflow: hidden;
	top: -1px;
	right: -2px;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close,.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close {
	width: 14px
}

/* ruanyang 2019-03-15 不要左边框 改变bottom */
.el-tabs--card>.el-tabs__header .el-tabs__item {
	/*border-bottom: 1px solid transparent;*/
	/*border-left: 1px solid #e4e7ed;*/
	color:#0069ac;
	border-bottom: 1px solid #e4e7ed;
	-webkit-transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
	transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)
}

.el-tabs--card>.el-tabs__header .el-tabs__item:first-child {
	border-left: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover {
	padding-left: 13px;
	padding-right: 13px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
	border-bottom-color: #fff;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable {
	padding-left: 20px;
	padding-right: 20px
}

.el-tabs--border-card {
	background: #fff;
	border: 1px solid #dcdfe6;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)
}

.el-tabs--border-card>.el-tabs__content {
	padding: 15px
}

.el-tabs--border-card>.el-tabs__header {
	background-color: #f5f7fa;
	border-bottom: 1px solid #e4e7ed;
	margin: 0
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	border: 1px solid transparent;
	margin: -1px -1px 0;
	color: #909399
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
	color: #409EFF;
	background-color: #fff;
	border-right-color: #dcdfe6;
	border-left-color: #dcdfe6
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
	color: #409EFF
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled {
	color: #c0c4cc
}

.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
	padding-left: 0
}

.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child {
	padding-right: 0
}

.el-tabs--bottom .el-tabs--left .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--border-card .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card .el-tabs__item:nth-child(2) {
	padding-left: 20px
}

.el-tabs--bottom .el-tabs--left .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--border-card .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card .el-tabs__item:last-child,.el-tabs--top .el-tabs--left .el-tabs__item:last-child,.el-tabs--top .el-tabs--right .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card .el-tabs__item:last-child,.el-tabs--top.el-tabs--card .el-tabs__item:last-child {
	padding-right: 20px
}

.el-tabs--bottom .el-tabs__header.is-bottom {
	margin-bottom: 0;
	margin-top: 10px
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
	border-bottom: 0;
	border-top: 1px solid #dcdfe6
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
	margin-top: -1px;
	margin-bottom: 0
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
	border: 1px solid transparent
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
	margin: 0 -1px -1px
}

.el-tabs--left,.el-tabs--right {
	overflow: hidden
}

.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right {
	height: 100%
}

.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right {
	top: 0;
	bottom: auto;
	width: 2px;
	height: auto
}

.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right {
	margin-bottom: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	cursor: pointer
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
	left: auto;
	top: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next {
	right: auto;
	bottom: 0
}

.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left::after {
	right: 0;
	left: auto
}

.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
	padding: 30px 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left::after,.el-tabs--left .el-tabs__nav-wrap.is-right::after,.el-tabs--right .el-tabs__nav-wrap.is-left::after,.el-tabs--right .el-tabs__nav-wrap.is-right::after {
	height: 100%;
	width: 2px;
	bottom: auto;
	top: 0
}

.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right {
	float: none
}

.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right {
	display: block
}

.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
	display: none
}

.el-tabs--left .el-tabs__header.is-left {
	float: left;
	margin-bottom: 0;
	margin-right: 10px
}

.el-tabs--left .el-tabs__nav-wrap.is-left {
	margin-right: -1px
}

.el-tabs--left .el-tabs__item.is-left {
	text-align: right
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
	border-left: none;
	border-right: 1px solid #e4e7ed;
	border-bottom: none;
	border-top: 1px solid #e4e7ed
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
	border-right: 1px solid #e4e7ed;
	border-top: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
	border: 1px solid #e4e7ed;
	border-right-color: #fff;
	border-left: none;
	border-bottom: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
	border-top: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
	border-bottom: none
}

.el-tabs--left.el-tabs--card .el-tabs__nav {
	border-radius: 4px 0 0 4px;
	border-bottom: 1px solid #e4e7ed;
	border-right: none
}

.el-tabs--left.el-tabs--card .el-tabs__new-tab {
	float: none
}

.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
	border-right: 1px solid #dfe4ed
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
	border: 1px solid transparent;
	margin: -1px 0 -1px -1px
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
	border-color: #d1dbe5 transparent
}

.el-tabs--right .el-tabs__header.is-right {
	float: right;
	margin-bottom: 0;
	margin-left: 10px
}

.el-tabs--right .el-tabs__nav-wrap.is-right {
	margin-left: -1px
}

.el-tabs--right .el-tabs__nav-wrap.is-right::after {
	left: 0;
	right: auto
}

.el-tabs--right .el-tabs__active-bar.is-right {
	left: 0
}

.el-tag,.slideInLeft-transition,.slideInRight-transition {
	display: inline-block
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
	border-bottom: none;
	border-top: 1px solid #e4e7ed
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
	border-left: 1px solid #e4e7ed;
	border-top: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
	border: 1px solid #e4e7ed;
	border-left-color: #fff;
	border-right: none;
	border-bottom: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
	border-top: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
	border-bottom: none
}

.el-tabs--right.el-tabs--card .el-tabs__nav {
	border-radius: 0 4px 4px 0;
	border-bottom: 1px solid #e4e7ed;
	border-left: none
}

.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
	border-left: 1px solid #dfe4ed
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
	border: 1px solid transparent;
	margin: -1px -1px -1px 0
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
	border-color: #d1dbe5 transparent
}


/*********************************************************** css样式  tree *******************************************************/
.el-tree {
	position: relative;
	cursor: default;
	background: #fff;
	color: #606266
}

.el-tree__empty-block {
	position: relative;
	min-height: 60px;
	text-align: center;
	width: 100%;
	height: 100%
}

.el-tree__empty-text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #6f7180
}

.el-tree__drop-indicator {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #409EFF
}

.el-tree-node {
	white-space: nowrap;
	outline: 0
}

.el-tree-node:focus>.el-tree-node__content {
	background-color: #f5f7fa
}

.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label {
	background-color: #409EFF;
	color: #fff
}

.el-tree-node__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 26px;
	cursor: pointer
}

.el-tree-node__content>.el-tree-node__expand-icon {
	padding: 6px
}

.el-tree-node__content>.el-checkbox {
	margin-right: 8px
}

.el-tree-node__content:hover {
	background-color: #f5f7fa
}

.el-tree.is-dragging .el-tree-node__content {
	cursor: move
}

.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
	cursor: not-allowed
}

.el-tree-node__expand-icon {
	cursor: pointer;
	color: #c0c4cc;
	font-size: 12px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.el-tree-node__expand-icon.expanded {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.el-tree-node__expand-icon.is-leaf {
	color: transparent;
	cursor: default
}

.el-tree-node__label {
	font-size: 14px
}

.el-tree-node__loading-icon {
	margin-right: 8px;
	font-size: 14px;
	color: #c0c4cc
}

.el-tree-node>.el-tree-node__children {
	overflow: hidden;
	background-color: transparent
}

.el-tree-node.is-expanded>.el-tree-node__children {
	display: block
}

.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
	background-color: #f0f7ff
}


/********************************************************* css样式 el-row   el-col   页面布局 ******************************************/
.el-row {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-row::after,.el-row::before {
	display: table
}

.el-row::after {
	clear: both
}

.el-row--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.el-col-0,.el-row--flex:after,.el-row--flex:before {
	display: none
}

.el-row--flex.is-justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.el-row--flex.is-justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.el-row--flex.is-justify-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.el-row--flex.is-justify-space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.el-row--flex.is-align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.el-row--flex.is-align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}[class*=el-col-] {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.el-upload--picture-card,.el-upload-dragger {
	-webkit-box-sizing: border-box;
	cursor: pointer
}

.el-col-0 {
	width: 0
}

.el-col-offset-0 {
	margin-left: 0
}

.el-col-pull-0 {
	right: 0
}

.el-col-push-0 {
	left: 0
}

.el-col-1 {
	width: 4.16667%
}

.el-col-offset-1 {
	margin-left: 4.16667%
}

.el-col-pull-1 {
	right: 4.16667%
}

.el-col-push-1 {
	left: 4.16667%
}

.el-col-2 {
	width: 8.33333%
}

.el-col-offset-2 {
	margin-left: 8.33333%
}

.el-col-pull-2 {
	right: 8.33333%
}

.el-col-push-2 {
	left: 8.33333%
}

.el-col-3 {
	width: 12.5%
}

.el-col-offset-3 {
	margin-left: 12.5%
}

.el-col-pull-3 {
	right: 12.5%
}

.el-col-push-3 {
	left: 12.5%
}

.el-col-4 {
	width: 16.66667%
}

.el-col-offset-4 {
	margin-left: 16.66667%
}

.el-col-pull-4 {
	right: 16.66667%
}

.el-col-push-4 {
	left: 16.66667%
}

.el-col-5 {
	width: 20.83333%
}

.el-col-offset-5 {
	margin-left: 20.83333%
}

.el-col-pull-5 {
	right: 20.83333%
}

.el-col-push-5 {
	left: 20.83333%
}

.el-col-6 {
	width: 25%
}

.el-col-offset-6 {
	margin-left: 25%
}

.el-col-pull-6 {
	right: 25%
}

.el-col-push-6 {
	left: 25%
}

.el-col-7 {
	width: 29.16667%
}

.el-col-offset-7 {
	margin-left: 29.16667%
}

.el-col-pull-7 {
	right: 29.16667%
}

.el-col-push-7 {
	left: 29.16667%
}

.el-col-8 {
	width: 33.33333%
}

.el-col-offset-8 {
	margin-left: 33.33333%
}

.el-col-pull-8 {
	right: 33.33333%
}

.el-col-push-8 {
	left: 33.33333%
}

.el-col-9 {
	width: 37.5%
}

.el-col-offset-9 {
	margin-left: 37.5%
}

.el-col-pull-9 {
	right: 37.5%
}

.el-col-push-9 {
	left: 37.5%
}

.el-col-10 {
	width: 41.66667%
}

.el-col-offset-10 {
	margin-left: 41.66667%
}

.el-col-pull-10 {
	right: 41.66667%
}

.el-col-push-10 {
	left: 41.66667%
}

.el-col-11 {
	width: 45.83333%
}

.el-col-offset-11 {
	margin-left: 45.83333%
}

.el-col-pull-11 {
	right: 45.83333%
}

.el-col-push-11 {
	left: 45.83333%
}

.el-col-12 {
	width: 50%
}

.el-col-offset-12 {
	margin-left: 50%
}

.el-col-pull-12 {
	position: relative;
	right: 50%
}

.el-col-push-12 {
	left: 50%
}

.el-col-13 {
	width: 54.16667%
}

.el-col-offset-13 {
	margin-left: 54.16667%
}

.el-col-pull-13 {
	right: 54.16667%
}

.el-col-push-13 {
	left: 54.16667%
}

.el-col-14 {
	width: 58.33333%
}

.el-col-offset-14 {
	margin-left: 58.33333%
}

.el-col-pull-14 {
	right: 58.33333%
}

.el-col-push-14 {
	left: 58.33333%
}

.el-col-15 {
	width: 62.5%
}

.el-col-offset-15 {
	margin-left: 62.5%
}

.el-col-pull-15 {
	right: 62.5%
}

.el-col-push-15 {
	left: 62.5%
}

.el-col-16 {
	width: 66.66667%
}

.el-col-offset-16 {
	margin-left: 66.66667%
}

.el-col-pull-16 {
	right: 66.66667%
}

.el-col-push-16 {
	left: 66.66667%
}

.el-col-17 {
	width: 70.83333%
}

.el-col-offset-17 {
	margin-left: 70.83333%
}

.el-col-pull-17 {
	right: 70.83333%
}

.el-col-push-17 {
	left: 70.83333%
}

.el-col-18 {
	width: 75%
}

.el-col-offset-18 {
	margin-left: 75%
}

.el-col-pull-18 {
	right: 75%
}

.el-col-push-18 {
	left: 75%
}

.el-col-19 {
	width: 79.16667%
}

.el-col-offset-19 {
	margin-left: 79.16667%
}

.el-col-pull-19 {
	right: 79.16667%
}

.el-col-push-19 {
	left: 79.16667%
}

.el-col-20 {
	width: 83.33333%
}

.el-col-offset-20 {
	margin-left: 83.33333%
}

.el-col-pull-20 {
	right: 83.33333%
}

.el-col-push-20 {
	left: 83.33333%
}

.el-col-21 {
	width: 87.5%
}

.el-col-offset-21 {
	margin-left: 87.5%
}

.el-col-pull-21 {
	right: 87.5%
}

.el-col-push-21 {
	left: 87.5%
}

.el-col-22 {
	width: 91.66667%
}

.el-col-offset-22 {
	margin-left: 91.66667%
}

.el-col-pull-22 {
	right: 91.66667%
}

.el-col-push-22 {
	left: 91.66667%
}

.el-col-23 {
	width: 95.83333%
}

.el-col-offset-23 {
	margin-left: 95.83333%
}

.el-col-pull-23 {
	right: 95.83333%
}

.el-col-push-23 {
	left: 95.83333%
}

.el-col-24 {
	width: 100%
}

.el-col-offset-24 {
	margin-left: 100%
}

.el-col-pull-24 {
	right: 100%
}

.el-col-push-24 {
	left: 100%
}

@media only screen and (max-width:767px) {
	.el-col-xs-0 {
		display: none;
		width: 0
	}

	.el-col-xs-offset-0 {
		margin-left: 0
	}

	.el-col-xs-pull-0 {
		position: relative;
		right: 0
	}

	.el-col-xs-push-0 {
		position: relative;
		left: 0
	}

	.el-col-xs-1 {
		width: 4.16667%
	}

	.el-col-xs-offset-1 {
		margin-left: 4.16667%
	}

	.el-col-xs-pull-1 {
		position: relative;
		right: 4.16667%
	}

	.el-col-xs-push-1 {
		position: relative;
		left: 4.16667%
	}

	.el-col-xs-2 {
		width: 8.33333%
	}

	.el-col-xs-offset-2 {
		margin-left: 8.33333%
	}

	.el-col-xs-pull-2 {
		position: relative;
		right: 8.33333%
	}

	.el-col-xs-push-2 {
		position: relative;
		left: 8.33333%
	}

	.el-col-xs-3 {
		width: 12.5%
	}

	.el-col-xs-offset-3 {
		margin-left: 12.5%
	}

	.el-col-xs-pull-3 {
		position: relative;
		right: 12.5%
	}

	.el-col-xs-push-3 {
		position: relative;
		left: 12.5%
	}

	.el-col-xs-4 {
		width: 16.66667%
	}

	.el-col-xs-offset-4 {
		margin-left: 16.66667%
	}

	.el-col-xs-pull-4 {
		position: relative;
		right: 16.66667%
	}

	.el-col-xs-push-4 {
		position: relative;
		left: 16.66667%
	}

	.el-col-xs-5 {
		width: 20.83333%
	}

	.el-col-xs-offset-5 {
		margin-left: 20.83333%
	}

	.el-col-xs-pull-5 {
		position: relative;
		right: 20.83333%
	}

	.el-col-xs-push-5 {
		position: relative;
		left: 20.83333%
	}

	.el-col-xs-6 {
		width: 25%
	}

	.el-col-xs-offset-6 {
		margin-left: 25%
	}

	.el-col-xs-pull-6 {
		position: relative;
		right: 25%
	}

	.el-col-xs-push-6 {
		position: relative;
		left: 25%
	}

	.el-col-xs-7 {
		width: 29.16667%
	}

	.el-col-xs-offset-7 {
		margin-left: 29.16667%
	}

	.el-col-xs-pull-7 {
		position: relative;
		right: 29.16667%
	}

	.el-col-xs-push-7 {
		position: relative;
		left: 29.16667%
	}

	.el-col-xs-8 {
		width: 33.33333%
	}

	.el-col-xs-offset-8 {
		margin-left: 33.33333%
	}

	.el-col-xs-pull-8 {
		position: relative;
		right: 33.33333%
	}

	.el-col-xs-push-8 {
		position: relative;
		left: 33.33333%
	}

	.el-col-xs-9 {
		width: 37.5%
	}

	.el-col-xs-offset-9 {
		margin-left: 37.5%
	}

	.el-col-xs-pull-9 {
		position: relative;
		right: 37.5%
	}

	.el-col-xs-push-9 {
		position: relative;
		left: 37.5%
	}

	.el-col-xs-10 {
		width: 41.66667%
	}

	.el-col-xs-offset-10 {
		margin-left: 41.66667%
	}

	.el-col-xs-pull-10 {
		position: relative;
		right: 41.66667%
	}

	.el-col-xs-push-10 {
		position: relative;
		left: 41.66667%
	}

	.el-col-xs-11 {
		width: 45.83333%
	}

	.el-col-xs-offset-11 {
		margin-left: 45.83333%
	}

	.el-col-xs-pull-11 {
		position: relative;
		right: 45.83333%
	}

	.el-col-xs-push-11 {
		position: relative;
		left: 45.83333%
	}

	.el-col-xs-12 {
		width: 50%
	}

	.el-col-xs-offset-12 {
		margin-left: 50%
	}

	.el-col-xs-pull-12 {
		position: relative;
		right: 50%
	}

	.el-col-xs-push-12 {
		position: relative;
		left: 50%
	}

	.el-col-xs-13 {
		width: 54.16667%
	}

	.el-col-xs-offset-13 {
		margin-left: 54.16667%
	}

	.el-col-xs-pull-13 {
		position: relative;
		right: 54.16667%
	}

	.el-col-xs-push-13 {
		position: relative;
		left: 54.16667%
	}

	.el-col-xs-14 {
		width: 58.33333%
	}

	.el-col-xs-offset-14 {
		margin-left: 58.33333%
	}

	.el-col-xs-pull-14 {
		position: relative;
		right: 58.33333%
	}

	.el-col-xs-push-14 {
		position: relative;
		left: 58.33333%
	}

	.el-col-xs-15 {
		width: 62.5%
	}

	.el-col-xs-offset-15 {
		margin-left: 62.5%
	}

	.el-col-xs-pull-15 {
		position: relative;
		right: 62.5%
	}

	.el-col-xs-push-15 {
		position: relative;
		left: 62.5%
	}

	.el-col-xs-16 {
		width: 66.66667%
	}

	.el-col-xs-offset-16 {
		margin-left: 66.66667%
	}

	.el-col-xs-pull-16 {
		position: relative;
		right: 66.66667%
	}

	.el-col-xs-push-16 {
		position: relative;
		left: 66.66667%
	}

	.el-col-xs-17 {
		width: 70.83333%
	}

	.el-col-xs-offset-17 {
		margin-left: 70.83333%
	}

	.el-col-xs-pull-17 {
		position: relative;
		right: 70.83333%
	}

	.el-col-xs-push-17 {
		position: relative;
		left: 70.83333%
	}

	.el-col-xs-18 {
		width: 75%
	}

	.el-col-xs-offset-18 {
		margin-left: 75%
	}

	.el-col-xs-pull-18 {
		position: relative;
		right: 75%
	}

	.el-col-xs-push-18 {
		position: relative;
		left: 75%
	}

	.el-col-xs-19 {
		width: 79.16667%
	}

	.el-col-xs-offset-19 {
		margin-left: 79.16667%
	}

	.el-col-xs-pull-19 {
		position: relative;
		right: 79.16667%
	}

	.el-col-xs-push-19 {
		position: relative;
		left: 79.16667%
	}

	.el-col-xs-20 {
		width: 83.33333%
	}

	.el-col-xs-offset-20 {
		margin-left: 83.33333%
	}

	.el-col-xs-pull-20 {
		position: relative;
		right: 83.33333%
	}

	.el-col-xs-push-20 {
		position: relative;
		left: 83.33333%
	}

	.el-col-xs-21 {
		width: 87.5%
	}

	.el-col-xs-offset-21 {
		margin-left: 87.5%
	}

	.el-col-xs-pull-21 {
		position: relative;
		right: 87.5%
	}

	.el-col-xs-push-21 {
		position: relative;
		left: 87.5%
	}

	.el-col-xs-22 {
		width: 91.66667%
	}

	.el-col-xs-offset-22 {
		margin-left: 91.66667%
	}

	.el-col-xs-pull-22 {
		position: relative;
		right: 91.66667%
	}

	.el-col-xs-push-22 {
		position: relative;
		left: 91.66667%
	}

	.el-col-xs-23 {
		width: 95.83333%
	}

	.el-col-xs-offset-23 {
		margin-left: 95.83333%
	}

	.el-col-xs-pull-23 {
		position: relative;
		right: 95.83333%
	}

	.el-col-xs-push-23 {
		position: relative;
		left: 95.83333%
	}

	.el-col-xs-24 {
		width: 100%
	}

	.el-col-xs-offset-24 {
		margin-left: 100%
	}

	.el-col-xs-pull-24 {
		position: relative;
		right: 100%
	}

	.el-col-xs-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:768px) {
	.el-col-sm-0 {
		display: none;
		width: 0
	}

	.el-col-sm-offset-0 {
		margin-left: 0
	}

	.el-col-sm-pull-0 {
		position: relative;
		right: 0
	}

	.el-col-sm-push-0 {
		position: relative;
		left: 0
	}

	.el-col-sm-1 {
		width: 4.16667%
	}

	.el-col-sm-offset-1 {
		margin-left: 4.16667%
	}

	.el-col-sm-pull-1 {
		position: relative;
		right: 4.16667%
	}

	.el-col-sm-push-1 {
		position: relative;
		left: 4.16667%
	}

	.el-col-sm-2 {
		width: 8.33333%
	}

	.el-col-sm-offset-2 {
		margin-left: 8.33333%
	}

	.el-col-sm-pull-2 {
		position: relative;
		right: 8.33333%
	}

	.el-col-sm-push-2 {
		position: relative;
		left: 8.33333%
	}

	.el-col-sm-3 {
		width: 12.5%
	}

	.el-col-sm-offset-3 {
		margin-left: 12.5%
	}

	.el-col-sm-pull-3 {
		position: relative;
		right: 12.5%
	}

	.el-col-sm-push-3 {
		position: relative;
		left: 12.5%
	}

	.el-col-sm-4 {
		width: 16.66667%
	}

	.el-col-sm-offset-4 {
		margin-left: 16.66667%
	}

	.el-col-sm-pull-4 {
		position: relative;
		right: 16.66667%
	}

	.el-col-sm-push-4 {
		position: relative;
		left: 16.66667%
	}

	.el-col-sm-5 {
		width: 20.83333%
	}

	.el-col-sm-offset-5 {
		margin-left: 20.83333%
	}

	.el-col-sm-pull-5 {
		position: relative;
		right: 20.83333%
	}

	.el-col-sm-push-5 {
		position: relative;
		left: 20.83333%
	}

	.el-col-sm-6 {
		width: 25%
	}

	.el-col-sm-offset-6 {
		margin-left: 25%
	}

	.el-col-sm-pull-6 {
		position: relative;
		right: 25%
	}

	.el-col-sm-push-6 {
		position: relative;
		left: 25%
	}

	.el-col-sm-7 {
		width: 29.16667%
	}

	.el-col-sm-offset-7 {
		margin-left: 29.16667%
	}

	.el-col-sm-pull-7 {
		position: relative;
		right: 29.16667%
	}

	.el-col-sm-push-7 {
		position: relative;
		left: 29.16667%
	}

	.el-col-sm-8 {
		width: 33.33333%
	}

	.el-col-sm-offset-8 {
		margin-left: 33.33333%
	}

	.el-col-sm-pull-8 {
		position: relative;
		right: 33.33333%
	}

	.el-col-sm-push-8 {
		position: relative;
		left: 33.33333%
	}

	.el-col-sm-9 {
		width: 37.5%
	}

	.el-col-sm-offset-9 {
		margin-left: 37.5%
	}

	.el-col-sm-pull-9 {
		position: relative;
		right: 37.5%
	}

	.el-col-sm-push-9 {
		position: relative;
		left: 37.5%
	}

	.el-col-sm-10 {
		width: 41.66667%
	}

	.el-col-sm-offset-10 {
		margin-left: 41.66667%
	}

	.el-col-sm-pull-10 {
		position: relative;
		right: 41.66667%
	}

	.el-col-sm-push-10 {
		position: relative;
		left: 41.66667%
	}

	.el-col-sm-11 {
		width: 45.83333%
	}

	.el-col-sm-offset-11 {
		margin-left: 45.83333%
	}

	.el-col-sm-pull-11 {
		position: relative;
		right: 45.83333%
	}

	.el-col-sm-push-11 {
		position: relative;
		left: 45.83333%
	}

	.el-col-sm-12 {
		width: 50%
	}

	.el-col-sm-offset-12 {
		margin-left: 50%
	}

	.el-col-sm-pull-12 {
		position: relative;
		right: 50%
	}

	.el-col-sm-push-12 {
		position: relative;
		left: 50%
	}

	.el-col-sm-13 {
		width: 54.16667%
	}

	.el-col-sm-offset-13 {
		margin-left: 54.16667%
	}

	.el-col-sm-pull-13 {
		position: relative;
		right: 54.16667%
	}

	.el-col-sm-push-13 {
		position: relative;
		left: 54.16667%
	}

	.el-col-sm-14 {
		width: 58.33333%
	}

	.el-col-sm-offset-14 {
		margin-left: 58.33333%
	}

	.el-col-sm-pull-14 {
		position: relative;
		right: 58.33333%
	}

	.el-col-sm-push-14 {
		position: relative;
		left: 58.33333%
	}

	.el-col-sm-15 {
		width: 62.5%
	}

	.el-col-sm-offset-15 {
		margin-left: 62.5%
	}

	.el-col-sm-pull-15 {
		position: relative;
		right: 62.5%
	}

	.el-col-sm-push-15 {
		position: relative;
		left: 62.5%
	}

	.el-col-sm-16 {
		width: 66.66667%
	}

	.el-col-sm-offset-16 {
		margin-left: 66.66667%
	}

	.el-col-sm-pull-16 {
		position: relative;
		right: 66.66667%
	}

	.el-col-sm-push-16 {
		position: relative;
		left: 66.66667%
	}

	.el-col-sm-17 {
		width: 70.83333%
	}

	.el-col-sm-offset-17 {
		margin-left: 70.83333%
	}

	.el-col-sm-pull-17 {
		position: relative;
		right: 70.83333%
	}

	.el-col-sm-push-17 {
		position: relative;
		left: 70.83333%
	}

	.el-col-sm-18 {
		width: 75%
	}

	.el-col-sm-offset-18 {
		margin-left: 75%
	}

	.el-col-sm-pull-18 {
		position: relative;
		right: 75%
	}

	.el-col-sm-push-18 {
		position: relative;
		left: 75%
	}

	.el-col-sm-19 {
		width: 79.16667%
	}

	.el-col-sm-offset-19 {
		margin-left: 79.16667%
	}

	.el-col-sm-pull-19 {
		position: relative;
		right: 79.16667%
	}

	.el-col-sm-push-19 {
		position: relative;
		left: 79.16667%
	}

	.el-col-sm-20 {
		width: 83.33333%
	}

	.el-col-sm-offset-20 {
		margin-left: 83.33333%
	}

	.el-col-sm-pull-20 {
		position: relative;
		right: 83.33333%
	}

	.el-col-sm-push-20 {
		position: relative;
		left: 83.33333%
	}

	.el-col-sm-21 {
		width: 87.5%
	}

	.el-col-sm-offset-21 {
		margin-left: 87.5%
	}

	.el-col-sm-pull-21 {
		position: relative;
		right: 87.5%
	}

	.el-col-sm-push-21 {
		position: relative;
		left: 87.5%
	}

	.el-col-sm-22 {
		width: 91.66667%
	}

	.el-col-sm-offset-22 {
		margin-left: 91.66667%
	}

	.el-col-sm-pull-22 {
		position: relative;
		right: 91.66667%
	}

	.el-col-sm-push-22 {
		position: relative;
		left: 91.66667%
	}

	.el-col-sm-23 {
		width: 95.83333%
	}

	.el-col-sm-offset-23 {
		margin-left: 95.83333%
	}

	.el-col-sm-pull-23 {
		position: relative;
		right: 95.83333%
	}

	.el-col-sm-push-23 {
		position: relative;
		left: 95.83333%
	}

	.el-col-sm-24 {
		width: 100%
	}

	.el-col-sm-offset-24 {
		margin-left: 100%
	}

	.el-col-sm-pull-24 {
		position: relative;
		right: 100%
	}

	.el-col-sm-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:992px) {
	.el-col-md-0 {
		display: none;
		width: 0
	}

	.el-col-md-offset-0 {
		margin-left: 0
	}

	.el-col-md-pull-0 {
		position: relative;
		right: 0
	}

	.el-col-md-push-0 {
		position: relative;
		left: 0
	}

	.el-col-md-1 {
		width: 4.16667%
	}

	.el-col-md-offset-1 {
		margin-left: 4.16667%
	}

	.el-col-md-pull-1 {
		position: relative;
		right: 4.16667%
	}

	.el-col-md-push-1 {
		position: relative;
		left: 4.16667%
	}

	.el-col-md-2 {
		width: 8.33333%
	}

	.el-col-md-offset-2 {
		margin-left: 8.33333%
	}

	.el-col-md-pull-2 {
		position: relative;
		right: 8.33333%
	}

	.el-col-md-push-2 {
		position: relative;
		left: 8.33333%
	}

	.el-col-md-3 {
		width: 12.5%
	}

	.el-col-md-offset-3 {
		margin-left: 12.5%
	}

	.el-col-md-pull-3 {
		position: relative;
		right: 12.5%
	}

	.el-col-md-push-3 {
		position: relative;
		left: 12.5%
	}

	.el-col-md-4 {
		width: 16.66667%
	}

	.el-col-md-offset-4 {
		margin-left: 16.66667%
	}

	.el-col-md-pull-4 {
		position: relative;
		right: 16.66667%
	}

	.el-col-md-push-4 {
		position: relative;
		left: 16.66667%
	}

	.el-col-md-5 {
		width: 20.83333%
	}

	.el-col-md-offset-5 {
		margin-left: 20.83333%
	}

	.el-col-md-pull-5 {
		position: relative;
		right: 20.83333%
	}

	.el-col-md-push-5 {
		position: relative;
		left: 20.83333%
	}

	.el-col-md-6 {
		width: 25%
	}

	.el-col-md-offset-6 {
		margin-left: 25%
	}

	.el-col-md-pull-6 {
		position: relative;
		right: 25%
	}

	.el-col-md-push-6 {
		position: relative;
		left: 25%
	}

	.el-col-md-7 {
		width: 29.16667%
	}

	.el-col-md-offset-7 {
		margin-left: 29.16667%
	}

	.el-col-md-pull-7 {
		position: relative;
		right: 29.16667%
	}

	.el-col-md-push-7 {
		position: relative;
		left: 29.16667%
	}

	.el-col-md-8 {
		width: 33.33333%
	}

	.el-col-md-offset-8 {
		margin-left: 33.33333%
	}

	.el-col-md-pull-8 {
		position: relative;
		right: 33.33333%
	}

	.el-col-md-push-8 {
		position: relative;
		left: 33.33333%
	}

	.el-col-md-9 {
		width: 37.5%
	}

	.el-col-md-offset-9 {
		margin-left: 37.5%
	}

	.el-col-md-pull-9 {
		position: relative;
		right: 37.5%
	}

	.el-col-md-push-9 {
		position: relative;
		left: 37.5%
	}

	.el-col-md-10 {
		width: 41.66667%
	}

	.el-col-md-offset-10 {
		margin-left: 41.66667%
	}

	.el-col-md-pull-10 {
		position: relative;
		right: 41.66667%
	}

	.el-col-md-push-10 {
		position: relative;
		left: 41.66667%
	}

	.el-col-md-11 {
		width: 45.83333%
	}

	.el-col-md-offset-11 {
		margin-left: 45.83333%
	}

	.el-col-md-pull-11 {
		position: relative;
		right: 45.83333%
	}

	.el-col-md-push-11 {
		position: relative;
		left: 45.83333%
	}

	.el-col-md-12 {
		width: 50%
	}

	.el-col-md-offset-12 {
		margin-left: 50%
	}

	.el-col-md-pull-12 {
		position: relative;
		right: 50%
	}

	.el-col-md-push-12 {
		position: relative;
		left: 50%
	}

	.el-col-md-13 {
		width: 54.16667%
	}

	.el-col-md-offset-13 {
		margin-left: 54.16667%
	}

	.el-col-md-pull-13 {
		position: relative;
		right: 54.16667%
	}

	.el-col-md-push-13 {
		position: relative;
		left: 54.16667%
	}

	.el-col-md-14 {
		width: 58.33333%
	}

	.el-col-md-offset-14 {
		margin-left: 58.33333%
	}

	.el-col-md-pull-14 {
		position: relative;
		right: 58.33333%
	}

	.el-col-md-push-14 {
		position: relative;
		left: 58.33333%
	}

	.el-col-md-15 {
		width: 62.5%
	}

	.el-col-md-offset-15 {
		margin-left: 62.5%
	}

	.el-col-md-pull-15 {
		position: relative;
		right: 62.5%
	}

	.el-col-md-push-15 {
		position: relative;
		left: 62.5%
	}

	.el-col-md-16 {
		width: 66.66667%
	}

	.el-col-md-offset-16 {
		margin-left: 66.66667%
	}

	.el-col-md-pull-16 {
		position: relative;
		right: 66.66667%
	}

	.el-col-md-push-16 {
		position: relative;
		left: 66.66667%
	}

	.el-col-md-17 {
		width: 70.83333%
	}

	.el-col-md-offset-17 {
		margin-left: 70.83333%
	}

	.el-col-md-pull-17 {
		position: relative;
		right: 70.83333%
	}

	.el-col-md-push-17 {
		position: relative;
		left: 70.83333%
	}

	.el-col-md-18 {
		width: 75%
	}

	.el-col-md-offset-18 {
		margin-left: 75%
	}

	.el-col-md-pull-18 {
		position: relative;
		right: 75%
	}

	.el-col-md-push-18 {
		position: relative;
		left: 75%
	}

	.el-col-md-19 {
		width: 79.16667%
	}

	.el-col-md-offset-19 {
		margin-left: 79.16667%
	}

	.el-col-md-pull-19 {
		position: relative;
		right: 79.16667%
	}

	.el-col-md-push-19 {
		position: relative;
		left: 79.16667%
	}

	.el-col-md-20 {
		width: 83.33333%
	}

	.el-col-md-offset-20 {
		margin-left: 83.33333%
	}

	.el-col-md-pull-20 {
		position: relative;
		right: 83.33333%
	}

	.el-col-md-push-20 {
		position: relative;
		left: 83.33333%
	}

	.el-col-md-21 {
		width: 87.5%
	}

	.el-col-md-offset-21 {
		margin-left: 87.5%
	}

	.el-col-md-pull-21 {
		position: relative;
		right: 87.5%
	}

	.el-col-md-push-21 {
		position: relative;
		left: 87.5%
	}

	.el-col-md-22 {
		width: 91.66667%
	}

	.el-col-md-offset-22 {
		margin-left: 91.66667%
	}

	.el-col-md-pull-22 {
		position: relative;
		right: 91.66667%
	}

	.el-col-md-push-22 {
		position: relative;
		left: 91.66667%
	}

	.el-col-md-23 {
		width: 95.83333%
	}

	.el-col-md-offset-23 {
		margin-left: 95.83333%
	}

	.el-col-md-pull-23 {
		position: relative;
		right: 95.83333%
	}

	.el-col-md-push-23 {
		position: relative;
		left: 95.83333%
	}

	.el-col-md-24 {
		width: 100%
	}

	.el-col-md-offset-24 {
		margin-left: 100%
	}

	.el-col-md-pull-24 {
		position: relative;
		right: 100%
	}

	.el-col-md-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:1200px) {
	.el-col-lg-0 {
		display: none;
		width: 0
	}

	.el-col-lg-offset-0 {
		margin-left: 0
	}

	.el-col-lg-pull-0 {
		position: relative;
		right: 0
	}

	.el-col-lg-push-0 {
		position: relative;
		left: 0
	}

	.el-col-lg-1 {
		width: 4.16667%
	}

	.el-col-lg-offset-1 {
		margin-left: 4.16667%
	}

	.el-col-lg-pull-1 {
		position: relative;
		right: 4.16667%
	}

	.el-col-lg-push-1 {
		position: relative;
		left: 4.16667%
	}

	.el-col-lg-2 {
		width: 8.33333%
	}

	.el-col-lg-offset-2 {
		margin-left: 8.33333%
	}

	.el-col-lg-pull-2 {
		position: relative;
		right: 8.33333%
	}

	.el-col-lg-push-2 {
		position: relative;
		left: 8.33333%
	}

	.el-col-lg-3 {
		width: 12.5%
	}

	.el-col-lg-offset-3 {
		margin-left: 12.5%
	}

	.el-col-lg-pull-3 {
		position: relative;
		right: 12.5%
	}

	.el-col-lg-push-3 {
		position: relative;
		left: 12.5%
	}

	.el-col-lg-4 {
		width: 16.66667%
	}

	.el-col-lg-offset-4 {
		margin-left: 16.66667%
	}

	.el-col-lg-pull-4 {
		position: relative;
		right: 16.66667%
	}

	.el-col-lg-push-4 {
		position: relative;
		left: 16.66667%
	}

	.el-col-lg-5 {
		width: 20.83333%
	}

	.el-col-lg-offset-5 {
		margin-left: 20.83333%
	}

	.el-col-lg-pull-5 {
		position: relative;
		right: 20.83333%
	}

	.el-col-lg-push-5 {
		position: relative;
		left: 20.83333%
	}

	.el-col-lg-6 {
		width: 25%
	}

	.el-col-lg-offset-6 {
		margin-left: 25%
	}

	.el-col-lg-pull-6 {
		position: relative;
		right: 25%
	}

	.el-col-lg-push-6 {
		position: relative;
		left: 25%
	}

	.el-col-lg-7 {
		width: 29.16667%
	}

	.el-col-lg-offset-7 {
		margin-left: 29.16667%
	}

	.el-col-lg-pull-7 {
		position: relative;
		right: 29.16667%
	}

	.el-col-lg-push-7 {
		position: relative;
		left: 29.16667%
	}

	.el-col-lg-8 {
		width: 33.33333%
	}

	.el-col-lg-offset-8 {
		margin-left: 33.33333%
	}

	.el-col-lg-pull-8 {
		position: relative;
		right: 33.33333%
	}

	.el-col-lg-push-8 {
		position: relative;
		left: 33.33333%
	}

	.el-col-lg-9 {
		width: 37.5%
	}

	.el-col-lg-offset-9 {
		margin-left: 37.5%
	}

	.el-col-lg-pull-9 {
		position: relative;
		right: 37.5%
	}

	.el-col-lg-push-9 {
		position: relative;
		left: 37.5%
	}

	.el-col-lg-10 {
		width: 41.66667%
	}

	.el-col-lg-offset-10 {
		margin-left: 41.66667%
	}

	.el-col-lg-pull-10 {
		position: relative;
		right: 41.66667%
	}

	.el-col-lg-push-10 {
		position: relative;
		left: 41.66667%
	}

	.el-col-lg-11 {
		width: 45.83333%
	}

	.el-col-lg-offset-11 {
		margin-left: 45.83333%
	}

	.el-col-lg-pull-11 {
		position: relative;
		right: 45.83333%
	}

	.el-col-lg-push-11 {
		position: relative;
		left: 45.83333%
	}

	.el-col-lg-12 {
		width: 50%
	}

	.el-col-lg-offset-12 {
		margin-left: 50%
	}

	.el-col-lg-pull-12 {
		position: relative;
		right: 50%
	}

	.el-col-lg-push-12 {
		position: relative;
		left: 50%
	}

	.el-col-lg-13 {
		width: 54.16667%
	}

	.el-col-lg-offset-13 {
		margin-left: 54.16667%
	}

	.el-col-lg-pull-13 {
		position: relative;
		right: 54.16667%
	}

	.el-col-lg-push-13 {
		position: relative;
		left: 54.16667%
	}

	.el-col-lg-14 {
		width: 58.33333%
	}

	.el-col-lg-offset-14 {
		margin-left: 58.33333%
	}

	.el-col-lg-pull-14 {
		position: relative;
		right: 58.33333%
	}

	.el-col-lg-push-14 {
		position: relative;
		left: 58.33333%
	}

	.el-col-lg-15 {
		width: 62.5%
	}

	.el-col-lg-offset-15 {
		margin-left: 62.5%
	}

	.el-col-lg-pull-15 {
		position: relative;
		right: 62.5%
	}

	.el-col-lg-push-15 {
		position: relative;
		left: 62.5%
	}

	.el-col-lg-16 {
		width: 66.66667%
	}

	.el-col-lg-offset-16 {
		margin-left: 66.66667%
	}

	.el-col-lg-pull-16 {
		position: relative;
		right: 66.66667%
	}

	.el-col-lg-push-16 {
		position: relative;
		left: 66.66667%
	}

	.el-col-lg-17 {
		width: 70.83333%
	}

	.el-col-lg-offset-17 {
		margin-left: 70.83333%
	}

	.el-col-lg-pull-17 {
		position: relative;
		right: 70.83333%
	}

	.el-col-lg-push-17 {
		position: relative;
		left: 70.83333%
	}

	.el-col-lg-18 {
		width: 75%
	}

	.el-col-lg-offset-18 {
		margin-left: 75%
	}

	.el-col-lg-pull-18 {
		position: relative;
		right: 75%
	}

	.el-col-lg-push-18 {
		position: relative;
		left: 75%
	}

	.el-col-lg-19 {
		width: 79.16667%
	}

	.el-col-lg-offset-19 {
		margin-left: 79.16667%
	}

	.el-col-lg-pull-19 {
		position: relative;
		right: 79.16667%
	}

	.el-col-lg-push-19 {
		position: relative;
		left: 79.16667%
	}

	.el-col-lg-20 {
		width: 83.33333%
	}

	.el-col-lg-offset-20 {
		margin-left: 83.33333%
	}

	.el-col-lg-pull-20 {
		position: relative;
		right: 83.33333%
	}

	.el-col-lg-push-20 {
		position: relative;
		left: 83.33333%
	}

	.el-col-lg-21 {
		width: 87.5%
	}

	.el-col-lg-offset-21 {
		margin-left: 87.5%
	}

	.el-col-lg-pull-21 {
		position: relative;
		right: 87.5%
	}

	.el-col-lg-push-21 {
		position: relative;
		left: 87.5%
	}

	.el-col-lg-22 {
		width: 91.66667%
	}

	.el-col-lg-offset-22 {
		margin-left: 91.66667%
	}

	.el-col-lg-pull-22 {
		position: relative;
		right: 91.66667%
	}

	.el-col-lg-push-22 {
		position: relative;
		left: 91.66667%
	}

	.el-col-lg-23 {
		width: 95.83333%
	}

	.el-col-lg-offset-23 {
		margin-left: 95.83333%
	}

	.el-col-lg-pull-23 {
		position: relative;
		right: 95.83333%
	}

	.el-col-lg-push-23 {
		position: relative;
		left: 95.83333%
	}

	.el-col-lg-24 {
		width: 100%
	}

	.el-col-lg-offset-24 {
		margin-left: 100%
	}

	.el-col-lg-pull-24 {
		position: relative;
		right: 100%
	}

	.el-col-lg-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:1920px) {
	.el-col-xl-0 {
		display: none;
		width: 0
	}

	.el-col-xl-offset-0 {
		margin-left: 0
	}

	.el-col-xl-pull-0 {
		position: relative;
		right: 0
	}

	.el-col-xl-push-0 {
		position: relative;
		left: 0
	}

	.el-col-xl-1 {
		width: 4.16667%
	}

	.el-col-xl-offset-1 {
		margin-left: 4.16667%
	}

	.el-col-xl-pull-1 {
		position: relative;
		right: 4.16667%
	}

	.el-col-xl-push-1 {
		position: relative;
		left: 4.16667%
	}

	.el-col-xl-2 {
		width: 8.33333%
	}

	.el-col-xl-offset-2 {
		margin-left: 8.33333%
	}

	.el-col-xl-pull-2 {
		position: relative;
		right: 8.33333%
	}

	.el-col-xl-push-2 {
		position: relative;
		left: 8.33333%
	}

	.el-col-xl-3 {
		width: 12.5%
	}

	.el-col-xl-offset-3 {
		margin-left: 12.5%
	}

	.el-col-xl-pull-3 {
		position: relative;
		right: 12.5%
	}

	.el-col-xl-push-3 {
		position: relative;
		left: 12.5%
	}

	.el-col-xl-4 {
		width: 16.66667%
	}

	.el-col-xl-offset-4 {
		margin-left: 16.66667%
	}

	.el-col-xl-pull-4 {
		position: relative;
		right: 16.66667%
	}

	.el-col-xl-push-4 {
		position: relative;
		left: 16.66667%
	}

	.el-col-xl-5 {
		width: 20.83333%
	}

	.el-col-xl-offset-5 {
		margin-left: 20.83333%
	}

	.el-col-xl-pull-5 {
		position: relative;
		right: 20.83333%
	}

	.el-col-xl-push-5 {
		position: relative;
		left: 20.83333%
	}

	.el-col-xl-6 {
		width: 25%
	}

	.el-col-xl-offset-6 {
		margin-left: 25%
	}

	.el-col-xl-pull-6 {
		position: relative;
		right: 25%
	}

	.el-col-xl-push-6 {
		position: relative;
		left: 25%
	}

	.el-col-xl-7 {
		width: 29.16667%
	}

	.el-col-xl-offset-7 {
		margin-left: 29.16667%
	}

	.el-col-xl-pull-7 {
		position: relative;
		right: 29.16667%
	}

	.el-col-xl-push-7 {
		position: relative;
		left: 29.16667%
	}

	.el-col-xl-8 {
		width: 33.33333%
	}

	.el-col-xl-offset-8 {
		margin-left: 33.33333%
	}

	.el-col-xl-pull-8 {
		position: relative;
		right: 33.33333%
	}

	.el-col-xl-push-8 {
		position: relative;
		left: 33.33333%
	}

	.el-col-xl-9 {
		width: 37.5%
	}

	.el-col-xl-offset-9 {
		margin-left: 37.5%
	}

	.el-col-xl-pull-9 {
		position: relative;
		right: 37.5%
	}

	.el-col-xl-push-9 {
		position: relative;
		left: 37.5%
	}

	.el-col-xl-10 {
		width: 41.66667%
	}

	.el-col-xl-offset-10 {
		margin-left: 41.66667%
	}

	.el-col-xl-pull-10 {
		position: relative;
		right: 41.66667%
	}

	.el-col-xl-push-10 {
		position: relative;
		left: 41.66667%
	}

	.el-col-xl-11 {
		width: 45.83333%
	}

	.el-col-xl-offset-11 {
		margin-left: 45.83333%
	}

	.el-col-xl-pull-11 {
		position: relative;
		right: 45.83333%
	}

	.el-col-xl-push-11 {
		position: relative;
		left: 45.83333%
	}

	.el-col-xl-12 {
		width: 50%
	}

	.el-col-xl-offset-12 {
		margin-left: 50%
	}

	.el-col-xl-pull-12 {
		position: relative;
		right: 50%
	}

	.el-col-xl-push-12 {
		position: relative;
		left: 50%
	}

	.el-col-xl-13 {
		width: 54.16667%
	}

	.el-col-xl-offset-13 {
		margin-left: 54.16667%
	}

	.el-col-xl-pull-13 {
		position: relative;
		right: 54.16667%
	}

	.el-col-xl-push-13 {
		position: relative;
		left: 54.16667%
	}

	.el-col-xl-14 {
		width: 58.33333%
	}

	.el-col-xl-offset-14 {
		margin-left: 58.33333%
	}

	.el-col-xl-pull-14 {
		position: relative;
		right: 58.33333%
	}

	.el-col-xl-push-14 {
		position: relative;
		left: 58.33333%
	}

	.el-col-xl-15 {
		width: 62.5%
	}

	.el-col-xl-offset-15 {
		margin-left: 62.5%
	}

	.el-col-xl-pull-15 {
		position: relative;
		right: 62.5%
	}

	.el-col-xl-push-15 {
		position: relative;
		left: 62.5%
	}

	.el-col-xl-16 {
		width: 66.66667%
	}

	.el-col-xl-offset-16 {
		margin-left: 66.66667%
	}

	.el-col-xl-pull-16 {
		position: relative;
		right: 66.66667%
	}

	.el-col-xl-push-16 {
		position: relative;
		left: 66.66667%
	}

	.el-col-xl-17 {
		width: 70.83333%
	}

	.el-col-xl-offset-17 {
		margin-left: 70.83333%
	}

	.el-col-xl-pull-17 {
		position: relative;
		right: 70.83333%
	}

	.el-col-xl-push-17 {
		position: relative;
		left: 70.83333%
	}

	.el-col-xl-18 {
		width: 75%
	}

	.el-col-xl-offset-18 {
		margin-left: 75%
	}

	.el-col-xl-pull-18 {
		position: relative;
		right: 75%
	}

	.el-col-xl-push-18 {
		position: relative;
		left: 75%
	}

	.el-col-xl-19 {
		width: 79.16667%
	}

	.el-col-xl-offset-19 {
		margin-left: 79.16667%
	}

	.el-col-xl-pull-19 {
		position: relative;
		right: 79.16667%
	}

	.el-col-xl-push-19 {
		position: relative;
		left: 79.16667%
	}

	.el-col-xl-20 {
		width: 83.33333%
	}

	.el-col-xl-offset-20 {
		margin-left: 83.33333%
	}

	.el-col-xl-pull-20 {
		position: relative;
		right: 83.33333%
	}

	.el-col-xl-push-20 {
		position: relative;
		left: 83.33333%
	}

	.el-col-xl-21 {
		width: 87.5%
	}

	.el-col-xl-offset-21 {
		margin-left: 87.5%
	}

	.el-col-xl-pull-21 {
		position: relative;
		right: 87.5%
	}

	.el-col-xl-push-21 {
		position: relative;
		left: 87.5%
	}

	.el-col-xl-22 {
		width: 91.66667%
	}

	.el-col-xl-offset-22 {
		margin-left: 91.66667%
	}

	.el-col-xl-pull-22 {
		position: relative;
		right: 91.66667%
	}

	.el-col-xl-push-22 {
		position: relative;
		left: 91.66667%
	}

	.el-col-xl-23 {
		width: 95.83333%
	}

	.el-col-xl-offset-23 {
		margin-left: 95.83333%
	}

	.el-col-xl-pull-23 {
		position: relative;
		right: 95.83333%
	}

	.el-col-xl-push-23 {
		position: relative;
		left: 95.83333%
	}

	.el-col-xl-24 {
		width: 100%
	}

	.el-col-xl-offset-24 {
		margin-left: 100%
	}

	.el-col-xl-pull-24 {
		position: relative;
		right: 100%
	}

	.el-col-xl-push-24 {
		position: relative;
		left: 100%
	}
}

@-webkit-keyframes progress {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 32px 0
	}
}


/****************************************************** css样式 collapse  ***************************************/
.collapse-transition {
	-webkit-transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
	transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out
}

.horizontal-collapse-transition {
	-webkit-transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;
	transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out
}

.el-list-enter-active,.el-list-leave-active {
	-webkit-transition: all 1s;
	transition: all 1s
}

.el-list-enter,.el-list-leave-active {
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

.el-opacity-transition {
	-webkit-transition: opacity .3s cubic-bezier(.55,0,.1,1);
	transition: opacity .3s cubic-bezier(.55,0,.1,1)
}

.el-collapse {
	border-top: 1px solid #ebeef5;
	border-bottom: 1px solid #ebeef5
}

/* ruanyang 2018-02-26 折叠框 背景颜色调整  高度为50px   边框下方加线去掉 */
.el-collapse-item__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*height: 48px;*/
	height:50px;
	line-height: 48px;
	color: #303133;
	cursor: pointer;
	/*border-bottom: 1px solid #ebeef5;*/
	font-size: 13px;
	font-weight: 500;
	-webkit-transition: border-bottom-color .3s;
	transition: border-bottom-color .3s;
	outline: 0;
	background-color:#fafafa;
}

.el-collapse-item__arrow {
	margin: 0 8px 0 auto;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	font-weight: 300
}

.el-collapse-item__arrow.is-active {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.el-collapse-item__header.focusing:focus:not(:hover) {
	color: #409EFF
}

.el-collapse-item__header.is-active {
	border-bottom-color: transparent
}

.el-collapse-item__wrap {
	will-change: height;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ebeef5
}
/* ruanyang 2019-02-26 折叠板 调整 bottom 为15px*/
.el-collapse-item__content {
	/* padding-bottom: 25px; */
	padding-bottom: 15px;
	font-size: 13px;
	color: #303133;
	line-height: 1.769230769230769
}

.el-collapse-item:last-child {
	margin-bottom: -1px
}

/********************************************** css样式  布局 ******************************************************/
.el-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	box-sizing: border-box;
	min-width: 0
}

.el-container.is-vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

/* ruanyang 2019-02-26 布局默认样式  height:50 用于系统的top(可覆盖)  */
.el-header {
	padding: 0 20px;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height:50px;
}


.el-aside,.el-main {
	overflow: auto;
	-webkit-box-sizing: border-box
}

.el-aside {
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

/* ruanyang 2019-02-26 布局样式调整 padding 去掉*/
.el-main {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	box-sizing: border-box;
	/* padding: 20px */
}

.el-footer {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

