body {
	position: relative;
	min-width: 1170px;
}

.ber-dialog-bg {
	background: url(../images/bg_0_2.png);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

.ber-dialog-bg.hidden {
	display: none;
}

.ber-dialog-index {
	min-width: 1180px;
	width: 85%;
	position: fixed;
	max-width: 1200px;
	max-height: 620px;
	background-color: #fff;
	margin: auto !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 12px;
	/*min-height: 510px;*/
}

.ber-dialog-bg .dialog-content {
	position: relative;
	padding: 0 40px;
	min-height: 100%;
	overflow: hidden;
}

.ber-dialog-bg .dialog-content .dialog-close {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 30px;
	height: 30px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
}

.ber-dialog-bg .dialog-content .dialog-close:after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/dialog-colse.png) no-repeat 0 0;
}

/*.ber-dialog-bg .dialog-content .dialog-close:hover{
	background-color: #79974c;
}
.ber-dialog-bg .dialog-content .dialog-close:hover:after{
	background-position-x: -16px;
}*/
.dialog-share-box {
	position: absolute;
	left: 60%;
	bottom: 4px;
	height: 40px;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

.share-item {
	float: left;
	width: 30px;
	height: 30px;
	background: url(../images/share_icons.png) no-repeat -124px 7px;
	padding: 2px;
	border-radius: 18px;
	border: 1px solid #ddd;
	margin: 0 16px;
	cursor: pointer;
}

.share-item.qq {
	background-position: -45px 7px;
}

.share-item.wechat {
	background-position: -2px 7px;
	position: relative;
}

#code {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	display: none;
	width: 275px;
	padding: 4px;
	background: #fff;
}

#code canvas {
	display: block;
	float: right;
}

#code span {
	display: block;
	float: right;
	width: 150px;
	color: #333;
	margin-top: 95px;
}

.dialog-group {
	text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 40px;
	left: 0;
}

.dialog-btn {
	background: var(--theme-color);
	border: 1px solid var(--theme-color);
	/*width: 148px;*/
	padding: 0 20px;
	border-radius: 28px;
	line-height: 54px;
	text-align: center;
	margin: 0 20px;
	display: inline-block;
	cursor: pointer;
}

.dialog-share {
	color: #333;
	background-color: #fff;
	transition: all 0.2s;
}

.dialog-share.active {
	background: var(--theme-color);
	color: #fff;
}

.ber-dialog-index .share-area {
	width: 96.5%;
}

.ber-dialog-index .content-view .dialog-view-cont table {
	width: 100%;
	background-color: rgba(255, 255, 255, .9);
}

.dialog-downImg {
	color: #333;
	background-color: #fff;
	transition: all 0.2s;
	width: 128px;
	margin: 0;
}

.dialog-downImg:hover {
	background: var(--theme-color);
	color: #fff;
}

.dialog-down_btn {
	display: inline-block;
	margin: 0 auto;
}

.ber-dialog-index .content-view {
	max-height: 450px;
	margin: 40px 0;
	overflow-y: auto;
}

.ber-dialog-index .content-view .trainRecord img {
	max-width: 70px;
	vertical-align: middle;
}

.ber-dialog-index .content-view:-webkit-scrollbar-track {
	background-color: #F5F5F5;
	-webkit-box-shadow: inset 0 0 6px #e5e5e5;
}

/*定义滚动条高宽及背景*/
.ber-dialog-index .content-view::-webkit-scrollbar {
	border-radius: 10px;
	width: 10px;
	padding: 0 2px;
	background-color: #e5e5e5;
}

/*定义滚动条*/
.ber-dialog-index .content-view::-webkit-scrollbar-thumb {
	background-color: #b8b8b8;
	width: 6px;
	-webkit-box-shadow: inset 0 0 2px #fff;
	border-radius: 10px;
}

.ber-dialog-index .content-view .content-view-title {
	padding: 20px 0;
	border: 1px solid #999999;
	/* width: 96.5%; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ber-dialog-index .content-view .content-view-title h2 {
	padding: 0 30px;
	width: 74px;
	display: inline-block;
}

.ber-dialog-index .content-view .content-view-title div {
	display: inline-block;
}

.ber-dialog-index .content-view table {
	table-layout: fixed;
	width: 96.5%;
}

.ber-dialog-index .content-view table tr {
	border: 1px solid #999999;
}

.ber-dialog-index .content-view table th,
.ber-dialog-index .content-view table td {
	border: 1px solid #999999;
	height: 70px;
	text-align: center;
}

.ber-dialog-index .content-view table th {
	background-color: var(--theme-color);
	color: #fff;
	border: none;
}

.ber-dialog-index .content-view table td {
	color: #555;
	cursor: pointer;
	padding: 20px;
}

.ber-dialog-index .content-view table th:nth-of-type(1) {
	width: 12%;
}

.ber-dialog-index .content-view table th:nth-of-type(5) {
	width: 20%;
}

.ber-dialog-index .content-view table th:nth-of-type(7) {
	width: 20%;
}

.ber-dialog-index .content-view table img {
	max-width: 70px;
	display: inline-block;
	vertical-align: middle;
}

.ber-dialog-index .content-view table input[type='radio'] {
	position: relative;
}

.ber-dialog-index .content-view table td .hasrecord {
	width: 30px;
	height: 30px;
	background: url(../images/haschecked.png) no-repeat 50%;
	margin: 0 auto;
}

.ber-dialog-index .content-view table input[type='radio']:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(../images/radio.png) no-repeat 50% #ffffff;
}

.ber-dialog-index .content-view table input[type='radio']:checked:before {
	background: url(../images/radio-check.png) no-repeat 50% #ffffff;
}

.toTop {
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 80px;
	height: 80px;
	display: none;
	cursor: pointer;
	background: url(../images/top.png) no-repeat 50%;
}

.toTop:hover {
	background: url(../images/top_hover.png) no-repeat 50%;
}

/*element-alert*/
.v-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000;
	z-index: 999;
}

.el-button,
.el-input__inner {
	-webkit-appearance: none;
	outline: 0
}

.v-modal-enter {
	-webkit-animation: v-modal-in .2s ease;
	animation: v-modal-in .2s ease
}

.v-modal-leave {
	-webkit-animation: v-modal-out .2s ease forwards;
	animation: v-modal-out .2s ease forwards
}

[class*=" el-icon-"],
[class^=el-icon-] {
	font-family: element-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.el-icon-close:before {
	content: "\E60F";
}

@font-face {
	font-family: element-icons;
	src: url(fonts/element-icons.woff) format("woff"), url(fonts/element-icons.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@-webkit-keyframes v-modal-in {
	0% {
		opacity: 0
	}
}

@keyframes v-modal-in {
	0% {
		opacity: 0
	}
}

@-webkit-keyframes v-modal-out {
	100% {
		opacity: 0
	}
}

@keyframes v-modal-out {
	100% {
		opacity: 0
	}
}

.v-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000
}

.el-button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d8dce5;
	color: #5a5e66;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	-webkit-transition: .1s;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px
}

.el-button+.el-button {
	margin-left: 10px
}

.el-button:focus,
.el-button:hover {
	color: #409EFF;
	border-color: #c6e2ff;
	background-color: #ecf5ff
}

.el-button:active {
	color: #3a8ee6;
	border-color: #3a8ee6;
	outline: 0
}

.el-button::-moz-focus-inner {
	border: 0
}

.el-button [class*=el-icon-]+span {
	margin-left: 5px
}

.el-button.is-plain:focus,
.el-button.is-plain:hover {
	background: #fff;
	border-color: #409EFF;
	color: #409EFF
}

.el-button.is-active,
.el-button.is-plain:active {
	color: #3a8ee6;
	border-color: #3a8ee6
}

.el-button.is-plain:active {
	background: #fff;
	outline: 0
}

.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
	color: #b4bccc;
	cursor: not-allowed;
	background-image: none;
	background-color: #fff;
	border-color: #e6ebf5
}

.el-button.is-disabled.el-button--text {
	background-color: transparent
}

.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
	background-color: #fff;
	border-color: #e6ebf5;
	color: #b4bccc
}

.el-button.is-loading {
	position: relative;
	pointer-events: none
}

.el-button.is-loading:before {
	pointer-events: none;
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: inherit;
	background-color: rgba(255, 255, 255, .35)
}

.el-button.is-round {
	border-radius: 20px;
	padding: 12px 23px
}

.el-button--primary {
	color: #fff;
	background-color: #409EFF;
	border-color: #409EFF
}

.el-button--primary:focus,
.el-button--primary:hover {
	background: #66b1ff;
	border-color: #66b1ff;
	color: #fff
}

.el-button--primary.is-active,
.el-button--primary:active {
	background: #3a8ee6;
	border-color: #3a8ee6;
	color: #fff
}

.el-button--primary:active {
	outline: 0
}

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
	color: #fff;
	background-color: #a0cfff;
	border-color: #a0cfff
}

.el-button--primary.is-plain {
	color: #409EFF;
	background: #ecf5ff;
	border-color: #b3d8ff
}

.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
	background: #409EFF;
	border-color: #409EFF;
	color: #fff
}

.el-button--primary.is-plain:active {
	background: #3a8ee6;
	border-color: #3a8ee6;
	color: #fff;
	outline: 0
}

.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
	color: #8cc5ff;
	background-color: #ecf5ff;
	border-color: #d9ecff
}

.el-button--success {
	color: #fff;
	background-color: #67c23a;
	border-color: #67c23a
}

.el-button--success:focus,
.el-button--success:hover {
	background: #85ce61;
	border-color: #85ce61;
	color: #fff
}

.el-button--success.is-active,
.el-button--success:active {
	background: #5daf34;
	border-color: #5daf34;
	color: #fff
}

.el-button--success:active {
	outline: 0
}

.el-button--success.is-disabled,
.el-button--success.is-disabled:active,
.el-button--success.is-disabled:focus,
.el-button--success.is-disabled:hover {
	color: #fff;
	background-color: #b3e19d;
	border-color: #b3e19d
}

.el-button--success.is-plain {
	color: #67c23a;
	background: #f0f9eb;
	border-color: #c2e7b0
}

.el-button--success.is-plain:focus,
.el-button--success.is-plain:hover {
	background: #67c23a;
	border-color: #67c23a;
	color: #fff
}

.el-button--success.is-plain:active {
	background: #5daf34;
	border-color: #5daf34;
	color: #fff;
	outline: 0
}

.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
	color: #a4da89;
	background-color: #f0f9eb;
	border-color: #e1f3d8
}

.el-button--warning {
	color: #fff;
	background-color: #eb9e05;
	border-color: #eb9e05
}

.el-button--warning:focus,
.el-button--warning:hover {
	background: #efb137;
	border-color: #efb137;
	color: #fff
}

.el-button--warning.is-active,
.el-button--warning:active {
	background: #d48e05;
	border-color: #d48e05;
	color: #fff
}

.el-button--warning:active {
	outline: 0
}

.el-button--warning.is-disabled,
.el-button--warning.is-disabled:active,
.el-button--warning.is-disabled:focus,
.el-button--warning.is-disabled:hover {
	color: #fff;
	background-color: #f5cf82;
	border-color: #f5cf82
}

.el-button--warning.is-plain {
	color: #eb9e05;
	background: #fdf5e6;
	border-color: #f7d89b
}

.el-button--warning.is-plain:focus,
.el-button--warning.is-plain:hover {
	background: #eb9e05;
	border-color: #eb9e05;
	color: #fff
}

.el-button--warning.is-plain:active {
	background: #d48e05;
	border-color: #d48e05;
	color: #fff;
	outline: 0
}

.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
	color: #f3c569;
	background-color: #fdf5e6;
	border-color: #fbeccd
}

.el-button--danger {
	color: #fff;
	background-color: #fa5555;
	border-color: #fa5555
}

.el-button--danger:focus,
.el-button--danger:hover {
	background: #fb7777;
	border-color: #fb7777;
	color: #fff
}

.el-button--danger.is-active,
.el-button--danger:active {
	background: #e14d4d;
	border-color: #e14d4d;
	color: #fff
}

.el-button--danger:active {
	outline: 0
}

.el-button--danger.is-disabled,
.el-button--danger.is-disabled:active,
.el-button--danger.is-disabled:focus,
.el-button--danger.is-disabled:hover {
	color: #fff;
	background-color: #fdaaaa;
	border-color: #fdaaaa
}

.el-button--danger.is-plain {
	color: #fa5555;
	background: #fee;
	border-color: #fdbbbb
}

.el-button--danger.is-plain:focus,
.el-button--danger.is-plain:hover {
	background: #fa5555;
	border-color: #fa5555;
	color: #fff
}

.el-button--danger.is-plain:active {
	background: #e14d4d;
	border-color: #e14d4d;
	color: #fff;
	outline: 0
}

.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
	color: #fc9999;
	background-color: #fee;
	border-color: #fedddd
}

.el-button--info {
	color: #fff;
	background-color: #878d99;
	border-color: #878d99
}

.el-button--info:focus,
.el-button--info:hover {
	background: #9fa4ad;
	border-color: #9fa4ad;
	color: #fff
}

.el-button--info.is-active,
.el-button--info:active {
	background: #7a7f8a;
	border-color: #7a7f8a;
	color: #fff
}

.el-button--info:active {
	outline: 0
}

.el-button--info.is-disabled,
.el-button--info.is-disabled:active,
.el-button--info.is-disabled:focus,
.el-button--info.is-disabled:hover {
	color: #fff;
	background-color: #c3c6cc;
	border-color: #c3c6cc
}

.el-button--info.is-plain {
	color: #878d99;
	background: #f3f4f5;
	border-color: #cfd1d6
}

.el-button--info.is-plain:focus,
.el-button--info.is-plain:hover {
	background: #878d99;
	border-color: #878d99;
	color: #fff
}

.el-button--info.is-plain:active {
	background: #7a7f8a;
	border-color: #7a7f8a;
	color: #fff;
	outline: 0
}

.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
	color: #b7bbc2;
	background-color: #f3f4f5;
	border-color: #e7e8eb
}

.el-button--text,
.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover,
.el-button--text:active {
	border-color: transparent
}

.el-button--medium {
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 4px
}

.el-button--mini,
.el-button--small {
	font-size: 12px;
	border-radius: 3px
}

.el-button--medium.is-round {
	padding: 10px 20px
}

.el-button--small,
.el-button--small.is-round {
	padding: 9px 15px
}

.el-button--mini,
.el-button--mini.is-round {
	padding: 7px 15px
}

.el-button--text {
	color: #409EFF;
	background: 0 0;
	padding-left: 0;
	padding-right: 0
}

.el-button--text:focus,
.el-button--text:hover {
	color: #66b1ff;
	border-color: transparent;
	background-color: transparent
}

.el-button--text:active {
	color: #3a8ee6;
	background-color: transparent
}

.el-button-group {
	display: inline-block;
	vertical-align: middle
}

.el-button-group::after,
.el-button-group::before {
	display: table;
	content: ""
}

.el-button-group::after {
	clear: both
}

.el-button-group .el-button {
	float: left;
	position: relative
}

.el-button-group .el-button+.el-button {
	margin-left: 0
}

.el-button-group .el-button:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.el-button-group .el-button:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.el-button-group .el-button:not(:first-child):not(:last-child) {
	border-radius: 0
}

.el-button-group .el-button:not(:last-child) {
	margin-right: -1px
}

.el-button-group .el-button.is-active,
.el-button-group .el-button:active,
.el-button-group .el-button:focus,
.el-button-group .el-button:hover {
	z-index: 1
}

.el-button-group .el-button--primary:first-child {
	border-right-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--primary:last-child {
	border-left-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
	border-left-color: rgba(255, 255, 255, .5);
	border-right-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--success:first-child {
	border-right-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--success:last-child {
	border-left-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--success:not(:first-child):not(:last-child) {
	border-left-color: rgba(255, 255, 255, .5);
	border-right-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--warning:first-child {
	border-right-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--warning:last-child {
	border-left-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
	border-left-color: rgba(255, 255, 255, .5);
	border-right-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--danger:first-child {
	border-right-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--danger:last-child {
	border-left-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
	border-left-color: rgba(255, 255, 255, .5);
	border-right-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--info:first-child {
	border-right-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--info:last-child {
	border-left-color: rgba(255, 255, 255, .5)
}

.el-button-group .el-button--info:not(:first-child):not(:last-child) {
	border-left-color: rgba(255, 255, 255, .5);
	border-right-color: rgba(255, 255, 255, .5)
}

.el-input {
	position: relative;
	font-size: 14px;
	display: inline-block;
	width: 100%
}

.el-input::-webkit-scrollbar {
	z-index: 11;
	width: 6px
}

.el-input::-webkit-scrollbar:horizontal {
	height: 6px
}

.el-input::-webkit-scrollbar-thumb {
	border-radius: 5px;
	width: 6px;
	background: #b4bccc
}

.el-input::-webkit-scrollbar-corner {
	background: #fff
}

.el-input::-webkit-scrollbar-track {
	background: #fff
}

.el-input::-webkit-scrollbar-track-piece {
	background: #fff;
	width: 6px
}

.el-input .el-input__clear {
	color: #b4bccc;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
	-webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
	transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input,
.el-input__inner {
	font-size: inherit
}

.el-input .el-input__clear:hover {
	color: #878d99
}

.el-input__inner {
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #d8dce5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #5a5e66;
	display: inline-block;
	height: 40px;
	line-height: 1;
	padding: 0 15px;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 100%
}

.el-input__prefix,
.el-input__suffix {
	position: absolute;
	-webkit-transition: all .3s;
	text-align: center;
	height: 100%;
	color: #b4bccc;
	top: 0
}

.el-input__inner::-webkit-input-placeholder {
	color: #b4bccc
}

.el-input__inner:-ms-input-placeholder {
	color: #b4bccc
}

.el-input__inner::-ms-input-placeholder {
	color: #b4bccc
}

.el-input__inner::placeholder {
	color: #b4bccc
}

.el-input__inner:hover {
	border-color: #b4bccc
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
	border-color: #409EFF;
	outline: 0
}

.el-input__suffix {
	right: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none
}

.el-input__suffix-inner {
	pointer-events: all
}

.el-input__prefix {
	left: 5px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.el-input__icon {
	height: 100%;
	width: 25px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 40px
}

.el-input__icon:after {
	content: '';
	height: 100%;
	width: 0;
	display: inline-block;
	vertical-align: middle
}

.el-input__validateIcon {
	pointer-events: none
}

.el-input.is-disabled .el-input__inner {
	background-color: #f5f7fa;
	border-color: #dfe4ed;
	color: #b4bccc;
	cursor: not-allowed
}

.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
	color: #b4bccc
}

.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
	color: #b4bccc
}

.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
	color: #b4bccc
}

.el-input.is-disabled .el-input__inner::placeholder {
	color: #b4bccc
}

.el-input.is-disabled .el-input__icon {
	cursor: not-allowed
}

.el-input--suffix .el-input__inner {
	padding-right: 30px
}

.el-input--prefix .el-input__inner {
	padding-left: 30px
}

.el-input--medium {
	font-size: 14px
}

.el-input--medium .el-input__inner {
	height: 36px
}

.el-input--medium .el-input__icon {
	line-height: 36px
}

.el-input--small {
	font-size: 13px
}

.el-input--small .el-input__inner {
	height: 32px
}

.el-input--small .el-input__icon {
	line-height: 32px
}

.el-input--mini {
	font-size: 12px
}

.el-input--mini .el-input__inner {
	height: 28px
}

.el-input--mini .el-input__icon {
	line-height: 28px
}

.el-input-group {
	line-height: normal;
	display: inline-table;
	width: 100%;
	border-collapse: separate
}

.el-input-group>.el-input__inner {
	vertical-align: middle;
	display: table-cell
}

.el-input-group__append,
.el-input-group__prepend {
	background-color: #f5f7fa;
	color: #878d99;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	border: 1px solid #d8dce5;
	border-radius: 4px;
	padding: 0 20px;
	width: 1px;
	white-space: nowrap
}

.el-input-group--prepend .el-input__inner,
.el-input-group__append {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.el-input-group--append .el-input__inner,
.el-input-group__prepend {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.el-input-group__append:focus,
.el-input-group__prepend:focus {
	outline: 0
}

.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
	display: inline-block;
	margin: -20px
}

.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
	border-color: transparent;
	background-color: transparent;
	color: inherit;
	border-top: 0;
	border-bottom: 0
}

.el-input-group__prepend {
	border-right: 0
}

.el-input-group__append {
	border-left: 0
}

.el-textarea {
	display: inline-block;
	width: 100%;
	vertical-align: bottom
}

.el-textarea__inner {
	display: block;
	resize: vertical;
	padding: 5px 15px;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	color: #5a5e66;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d8dce5;
	border-radius: 4px;
	-webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1)
}

.el-textarea__inner::-webkit-input-placeholder {
	color: #b4bccc
}

.el-textarea__inner:-ms-input-placeholder {
	color: #b4bccc
}

.el-textarea__inner::-ms-input-placeholder {
	color: #b4bccc
}

.el-textarea__inner::placeholder {
	color: #b4bccc
}

.el-textarea__inner:hover {
	border-color: #b4bccc
}

.el-textarea__inner:focus {
	outline: 0;
	border-color: #409EFF
}

.el-textarea.is-disabled .el-textarea__inner {
	background-color: #f5f7fa;
	border-color: #dfe4ed;
	color: #b4bccc;
	cursor: not-allowed
}

.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
	color: #b4bccc
}

.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
	color: #b4bccc
}

.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
	color: #b4bccc
}

.el-textarea.is-disabled .el-textarea__inner::placeholder {
	color: #b4bccc
}

.el-message-box {
	display: inline-block;
	width: 420px;
	padding-bottom: 10px;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #e6ebf5;
	font-size: 18px;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	text-align: left;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.el-message-box__wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1000;
}

.el-message-box__wrapper::after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.el-message-box__header {
	position: relative;
	padding: 15px 15px 10px
}

.el-message-box__title {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1;
	color: #2d2f33
}

.el-message-box__headerbtn {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0;
	border: none;
	outline: 0;
	background: 0 0;
	font-size: 16px;
	cursor: pointer
}

.el-message-box__headerbtn .el-message-box__close {
	color: #878d99
}

.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
	color: #409EFF
}

.el-message-box__content {
	position: relative;
	padding: 10px 15px;
	color: #5a5e66;
	font-size: 14px
}

.el-message-box__input {
	padding-top: 15px
}

.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
	border-color: #fa5555
}

.el-message-box__status {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px !important
}

.el-message-box__status::before {
	padding-left: 1px
}

.el-message-box__status+.el-message-box__message {
	padding-left: 36px;
	padding-right: 12px
}

.el-message-box__status.el-icon-success {
	color: #67c23a
}

.el-message-box__status.el-icon-info {
	color: #878d99
}

.el-message-box__status.el-icon-warning {
	color: #eb9e05
}

.el-message-box__status.el-icon-error {
	color: #fa5555
}

.el-message-box__message {
	margin: 0
}

.el-message-box__message p {
	margin: 0;
	line-height: 24px
}

.el-message-box__errormsg {
	color: #fa5555;
	font-size: 12px;
	min-height: 18px;
	margin-top: 2px
}

.el-message-box__btns {
	padding: 5px 15px 0;
	text-align: right
}

.el-message-box__btns button:nth-child(2) {
	margin-left: 10px
}

.el-message-box__btns-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.el-message-box--center {
	padding-bottom: 30px
}

.el-message-box--center .el-message-box__header {
	padding-top: 30px
}

.el-message-box--center .el-message-box__title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.el-message-box--center .el-message-box__status {
	position: relative;
	top: auto;
	padding-right: 5px;
	text-align: center;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px)
}

.el-message-box--center .el-message-box__message {
	margin-left: 0
}

.el-message-box--center .el-message-box__btns,
.el-message-box--center .el-message-box__content {
	text-align: center
}

.el-message-box--center .el-message-box__content {
	padding-left: 27px;
	padding-right: 27px
}

.el-button--primary {
	color: #fff;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.el-button--primary:focus,
.el-button--primary:hover {
	background: var(--theme-color-hover);
	border-color: var(--theme-color-hover);
	color: #fff;
}

.el-button--submit {
	color: #fff;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.el-button--submit:focus,
.el-button--submit:hover {
	background: var(--theme-color-hover);
	border-color: var(--theme-color-hover);
	color: #fff;
}

.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
	color: var(--theme-color-hover);
}

.msgbox-fade-enter-active {
	-webkit-animation: msgbox-fade-in .3s;
	animation: msgbox-fade-in .3s;
	animation-fill-mode: both;
}

.msgbox-fade-leave-active {
	-webkit-animation: msgbox-fade-out .3s;
	animation: msgbox-fade-out .3s;
	animation-fill-mode: both;
}

@-webkit-keyframes msgbox-fade-in {
	0% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes msgbox-fade-in {
	0% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@-webkit-keyframes msgbox-fade-out {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}
}

@keyframes msgbox-fade-out {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}
}

.