
.container[data-v-06ac7644] {
	width: 800px;
	margin: 0 auto;
	padding-top: 150px;
	text-align: center
}

.container .image[data-v-06ac7644] {
	width: 315px;
	height: 180px;
	margin-right: 30px
}

.container p[data-v-06ac7644] {
	margin-top: 20px;
	color: silver;
	font-size: 16px;
	line-height: 38px
}

.container .contact[data-v-06ac7644] {
	margin-top: 30px
}

.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	transition: width .1s, opacity .4s;
	background-color: #4c6eff;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 14px;
	scroll-behavior: smooth
}

body {
	background: #f9f9fa;
	height: 100%
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	text-decoration: none !important
}

h2.title {
	font-size: 1.5em
}

a.layui-layer-btn0 {
	color: #fff !important
}

h3.title {
	font-size: 1.2em
}

.el-table__row.el-table-row {
	height: 65px
}

button {
	outline: none !important;
	border: none
}

p {
	margin: 0
}

.content-card {
	background: #fff;
	border-radius: 5px
}

#__layout,
#__nuxt {
	height: 100%
}

.refreshing {
	display: inline-block;
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-black {
	color: #000 !important
}

.cursor-pointer {
	cursor: pointer
}

.flextop {
	display: flex;
	align-items: flex-start
}

.flexbottom {
	display: flex;
	align-items: flex-end
}

.flexend,
.flexstart {
	display: flex;
	align-items: center
}

.flexend {
	justify-content: flex-end
}

.flexcenter {
	justify-content: center
}

.flexcenter,
.flexspbe {
	display: flex;
	align-items: center
}

.flexspbe {
	justify-content: space-between
}

.flexColmSpbe,
.flexColmStartCenter {
	display: flex;
	flex-direction: column;
	align-items: center
}

.flexColmSpbe {
	justify-content: space-between
}

.flexColmEndSpbe {
	align-items: flex-end
}

.flexColmEndSpbe,
.flexColmStartSpbe {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.flexColmStartSpbe {
	align-items: flex-start
}

.flexColmCenter {
	align-items: center;
	justify-content: center
}

.flexColmCenter,
.flexColmStart {
	display: flex;
	flex-direction: column
}

.flexColmStart {
	align-items: flex-start
}

.commonBottomBtn {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100
}

.commonBottomBtn,
.vBottomBtn {
	padding-bottom: env(safe-area-inset-bottom);
	box-sizing: content-box
}

.commonDialog {
	border-radius: 5px !important
}

.commonDialog .el-dialog__header {
	padding: 20px 30px
}

.commonDialog .el-dialog__header .el-dialog__title {
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	line-height: 22px
}

.commonDialog .el-dialog__headerbtn {
	right: 30px
}

.commonDialog .el-dialog__headerbtn .el-dialog__close {
	font-weight: 600;
	color: #000
}

.commonDialog .el-dialog__body {
	padding: 0 30px 20px
}

.commonDialog .titleFont {
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	line-height: 22px
}

.left_first .inner-left .el-submenu__icon-arrow {
	right: 6px;
	top: 18px
}

.left_first:hover>.inner-left .el-submenu__icon-arrow {
	transform: rotate(-180deg)
}

.avoidText {
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mt10 {
	margin-top: 10px
}

.mt20 {
	margin-top: 20px
}

.singleLine {
	white-space: nowrap
}

.mutiLine,
.singleLine {
	overflow: hidden;
	text-overflow: ellipsis
}

.mutiLine {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	word-break: break-all
}

.text-gray {
	color: #666
}

.text-grayer {
	color: #999
}

@-webkit-keyframes zoom {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}

	to {
		transform: scale(1)
	}
}

@keyframes zoom {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}

	to {
		transform: scale(1)
	}
}

.zoom-animation {
	-webkit-animation: zoom 1.4s infinite;
	animation: zoom 1.4s infinite
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.fillBtn {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background: #4c6eff;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	text-align: center;
	cursor: pointer
}

.fillBtn:hover {
	opacity: .5
}

.switchBtn {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background: #d1d9fe;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	text-align: center;
	cursor: pointer
}

.switchBtn:hover {
	background: #4c6eff;
	opacity: .16
}

.lineBtn {
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
	background: #fff;
	border-radius: 5px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	text-align: center;
	cursor: pointer
}

.lineBtn,
.lineBtn:hover {
	color: #4c6eff;
	border: 1px solid #4c6eff
}

.lineBtn:hover {
	opacity: .29
}

.lineBtnAc {
	background: rgba(76, 110, 255, .05);
	border: 1px solid rgba(76, 110, 255, .3);
	color: #4c6eff
}

.textBtn {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background-color: transparent;
	border-radius: 5px;
	color: #898989;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	text-align: center;
	cursor: pointer
}

.textBtn:hover {
	color: #4c6eff
}

.orange-btn {
	display: inline-block;
	background: #ff4800;
	color: #fff;
	padding: 8px 20px;
	border-radius: 4px;
	border: none;
	font-weight: 500;
	cursor: pointer
}

.font_22 {
	font-size: .22rem
}

.font_24 {
	font-size: .24rem
}

.font_26 {
	font-size: .26rem
}

.font_28 {
	font-size: .28rem
}

.font_30 {
	font-size: .3rem
}

.font_32 {
	font-size: .32rem
}

.font_34 {
	font-size: .34rem
}

.line_height_31 {
	line-height: .31rem
}

.line_height_32 {
	line-height: .32rem
}

.line_height_33 {
	line-height: .33rem
}

.line_height_34 {
	line-height: .34rem
}

.line_height_40 {
	line-height: .4rem
}

.line_height_41 {
	line-height: .41rem
}

.line_height_42 {
	line-height: .42rem
}

.line_height_43 {
	line-height: .43rem
}

.line_height_44,
.line_height_45 {
	line-height: .44rem
}

.color_000 {
	color: #000
}

.color_333 {
	color: #333
}

.color_89 {
	color: #898989
}

.color_aaa {
	color: #aaa
}

.color_ccc {
	color: #ccc
}

.color_fff {
	color: #fff
}

.commonSetting {
	height: 100%;
	background: #fff
}

.color_blue {
	color: #484033
}

.color_gold {
	color: #fbd6ac
}

@font-face {
	font-family: element-icons;
	src: url(https://imgcdn.meizhuahuyu.com/nuxt/fonts/element-icons.313f7da.woff) format("woff"), url(https://imgcdn.meizhuahuyu.com/nuxt/fonts/element-icons.4520188.ttf) format("truetype");
	font-weight: 400;
	font-display: "auto";
	font-style: normal
}

[class*=" el-icon-"],
[class^=el-icon-] {
	font-family: element-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: normal;
	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-ice-cream-round:before {
	content: "\e6a0"
}

.el-icon-ice-cream-square:before {
	content: "\e6a3"
}

.el-icon-lollipop:before {
	content: "\e6a4"
}

.el-icon-potato-strips:before {
	content: "\e6a5"
}

.el-icon-milk-tea:before {
	content: "\e6a6"
}

.el-icon-ice-drink:before {
	content: "\e6a7"
}

.el-icon-ice-tea:before {
	content: "\e6a9"
}

.el-icon-coffee:before {
	content: "\e6aa"
}

.el-icon-orange:before {
	content: "\e6ab"
}

.el-icon-pear:before {
	content: "\e6ac"
}

.el-icon-apple:before {
	content: "\e6ad"
}

.el-icon-cherry:before {
	content: "\e6ae"
}

.el-icon-watermelon:before {
	content: "\e6af"
}

.el-icon-grape:before {
	content: "\e6b0"
}

.el-icon-refrigerator:before {
	content: "\e6b1"
}

.el-icon-goblet-square-full:before {
	content: "\e6b2"
}

.el-icon-goblet-square:before {
	content: "\e6b3"
}

.el-icon-goblet-full:before {
	content: "\e6b4"
}

.el-icon-goblet:before {
	content: "\e6b5"
}

.el-icon-cold-drink:before {
	content: "\e6b6"
}

.el-icon-coffee-cup:before {
	content: "\e6b8"
}

.el-icon-water-cup:before {
	content: "\e6b9"
}

.el-icon-hot-water:before {
	content: "\e6ba"
}

.el-icon-ice-cream:before {
	content: "\e6bb"
}

.el-icon-dessert:before {
	content: "\e6bc"
}

.el-icon-sugar:before {
	content: "\e6bd"
}

.el-icon-tableware:before {
	content: "\e6be"
}

.el-icon-burger:before {
	content: "\e6bf"
}

.el-icon-knife-fork:before {
	content: "\e6c1"
}

.el-icon-fork-spoon:before {
	content: "\e6c2"
}

.el-icon-chicken:before {
	content: "\e6c3"
}

.el-icon-food:before {
	content: "\e6c4"
}

.el-icon-dish-1:before {
	content: "\e6c5"
}

.el-icon-dish:before {
	content: "\e6c6"
}

.el-icon-moon-night:before {
	content: "\e6ee"
}

.el-icon-moon:before {
	content: "\e6f0"
}

.el-icon-cloudy-and-sunny:before {
	content: "\e6f1"
}

.el-icon-partly-cloudy:before {
	content: "\e6f2"
}

.el-icon-cloudy:before {
	content: "\e6f3"
}

.el-icon-sunny:before {
	content: "\e6f6"
}

.el-icon-sunset:before {
	content: "\e6f7"
}

.el-icon-sunrise-1:before {
	content: "\e6f8"
}

.el-icon-sunrise:before {
	content: "\e6f9"
}

.el-icon-heavy-rain:before {
	content: "\e6fa"
}

.el-icon-lightning:before {
	content: "\e6fb"
}

.el-icon-light-rain:before {
	content: "\e6fc"
}

.el-icon-wind-power:before {
	content: "\e6fd"
}

.el-icon-baseball:before {
	content: "\e712"
}

.el-icon-soccer:before {
	content: "\e713"
}

.el-icon-football:before {
	content: "\e715"
}

.el-icon-basketball:before {
	content: "\e716"
}

.el-icon-ship:before {
	content: "\e73f"
}

.el-icon-truck:before {
	content: "\e740"
}

.el-icon-bicycle:before {
	content: "\e741"
}

.el-icon-mobile-phone:before {
	content: "\e6d3"
}

.el-icon-service:before {
	content: "\e6d4"
}

.el-icon-key:before {
	content: "\e6e2"
}

.el-icon-unlock:before {
	content: "\e6e4"
}

.el-icon-lock:before {
	content: "\e6e5"
}

.el-icon-watch:before {
	content: "\e6fe"
}

.el-icon-watch-1:before {
	content: "\e6ff"
}

.el-icon-timer:before {
	content: "\e702"
}

.el-icon-alarm-clock:before {
	content: "\e703"
}

.el-icon-map-location:before {
	content: "\e704"
}

.el-icon-delete-location:before {
	content: "\e705"
}

.el-icon-add-location:before {
	content: "\e706"
}

.el-icon-location-information:before {
	content: "\e707"
}

.el-icon-location-outline:before {
	content: "\e708"
}

.el-icon-location:before {
	content: "\e79e"
}

.el-icon-place:before {
	content: "\e709"
}

.el-icon-discover:before {
	content: "\e70a"
}

.el-icon-first-aid-kit:before {
	content: "\e70b"
}

.el-icon-trophy-1:before {
	content: "\e70c"
}

.el-icon-trophy:before {
	content: "\e70d"
}

.el-icon-medal:before {
	content: "\e70e"
}

.el-icon-medal-1:before {
	content: "\e70f"
}

.el-icon-stopwatch:before {
	content: "\e710"
}

.el-icon-mic:before {
	content: "\e711"
}

.el-icon-copy-document:before {
	content: "\e718"
}

.el-icon-full-screen:before {
	content: "\e719"
}

.el-icon-switch-button:before {
	content: "\e71b"
}

.el-icon-aim:before {
	content: "\e71c"
}

.el-icon-crop:before {
	content: "\e71d"
}

.el-icon-odometer:before {
	content: "\e71e"
}

.el-icon-time:before {
	content: "\e71f"
}

.el-icon-bangzhu:before {
	content: "\e724"
}

.el-icon-close-notification:before {
	content: "\e726"
}

.el-icon-microphone:before {
	content: "\e727"
}

.el-icon-turn-off-microphone:before {
	content: "\e728"
}

.el-icon-position:before {
	content: "\e729"
}

.el-icon-postcard:before {
	content: "\e72a"
}

.el-icon-message:before {
	content: "\e72b"
}

.el-icon-chat-line-square:before {
	content: "\e72d"
}

.el-icon-chat-dot-square:before {
	content: "\e72e"
}

.el-icon-chat-dot-round:before {
	content: "\e72f"
}

.el-icon-chat-square:before {
	content: "\e730"
}

.el-icon-chat-line-round:before {
	content: "\e731"
}

.el-icon-chat-round:before {
	content: "\e732"
}

.el-icon-set-up:before {
	content: "\e733"
}

.el-icon-turn-off:before {
	content: "\e734"
}

.el-icon-open:before {
	content: "\e735"
}

.el-icon-connection:before {
	content: "\e736"
}

.el-icon-link:before {
	content: "\e737"
}

.el-icon-cpu:before {
	content: "\e738"
}

.el-icon-thumb:before {
	content: "\e739"
}

.el-icon-female:before {
	content: "\e73a"
}

.el-icon-male:before {
	content: "\e73b"
}

.el-icon-guide:before {
	content: "\e73c"
}

.el-icon-news:before {
	content: "\e73e"
}

.el-icon-price-tag:before {
	content: "\e744"
}

.el-icon-discount:before {
	content: "\e745"
}

.el-icon-wallet:before {
	content: "\e747"
}

.el-icon-coin:before {
	content: "\e748"
}

.el-icon-money:before {
	content: "\e749"
}

.el-icon-bank-card:before {
	content: "\e74a"
}

.el-icon-box:before {
	content: "\e74b"
}

.el-icon-present:before {
	content: "\e74c"
}

.el-icon-sell:before {
	content: "\e6d5"
}

.el-icon-sold-out:before {
	content: "\e6d6"
}

.el-icon-shopping-bag-2:before {
	content: "\e74d"
}

.el-icon-shopping-bag-1:before {
	content: "\e74e"
}

.el-icon-shopping-cart-2:before {
	content: "\e74f"
}

.el-icon-shopping-cart-1:before {
	content: "\e750"
}

.el-icon-shopping-cart-full:before {
	content: "\e751"
}

.el-icon-smoking:before {
	content: "\e752"
}

.el-icon-no-smoking:before {
	content: "\e753"
}

.el-icon-house:before {
	content: "\e754"
}

.el-icon-table-lamp:before {
	content: "\e755"
}

.el-icon-school:before {
	content: "\e756"
}

.el-icon-office-building:before {
	content: "\e757"
}

.el-icon-toilet-paper:before {
	content: "\e758"
}

.el-icon-notebook-2:before {
	content: "\e759"
}

.el-icon-notebook-1:before {
	content: "\e75a"
}

.el-icon-files:before {
	content: "\e75b"
}

.el-icon-collection:before {
	content: "\e75c"
}

.el-icon-receiving:before {
	content: "\e75d"
}

.el-icon-suitcase-1:before {
	content: "\e760"
}

.el-icon-suitcase:before {
	content: "\e761"
}

.el-icon-film:before {
	content: "\e763"
}

.el-icon-collection-tag:before {
	content: "\e765"
}

.el-icon-data-analysis:before {
	content: "\e766"
}

.el-icon-pie-chart:before {
	content: "\e767"
}

.el-icon-data-board:before {
	content: "\e768"
}

.el-icon-data-line:before {
	content: "\e76d"
}

.el-icon-reading:before {
	content: "\e769"
}

.el-icon-magic-stick:before {
	content: "\e76a"
}

.el-icon-coordinate:before {
	content: "\e76b"
}

.el-icon-mouse:before {
	content: "\e76c"
}

.el-icon-brush:before {
	content: "\e76e"
}

.el-icon-headset:before {
	content: "\e76f"
}

.el-icon-umbrella:before {
	content: "\e770"
}

.el-icon-scissors:before {
	content: "\e771"
}

.el-icon-mobile:before {
	content: "\e773"
}

.el-icon-attract:before {
	content: "\e774"
}

.el-icon-monitor:before {
	content: "\e775"
}

.el-icon-search:before {
	content: "\e778"
}

.el-icon-takeaway-box:before {
	content: "\e77a"
}

.el-icon-paperclip:before {
	content: "\e77d"
}

.el-icon-printer:before {
	content: "\e77e"
}

.el-icon-document-add:before {
	content: "\e782"
}

.el-icon-document:before {
	content: "\e785"
}

.el-icon-document-checked:before {
	content: "\e786"
}

.el-icon-document-copy:before {
	content: "\e787"
}

.el-icon-document-delete:before {
	content: "\e788"
}

.el-icon-document-remove:before {
	content: "\e789"
}

.el-icon-tickets:before {
	content: "\e78b"
}

.el-icon-folder-checked:before {
	content: "\e77f"
}

.el-icon-folder-delete:before {
	content: "\e780"
}

.el-icon-folder-remove:before {
	content: "\e781"
}

.el-icon-folder-add:before {
	content: "\e783"
}

.el-icon-folder-opened:before {
	content: "\e784"
}

.el-icon-folder:before {
	content: "\e78a"
}

.el-icon-edit-outline:before {
	content: "\e764"
}

.el-icon-edit:before {
	content: "\e78c"
}

.el-icon-date:before {
	content: "\e78e"
}

.el-icon-c-scale-to-original:before {
	content: "\e7c6"
}

.el-icon-view:before {
	content: "\e6ce"
}

.el-icon-loading:before {
	content: "\e6cf"
}

.el-icon-rank:before {
	content: "\e6d1"
}

.el-icon-sort-down:before {
	content: "\e7c4"
}

.el-icon-sort-up:before {
	content: "\e7c5"
}

.el-icon-sort:before {
	content: "\e6d2"
}

.el-icon-finished:before {
	content: "\e6cd"
}

.el-icon-refresh-left:before {
	content: "\e6c7"
}

.el-icon-refresh-right:before {
	content: "\e6c8"
}

.el-icon-refresh:before {
	content: "\e6d0"
}

.el-icon-video-play:before {
	content: "\e7c0"
}

.el-icon-video-pause:before {
	content: "\e7c1"
}

.el-icon-d-arrow-right:before {
	content: "\e6dc"
}

.el-icon-d-arrow-left:before {
	content: "\e6dd"
}

.el-icon-arrow-up:before {
	content: "\e6e1"
}

.el-icon-arrow-down:before {
	content: "\e6df"
}

.el-icon-arrow-right:before {
	content: "\e6e0"
}

.el-icon-arrow-left:before {
	content: "\e6de"
}

.el-icon-top-right:before {
	content: "\e6e7"
}

.el-icon-top-left:before {
	content: "\e6e8"
}

.el-icon-top:before {
	content: "\e6e6"
}

.el-icon-bottom:before {
	content: "\e6eb"
}

.el-icon-right:before {
	content: "\e6e9"
}

.el-icon-back:before {
	content: "\e6ea"
}

.el-icon-bottom-right:before {
	content: "\e6ec"
}

.el-icon-bottom-left:before {
	content: "\e6ed"
}

.el-icon-caret-top:before {
	content: "\e78f"
}

.el-icon-caret-bottom:before {
	content: "\e790"
}

.el-icon-caret-right:before {
	content: "\e791"
}

.el-icon-caret-left:before {
	content: "\e792"
}

.el-icon-d-caret:before {
	content: "\e79a"
}

.el-icon-share:before {
	content: "\e793"
}

.el-icon-menu:before {
	content: "\e798"
}

.el-icon-s-grid:before {
	content: "\e7a6"
}

.el-icon-s-check:before {
	content: "\e7a7"
}

.el-icon-s-data:before {
	content: "\e7a8"
}

.el-icon-s-opportunity:before {
	content: "\e7aa"
}

.el-icon-s-custom:before {
	content: "\e7ab"
}

.el-icon-s-claim:before {
	content: "\e7ad"
}

.el-icon-s-finance:before {
	content: "\e7ae"
}

.el-icon-s-comment:before {
	content: "\e7af"
}

.el-icon-s-flag:before {
	content: "\e7b0"
}

.el-icon-s-marketing:before {
	content: "\e7b1"
}

.el-icon-s-shop:before {
	content: "\e7b4"
}

.el-icon-s-open:before {
	content: "\e7b5"
}

.el-icon-s-management:before {
	content: "\e7b6"
}

.el-icon-s-ticket:before {
	content: "\e7b7"
}

.el-icon-s-release:before {
	content: "\e7b8"
}

.el-icon-s-home:before {
	content: "\e7b9"
}

.el-icon-s-promotion:before {
	content: "\e7ba"
}

.el-icon-s-operation:before {
	content: "\e7bb"
}

.el-icon-s-unfold:before {
	content: "\e7bc"
}

.el-icon-s-fold:before {
	content: "\e7a9"
}

.el-icon-s-platform:before {
	content: "\e7bd"
}

.el-icon-s-order:before {
	content: "\e7be"
}

.el-icon-s-cooperation:before {
	content: "\e7bf"
}

.el-icon-bell:before {
	content: "\e725"
}

.el-icon-message-solid:before {
	content: "\e799"
}

.el-icon-video-camera:before {
	content: "\e772"
}

.el-icon-video-camera-solid:before {
	content: "\e796"
}

.el-icon-camera:before {
	content: "\e779"
}

.el-icon-camera-solid:before {
	content: "\e79b"
}

.el-icon-download:before {
	content: "\e77c"
}

.el-icon-upload2:before {
	content: "\e77b"
}

.el-icon-upload:before {
	content: "\e7c3"
}

.el-icon-picture-outline-round:before {
	content: "\e75f"
}

.el-icon-picture-outline:before {
	content: "\e75e"
}

.el-icon-picture:before {
	content: "\e79f"
}

.el-icon-close:before {
	content: "\e6db"
}

.el-icon-check:before {
	content: "\e6da"
}

.el-icon-plus:before {
	content: "\e6d9"
}

.el-icon-minus:before {
	content: "\e6d8"
}

.el-icon-help:before {
	content: "\e73d"
}

.el-icon-s-help:before {
	content: "\e7b3"
}

.el-icon-circle-close:before {
	content: "\e78d"
}

.el-icon-circle-check:before {
	content: "\e720"
}

.el-icon-circle-plus-outline:before {
	content: "\e723"
}

.el-icon-remove-outline:before {
	content: "\e722"
}

.el-icon-zoom-out:before {
	content: "\e776"
}

.el-icon-zoom-in:before {
	content: "\e777"
}

.el-icon-error:before {
	content: "\e79d"
}

.el-icon-success:before {
	content: "\e79c"
}

.el-icon-circle-plus:before {
	content: "\e7a0"
}

.el-icon-remove:before {
	content: "\e7a2"
}

.el-icon-info:before {
	content: "\e7a1"
}

.el-icon-question:before {
	content: "\e7a4"
}

.el-icon-warning-outline:before {
	content: "\e6c9"
}

.el-icon-warning:before {
	content: "\e7a3"
}

.el-icon-goods:before {
	content: "\e7c2"
}

.el-icon-s-goods:before {
	content: "\e7b2"
}

.el-icon-star-off:before {
	content: "\e717"
}

.el-icon-star-on:before {
	content: "\e797"
}

.el-icon-more-outline:before {
	content: "\e6cc"
}

.el-icon-more:before {
	content: "\e794"
}

.el-icon-phone-outline:before {
	content: "\e6cb"
}

.el-icon-phone:before {
	content: "\e795"
}

.el-icon-user:before {
	content: "\e6e3"
}

.el-icon-user-solid:before {
	content: "\e7a5"
}

.el-icon-setting:before {
	content: "\e6ca"
}

.el-icon-s-tools:before {
	content: "\e7ac"
}

.el-icon-delete:before {
	content: "\e6d7"
}

.el-icon-delete-solid:before {
	content: "\e7c9"
}

.el-icon-eleme:before {
	content: "\e7c7"
}

.el-icon-platform-eleme:before {
	content: "\e7ca"
}

.el-icon-loading {
	-webkit-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite
}

.el-icon--right {
	margin-left: 5px
}

.el-icon--left {
	margin-right: 5px
}

@-webkit-keyframes rotating {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes rotating {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.el-pagination {
	white-space: nowrap;
	padding: 2px 5px;
	color: #303133;
	font-weight: 700
}

.el-pagination:after,
.el-pagination:before {
	display: table;
	content: ""
}

.el-pagination:after {
	clear: both
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
	display: inline-block;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	box-sizing: border-box
}

.el-pagination .el-input__inner {
	text-align: center;
	-moz-appearance: textfield;
	line-height: normal
}

.el-pagination .el-input__suffix {
	right: 0;
	transform: scale(.8)
}

.el-pagination .el-select .el-input {
	width: 100px;
	margin: 0 5px
}

.el-pagination .el-select .el-input .el-input__inner {
	padding-right: 25px;
	border-radius: 3px
}

.el-pagination button {
	border: none;
	padding: 0 6px;
	background: transparent
}

.el-pagination button:focus {
	outline: none
}

.el-pagination button:hover {
	color: #4c6eff
}

.el-pagination button:disabled {
	color: #c0c4cc;
	background-color: #fff;
	cursor: not-allowed
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
	background: 50% no-repeat;
	background-size: 16px;
	background-color: #fff;
	cursor: pointer;
	margin: 0;
	color: #303133
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
	display: block;
	font-size: 12px;
	font-weight: 700
}

.el-pagination .btn-prev {
	padding-right: 12px
}

.el-pagination .btn-next {
	padding-left: 12px
}

.el-pagination .el-pager li.disabled {
	color: #c0c4cc;
	cursor: not-allowed
}

.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
	border-color: transparent;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	min-width: 22px
}

.el-pagination--small .arrow.disabled {
	visibility: hidden
}

.el-pagination--small .more:before,
.el-pagination--small li.more:before {
	line-height: 24px
}

.el-pagination--small button,
.el-pagination--small span:not([class*=suffix]) {
	height: 22px;
	line-height: 22px
}

.el-pagination--small .el-pagination__editor,
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
	height: 22px
}

.el-pagination__sizes {
	margin: 0 10px 0 0;
	font-weight: 400;
	color: #606266
}

.el-pagination__sizes .el-input .el-input__inner {
	font-size: 13px;
	padding-left: 8px
}

.el-pagination__sizes .el-input .el-input__inner:hover {
	border-color: #4c6eff
}

.el-pagination__total {
	margin-right: 10px;
	font-weight: 400;
	color: #606266
}

.el-pagination__jump {
	margin-left: 24px;
	font-weight: 400;
	color: #606266
}

.el-pagination__jump .el-input__inner {
	padding: 0 3px
}

.el-pagination__rightwrapper {
	float: right
}

.el-pagination__editor {
	line-height: 18px;
	padding: 0 2px;
	height: 28px;
	text-align: center;
	margin: 0 2px;
	box-sizing: border-box;
	border-radius: 3px
}

.el-pagination__editor.el-input {
	width: 50px
}

.el-pagination__editor.el-input .el-input__inner {
	height: 28px
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
	margin: 0 5px;
	background-color: #f4f4f5;
	color: #606266;
	min-width: 30px;
	border-radius: 2px
}

.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .el-pager li.disabled {
	color: #c0c4cc
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
	padding: 0
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
	color: #4c6eff
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #4c6eff;
	color: #fff
}

.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .el-pager li {
	margin: 0 3px;
	min-width: 22px
}

.el-pager {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	padding: 0;
	margin: 0
}

.el-pager .more:before {
	line-height: 30px
}

.el-pager li {
	padding: 0 4px;
	background: #fff;
	vertical-align: top;
	display: inline-block;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	margin: 0
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
	line-height: 28px;
	color: #303133
}

.el-pager li.btn-quicknext.disabled,
.el-pager li.btn-quickprev.disabled {
	color: #c0c4cc
}

.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
	cursor: pointer
}

.el-pager li.active+li {
	border-left: 0
}

.el-pager li:hover {
	color: #4c6eff
}

.el-pager li.active {
	color: #4c6eff;
	cursor: default
}

@-webkit-keyframes v-modal-in {
	0% {
		opacity: 0
	}
}

@-webkit-keyframes v-modal-out {
	to {
		opacity: 0
	}
}

.el-dialog {
	position: relative;
	margin: 0 auto 50px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	width: 50%
}

.el-dialog.is-fullscreen {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	overflow: auto
}

.el-dialog__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	margin: 0
}

.el-dialog__header {
	padding: 20px 20px 10px
}

.el-dialog__headerbtn {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 16px
}

.el-dialog__headerbtn .el-dialog__close {
	color: #909399
}

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
	color: #4c6eff
}

.el-dialog__title {
	line-height: 24px;
	font-size: 18px;
	color: #303133
}

.el-dialog__body {
	padding: 30px 20px;
	color: #606266;
	font-size: 14px;
	word-break: break-all
}

.el-dialog__footer {
	padding: 10px 20px 20px;
	text-align: right;
	box-sizing: border-box
}

.el-dialog--center {
	text-align: center
}

.el-dialog--center .el-dialog__body {
	text-align: left;
	text-align: initial;
	padding: 25px 25px 30px
}

.el-dialog--center .el-dialog__footer {
	text-align: inherit
}

.dialog-fade-enter-active {
	-webkit-animation: dialog-fade-in .3s;
	animation: dialog-fade-in .3s
}

.dialog-fade-leave-active {
	-webkit-animation: dialog-fade-out .3s;
	animation: dialog-fade-out .3s
}

@-webkit-keyframes dialog-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}

	to {
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes dialog-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}

	to {
		transform: translateZ(0);
		opacity: 1
	}
}

@-webkit-keyframes dialog-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1
	}

	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}
}

@keyframes dialog-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1
	}

	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}
}

.el-autocomplete {
	position: relative;
	display: inline-block
}

.el-autocomplete-suggestion {
	margin: 5px 0;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	border-radius: 4px;
	border: 1px solid #e4e7ed;
	box-sizing: border-box;
	background-color: #fff
}

.el-autocomplete-suggestion__wrap {
	max-height: 280px;
	padding: 10px 0;
	box-sizing: border-box
}

.el-autocomplete-suggestion__list {
	margin: 0;
	padding: 0
}

.el-autocomplete-suggestion li {
	padding: 0 20px;
	margin: 0;
	line-height: 34px;
	cursor: pointer;
	color: #606266;
	font-size: 14px;
	list-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.el-autocomplete-suggestion li.highlighted,
.el-autocomplete-suggestion li:hover {
	background-color: #f5f7fa
}

.el-autocomplete-suggestion li.divider {
	margin-top: 6px;
	border-top: 1px solid #000
}

.el-autocomplete-suggestion li.divider:last-child {
	margin-bottom: -6px
}

.el-autocomplete-suggestion.is-loading li {
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	color: #999
}

.el-autocomplete-suggestion.is-loading li:after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle
}

.el-autocomplete-suggestion.is-loading li:hover {
	background-color: #fff
}

.el-autocomplete-suggestion.is-loading .el-icon-loading {
	vertical-align: middle
}

.el-dropdown {
	display: inline-block;
	position: relative;
	color: #606266;
	font-size: 14px
}

.el-dropdown .el-button-group {
	display: block
}

.el-dropdown .el-button-group .el-button {
	float: none
}

.el-dropdown .el-dropdown__caret-button {
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	border-left: none
}

.el-dropdown .el-dropdown__caret-button:before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	top: 5px;
	bottom: 5px;
	left: 0;
	background: hsla(0, 0%, 100%, .5)
}

.el-dropdown .el-dropdown__caret-button.el-button--default:before {
	background: rgba(220, 223, 230, .5)
}

.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled):before {
	top: 0;
	bottom: 0
}

.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
	padding-left: 0
}

.el-dropdown__icon {
	font-size: 12px;
	margin: 0 3px
}

.el-dropdown .el-dropdown-selfdefine:focus:active,
.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing) {
	outline-width: 0
}

.el-dropdown [disabled] {
	cursor: not-allowed;
	color: #bbb
}

.el-dropdown-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 10px 0;
	margin: 5px 0;
	background-color: #fff;
	border: 1px solid #ebeef5;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.el-dropdown-menu__item {
	list-style: none;
	line-height: 36px;
	padding: 0 20px;
	margin: 0;
	font-size: 14px;
	color: #606266;
	cursor: pointer;
	outline: none
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
	background-color: #edf1ff;
	color: #708bff
}

.el-dropdown-menu__item i {
	margin-right: 5px
}

.el-dropdown-menu__item--divided {
	position: relative;
	margin-top: 6px;
	border-top: 1px solid #ebeef5
}

.el-dropdown-menu__item--divided:before {
	content: "";
	height: 6px;
	display: block;
	margin: 0 -20px;
	background-color: #fff
}

.el-dropdown-menu__item.is-disabled {
	cursor: default;
	color: #bbb;
	pointer-events: none
}

.el-dropdown-menu--medium {
	padding: 6px 0
}

.el-dropdown-menu--medium .el-dropdown-menu__item {
	line-height: 30px;
	padding: 0 17px;
	font-size: 14px
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
	margin-top: 6px
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
	height: 6px;
	margin: 0 -17px
}

.el-dropdown-menu--small {
	padding: 6px 0
}

.el-dropdown-menu--small .el-dropdown-menu__item {
	line-height: 27px;
	padding: 0 15px;
	font-size: 13px
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
	margin-top: 4px
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
	height: 4px;
	margin: 0 -15px
}

.el-dropdown-menu--mini {
	padding: 3px 0
}

.el-dropdown-menu--mini .el-dropdown-menu__item {
	line-height: 24px;
	padding: 0 10px;
	font-size: 12px
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
	margin-top: 3px
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
	height: 3px;
	margin: 0 -10px
}

.el-menu {
	border-right: 1px solid #e6e6e6;
	list-style: none;
	position: relative;
	margin: 0;
	padding-left: 0;
	background-color: #fff
}

.el-menu:after,
.el-menu:before {
	display: table;
	content: ""
}

.el-menu:after {
	clear: both
}

.el-menu.el-menu--horizontal {
	border-bottom: 1px solid #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;
	display:inline-block;
}

.el-menu--horizontal>.el-menu-item a,
.el-menu--horizontal>.el-menu-item a:hover {
	color: inherit
}

.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover {
	background-color: #fff
}

.el-menu--horizontal>.el-submenu {
	float: left
}

.el-menu--horizontal>.el-submenu:focus,
.el-menu--horizontal>.el-submenu:hover {
	outline: none
}

.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 #4c6eff;
	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__title:hover {
	background-color: #fff
}

.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: none;
	color: #303133
}

.el-menu--horizontal>.el-menu-item.is-active {
	border-bottom: 2px solid #4c6eff;
	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-menu .el-submenu {
	min-width: 200px
}

.el-menu--collapse .el-submenu {
	position: relative
}

.el-menu--collapse .el-submenu .el-menu {
	position: absolute;
	margin-left: 5px;
	top: 0;
	left: 100%;
	z-index: 10;
	border: 1px solid #e4e7ed;
	border-radius: 2px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
	transform: none
}

.el-menu--popup {
	z-index: 100;
	min-width: 200px;
	border: none;
	padding: 5px 0;
	border-radius: 2px;
	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 {
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #303133;
	padding: 0 20px;
	list-style: none;
	cursor: pointer;
	position: relative;
	transition: border-color .3s, background-color .3s, color .3s;
	box-sizing: border-box;
	white-space: nowrap
}

.el-menu-item * {
	vertical-align: middle
}

.el-menu-item i {
	color: #909399
}

.el-menu-item:focus,
.el-menu-item:hover {
	outline: none;
	background-color: #edf1ff
}

.el-menu-item.is-disabled {
	opacity: .25;
	cursor: not-allowed;
	background: none !important
}

.el-menu-item [class^=el-icon-] {
	margin-right: 5px;
	width: 24px;
	text-align: center;
	font-size: 18px;
	vertical-align: middle
}

.el-menu-item.is-active {
	color: #4c6eff
}

.el-menu-item.is-active i {
	color: inherit
}

.el-submenu {
	list-style: none;
	margin: 0;
	padding-left: 0
}

.el-submenu__title {
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #303133;
	padding: 0 20px;
	list-style: none;
	cursor: pointer;
	position: relative;
	transition: border-color .3s, background-color .3s, color .3s;
	box-sizing: border-box;
	white-space: nowrap
}

.el-submenu__title * {
	vertical-align: middle
}

.el-submenu__title i {
	color: #909399
}

.el-submenu__title:focus,
.el-submenu__title:hover {
	outline: none;
	background-color: #edf1ff
}

.el-submenu__title.is-disabled {
	opacity: .25;
	cursor: not-allowed;
	background: none !important
}

.el-submenu__title:hover {
	background-color: #edf1ff
}

.el-submenu .el-menu {
	border: none
}

.el-submenu .el-menu-item {
	height: 50px;
	line-height: 50px;
	padding: 0 45px;
	min-width: 200px
}

.el-submenu__icon-arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	transition: transform .3s;
	font-size: 12px
}

.el-submenu.is-active .el-submenu__title {
	border-bottom-color: #4c6eff
}

.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
	transform: rotate(180deg)
}

.el-submenu.is-disabled .el-menu-item,
.el-submenu.is-disabled .el-submenu__title {
	opacity: .25;
	cursor: not-allowed;
	background: none !important
}

.el-submenu [class^=el-icon-] {
	vertical-align: middle;
	margin-right: 5px;
	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
}

.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
	transition: .2s;
	opacity: 0
}

.el-radio-group {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	font-size: 0
}

.el-radio-button,
.el-radio-button__inner {
	position: relative;
	display: inline-block;
	outline: none
}

.el-radio-button__inner {
	line-height: 1;
	white-space: nowrap;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #dcdfe6;
	font-weight: 500;
	border-left: 0;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
	cursor: pointer;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 0
}

.el-radio-button__inner.is-round {
	padding: 12px 20px
}

.el-radio-button__inner:hover {
	color: #4c6eff
}

.el-radio-button__inner [class*=el-icon-] {
	line-height: .9
}

.el-radio-button__inner [class*=el-icon-]+span {
	margin-left: 5px
}

.el-radio-button:first-child .el-radio-button__inner {
	border-left: 1px solid #dcdfe6;
	border-radius: 4px 0 0 4px;
	box-shadow: none !important
}

.el-radio-button__orig-radio {
	opacity: 0;
	outline: none;
	position: absolute;
	z-index: -1
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
	color: #fff;
	background-color: #4c6eff;
	border-color: #4c6eff;
	box-shadow: -1px 0 0 0 #4c6eff
}

.el-radio-button__orig-radio:disabled+.el-radio-button__inner {
	color: #c0c4cc;
	cursor: not-allowed;
	background-image: none;
	background-color: #fff;
	border-color: #ebeef5;
	box-shadow: none
}

.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner {
	background-color: #f2f6fc
}

.el-radio-button:last-child .el-radio-button__inner {
	border-radius: 0 4px 4px 0
}

.el-radio-button:first-child:last-child .el-radio-button__inner {
	border-radius: 4px
}

.el-radio-button--medium .el-radio-button__inner {
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 0
}

.el-radio-button--medium .el-radio-button__inner.is-round {
	padding: 10px 20px
}

.el-radio-button--small .el-radio-button__inner {
	padding: 9px 15px;
	font-size: 12px;
	border-radius: 0
}

.el-radio-button--small .el-radio-button__inner.is-round {
	padding: 9px 15px
}

.el-radio-button--mini .el-radio-button__inner {
	padding: 7px 15px;
	font-size: 12px;
	border-radius: 0
}

.el-radio-button--mini .el-radio-button__inner.is-round {
	padding: 7px 15px
}

.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
	box-shadow: 0 0 2px 2px #4c6eff
}

.el-switch {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	vertical-align: middle
}

.el-switch.is-disabled .el-switch__core,
.el-switch.is-disabled .el-switch__label {
	cursor: not-allowed
}

.el-switch__label {
	transition: .2s;
	height: 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	vertical-align: middle;
	color: #303133
}

.el-switch__label.is-active {
	color: #4c6eff
}

.el-switch__label--left {
	margin-right: 10px
}

.el-switch__label--right {
	margin-left: 10px
}

.el-switch__label * {
	line-height: 1;
	font-size: 14px;
	display: inline-block
}

.el-switch__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	margin: 0
}

.el-switch__core {
	margin: 0;
	display: inline-block;
	position: relative;
	width: 40px;
	height: 20px;
	border: 1px solid #dcdfe6;
	outline: none;
	border-radius: 10px;
	box-sizing: border-box;
	background: #dcdfe6;
	cursor: pointer;
	transition: border-color .3s, background-color .3s;
	vertical-align: middle
}

.el-switch__core:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 100%;
	transition: all .3s;
	width: 16px;
	height: 16px;
	background-color: #fff
}

.el-switch.is-checked .el-switch__core {
	border-color: #4c6eff;
	background-color: #4c6eff
}

.el-switch.is-checked .el-switch__core:after {
	left: 100%;
	margin-left: -17px
}

.el-switch.is-disabled {
	opacity: .6
}

.el-switch--wide .el-switch__label.el-switch__label--left span {
	left: 10px
}

.el-switch--wide .el-switch__label.el-switch__label--right span {
	right: 10px
}

.el-switch .label-fade-enter,
.el-switch .label-fade-leave-active {
	opacity: 0
}

.el-select-dropdown {
	position: absolute;
	z-index: 1001;
	border: 1px solid #e4e7ed;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	margin: 5px 0
}

.el-select-dropdown.is-multiple .el-select-dropdown__item {
	padding-right: 40px
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
	color: #4c6eff;
	background-color: #fff
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
	background-color: #f5f7fa
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
	position: absolute;
	right: 20px;
	font-family: element-icons;
	content: "\e6da";
	font-size: 12px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
	padding: 0
}

.el-select-dropdown__empty {
	padding: 10px 0;
	margin: 0;
	text-align: center;
	color: #999;
	font-size: 14px
}

.el-select-dropdown__wrap {
	max-height: 274px
}

.el-select-dropdown__list {
	list-style: none;
	padding: 6px 0;
	margin: 0;
	box-sizing: border-box
}

.el-select-dropdown__item {
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #606266;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	cursor: pointer
}

.el-select-dropdown__item.is-disabled {
	color: #c0c4cc;
	cursor: not-allowed
}

.el-select-dropdown__item.is-disabled:hover {
	background-color: #fff
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
	background-color: #f5f7fa
}

.el-select-dropdown__item.selected {
	color: #4c6eff;
	font-weight: 700
}

.el-select-group {
	margin: 0;
	padding: 0
}

.el-select-group__wrap {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0
}

.el-select-group__wrap:not(:last-of-type) {
	padding-bottom: 24px
}

.el-select-group__wrap:not(:last-of-type):after {
	content: "";
	position: absolute;
	display: block;
	left: 20px;
	right: 20px;
	bottom: 12px;
	height: 1px;
	background: #e4e7ed
}

.el-select-group__title {
	padding-left: 20px;
	font-size: 12px;
	color: #909399;
	line-height: 30px
}

.el-select-group .el-select-dropdown__item {
	padding-left: 20px
}

.el-select {
	display: inline-block;
	position: relative
}

.el-select .el-select__tags>span {
	display: contents
}

.el-select:hover .el-input__inner {
	border-color: #c0c4cc
}

.el-select .el-input__inner {
	cursor: pointer;
	padding-right: 35px
}

.el-select .el-input__inner:focus {
	border-color: #4c6eff
}

.el-select .el-input .el-select__caret {
	color: #c0c4cc;
	font-size: 14px;
	transition: transform .3s;
	transform: rotate(180deg);
	cursor: pointer
}

.el-select .el-input .el-select__caret.is-reverse {
	transform: rotate(0deg)
}

.el-select .el-input .el-select__caret.is-show-close {
	font-size: 14px;
	text-align: center;
	transform: rotate(180deg);
	border-radius: 100%;
	color: #c0c4cc;
	transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

.el-select .el-input .el-select__caret.is-show-close:hover {
	color: #909399
}

.el-select .el-input.is-disabled .el-input__inner {
	cursor: not-allowed
}

.el-select .el-input.is-disabled .el-input__inner:hover {
	border-color: #e4e7ed
}

.el-select .el-input.is-focus .el-input__inner {
	border-color: #4c6eff
}

.el-select>.el-input {
	display: block
}

.el-select__input {
	border: none;
	outline: none;
	padding: 0;
	margin-left: 15px;
	color: #666;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 28px;
	background-color: transparent
}

.el-select__input.is-mini {
	height: 14px
}

.el-select__close {
	cursor: pointer;
	position: absolute;
	top: 8px;
	z-index: 1000;
	right: 25px;
	color: #c0c4cc;
	line-height: 18px;
	font-size: 14px
}

.el-select__close:hover {
	color: #909399
}

.el-select__tags {
	position: absolute;
	line-height: normal;
	white-space: normal;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.el-select__tags-text {
	overflow: hidden;
	text-overflow: ellipsis
}

.el-select .el-tag {
	box-sizing: border-box;
	border-color: transparent;
	margin: 2px 0 2px 6px;
	background-color: #f0f2f5;
	display: flex;
	max-width: 100%;
	align-items: center
}

.el-select .el-tag__close.el-icon-close {
	background-color: #c0c4cc;
	top: 0;
	color: #fff;
	flex-shrink: 0
}

.el-select .el-tag__close.el-icon-close:hover {
	background-color: #909399
}

.el-select .el-tag__close.el-icon-close:before {
	display: block;
	transform: translateY(.5px)
}

.el-table {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	flex: 1;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	font-size: 14px;
	color: #606266
}

.el-table__empty-block {
	min-height: 60px;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.el-table__empty-text {
	line-height: 60px;
	width: 50%;
	color: #909399
}

.el-table__expand-column .cell {
	padding: 0;
	text-align: center
}

.el-table__expand-icon {
	position: relative;
	cursor: pointer;
	color: #666;
	font-size: 12px;
	transition: transform .2s ease-in-out;
	height: 20px
}

.el-table__expand-icon--expanded {
	transform: rotate(90deg)
}

.el-table__expand-icon>.el-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px
}

.el-table__expanded-cell {
	background-color: #fff
}

.el-table__expanded-cell[class*=cell] {
	padding: 20px 50px
}

.el-table__expanded-cell:hover {
	background-color: transparent !important
}

.el-table__placeholder {
	display: inline-block;
	width: 20px
}

.el-table__append-wrapper {
	overflow: hidden
}

.el-table--fit {
	border-right: 0;
	border-bottom: 0
}

.el-table--fit .el-table__cell.gutter {
	border-right-width: 1px
}

.el-table--scrollable-x .el-table__body-wrapper {
	overflow-x: auto
}

.el-table--scrollable-y .el-table__body-wrapper {
	overflow-y: auto
}

.el-table thead {
	color: #909399;
	font-weight: 500
}

.el-table thead.is-group th.el-table__cell {
	background: #f5f7fa
}

.el-table .el-table__cell {
	padding: 12px 0;
	min-width: 0;
	box-sizing: border-box;
	text-overflow: ellipsis;
	vertical-align: middle;
	position: relative;
	text-align: left
}

.el-table .el-table__cell.is-center {
	text-align: center
}

.el-table .el-table__cell.is-right {
	text-align: right
}

.el-table .el-table__cell.gutter {
	width: 15px;
	border-right-width: 0;
	border-bottom-width: 0;
	padding: 0
}

.el-table .el-table__cell.is-hidden>* {
	visibility: hidden
}

.el-table--medium .el-table__cell {
	padding: 10px 0
}

.el-table--small {
	font-size: 12px
}

.el-table--small .el-table__cell {
	padding: 8px 0
}

.el-table--mini {
	font-size: 12px
}

.el-table--mini .el-table__cell {
	padding: 6px 0
}

.el-table tr {
	background-color: #fff
}

.el-table tr input[type=checkbox] {
	margin: 0
}

.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
	border-bottom: 1px solid #ebeef5
}

.el-table th.el-table__cell.is-sortable {
	cursor: pointer
}

.el-table th.el-table__cell {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff
}

.el-table th.el-table__cell>.cell {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%
}

.el-table th.el-table__cell>.cell.highlight {
	color: #4c6eff
}

.el-table th.el-table__cell.required>div:before {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff4d51;
	margin-right: 5px;
	vertical-align: middle
}

.el-table td.el-table__cell div {
	box-sizing: border-box
}

.el-table td.el-table__cell.gutter {
	width: 0
}

.el-table .cell {
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: break-all;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px
}

.el-table .cell.el-tooltip {
	white-space: nowrap;
	min-width: 50px
}

.el-table--border,
.el-table--group {
	border: 1px solid #ebeef5
}

.el-table--border:after,
.el-table--group:after,
.el-table:before {
	content: "";
	position: absolute;
	background-color: #ebeef5;
	z-index: 1
}

.el-table--border:after,
.el-table--group:after {
	top: 0;
	right: 0;
	width: 1px;
	height: 100%
}

.el-table:before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px
}

.el-table--border {
	border-right: none;
	border-bottom: none
}

.el-table--border.el-loading-parent--relative {
	border-color: transparent
}

.el-table--border .el-table__cell {
	border-right: 1px solid #ebeef5
}

.el-table--border .el-table__cell:first-child .cell {
	padding-left: 10px
}

.el-table--border th.el-table__cell,
.el-table--border th.el-table__cell.gutter:last-of-type {
	border-bottom: 1px solid #ebeef5
}

.el-table--hidden {
	visibility: hidden
}

.el-table__fixed,
.el-table__fixed-right {
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

.el-table__fixed-right:before,
.el-table__fixed:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #ebeef5;
	z-index: 4
}

.el-table__fixed-right-patch {
	position: absolute;
	top: -1px;
	right: 0;
	background-color: #fff;
	border-bottom: 1px solid #ebeef5
}

.el-table__fixed-right {
	top: 0;
	left: auto;
	right: 0
}

.el-table__fixed-right .el-table__fixed-body-wrapper,
.el-table__fixed-right .el-table__fixed-footer-wrapper,
.el-table__fixed-right .el-table__fixed-header-wrapper {
	left: auto;
	right: 0
}

.el-table__fixed-header-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3
}

.el-table__fixed-footer-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3
}

.el-table__fixed-footer-wrapper tbody td.el-table__cell {
	border-top: 1px solid #ebeef5;
	background-color: #f5f7fa;
	color: #606266
}

.el-table__fixed-body-wrapper {
	position: absolute;
	left: 0;
	top: 37px;
	overflow: hidden;
	z-index: 3
}

.el-table__body-wrapper,
.el-table__footer-wrapper,
.el-table__header-wrapper {
	width: 100%
}

.el-table__footer-wrapper {
	margin-top: -1px
}

.el-table__footer-wrapper td.el-table__cell {
	border-top: 1px solid #ebeef5
}

.el-table__body,
.el-table__footer,
.el-table__header {
	table-layout: fixed;
	border-collapse: separate
}

.el-table__footer-wrapper,
.el-table__header-wrapper {
	overflow: hidden
}

.el-table__footer-wrapper tbody td.el-table__cell,
.el-table__header-wrapper tbody td.el-table__cell {
	background-color: #f5f7fa;
	color: #606266
}

.el-table__body-wrapper {
	overflow: hidden;
	position: relative
}

.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,
.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,
.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,
.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right {
	box-shadow: none
}

.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right {
	border-left: 1px solid #ebeef5
}

.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
	border-right: 1px solid #ebeef5
}

.el-table .caret-wrapper {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	height: 34px;
	width: 24px;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	overflow: initial;
	position: relative
}

.el-table .sort-caret {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	position: absolute;
	left: 7px
}

.el-table .sort-caret.ascending {
	border-bottom-color: #c0c4cc;
	top: 5px
}

.el-table .sort-caret.descending {
	border-top-color: #c0c4cc;
	bottom: 7px
}

.el-table .ascending .sort-caret.ascending {
	border-bottom-color: #4c6eff
}

.el-table .descending .sort-caret.descending {
	border-top-color: #4c6eff
}

.el-table .hidden-columns {
	visibility: hidden;
	position: absolute;
	z-index: -1
}

.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
	background: #fafafa
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
	background-color: #edf1ff
}

.el-table__body tr.hover-row.current-row>td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,
.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,
.el-table__body tr.hover-row>td.el-table__cell {
	background-color: #f5f7fa
}

.el-table__body tr.current-row>td.el-table__cell {
	background-color: #edf1ff
}

.el-table__column-resize-proxy {
	position: absolute;
	left: 200px;
	top: 0;
	bottom: 0;
	width: 0;
	border-left: 1px solid #ebeef5;
	z-index: 10
}

.el-table__column-filter-trigger {
	display: inline-block;
	line-height: 34px;
	cursor: pointer
}

.el-table__column-filter-trigger i {
	color: #909399;
	font-size: 12px;
	transform: scale(.75)
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
	transition: background-color .25s ease
}

.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
	background-color: #f5f7fa
}

.el-table--fluid-height .el-table__fixed,
.el-table--fluid-height .el-table__fixed-right {
	bottom: 0;
	overflow: hidden
}

.el-table [class*=el-table__row--level] .el-table__expand-icon {
	display: inline-block;
	width: 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	margin-right: 3px
}

.el-table-column--selection .cell {
	padding-left: 14px;
	padding-right: 14px
}

.el-table-filter {
	border: 1px solid #ebeef5;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	box-sizing: border-box;
	margin: 2px 0
}

.el-table-filter__list {
	padding: 5px 0;
	margin: 0;
	list-style: none;
	min-width: 100px
}

.el-table-filter__list-item {
	line-height: 36px;
	padding: 0 10px;
	cursor: pointer;
	font-size: 14px
}

.el-table-filter__list-item:hover {
	background-color: #edf1ff;
	color: #708bff
}

.el-table-filter__list-item.is-active {
	background-color: #4c6eff;
	color: #fff
}

.el-table-filter__content {
	min-width: 100px
}

.el-table-filter__bottom {
	border-top: 1px solid #ebeef5;
	padding: 8px
}

.el-table-filter__bottom button {
	background: transparent;
	border: none;
	color: #606266;
	cursor: pointer;
	font-size: 13px;
	padding: 0 3px
}

.el-table-filter__bottom button:hover {
	color: #4c6eff
}

.el-table-filter__bottom button:focus {
	outline: none
}

.el-table-filter__bottom button.is-disabled {
	color: #c0c4cc;
	cursor: not-allowed
}

.el-table-filter__wrap {
	max-height: 280px
}

.el-table-filter__checkbox-group {
	padding: 10px
}

.el-table-filter__checkbox-group label.el-checkbox {
	display: block;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px
}

.el-table-filter__checkbox-group .el-checkbox:last-child {
	margin-bottom: 0
}

.el-date-table {
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-date-table.is-week-mode .el-date-table__row:hover div {
	background-color: #f2f6fc
}

.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
	color: #606266
}

.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
	margin-left: 5px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px
}

.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
	margin-right: 5px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px
}

.el-date-table.is-week-mode .el-date-table__row.current div {
	background-color: #f2f6fc
}

.el-date-table td {
	width: 32px;
	height: 30px;
	padding: 4px 0;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	position: relative
}

.el-date-table td div {
	height: 30px;
	padding: 3px 0;
	box-sizing: border-box
}

.el-date-table td span {
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
	line-height: 24px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%
}

.el-date-table td.next-month,
.el-date-table td.prev-month {
	color: #c0c4cc
}

.el-date-table td.today {
	position: relative
}

.el-date-table td.today span {
	color: #4c6eff;
	font-weight: 700
}

.el-date-table td.today.end-date span,
.el-date-table td.today.start-date span {
	color: #fff
}

.el-date-table td.available:hover {
	color: #4c6eff
}

.el-date-table td.in-range div,
.el-date-table td.in-range div:hover {
	background-color: #f2f6fc
}

.el-date-table td.current:not(.disabled) span {
	color: #fff;
	background-color: #4c6eff
}

.el-date-table td.end-date div,
.el-date-table td.start-date div {
	color: #fff
}

.el-date-table td.end-date span,
.el-date-table td.start-date span {
	background-color: #4c6eff
}

.el-date-table td.start-date div {
	margin-left: 5px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px
}

.el-date-table td.end-date div {
	margin-right: 5px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px
}

.el-date-table td.disabled div {
	background-color: #f5f7fa;
	opacity: 1;
	cursor: not-allowed;
	color: #c0c4cc
}

.el-date-table td.selected div {
	margin-left: 5px;
	margin-right: 5px;
	background-color: #f2f6fc;
	border-radius: 15px
}

.el-date-table td.selected div:hover {
	background-color: #f2f6fc
}

.el-date-table td.selected span {
	background-color: #4c6eff;
	color: #fff;
	border-radius: 15px
}

.el-date-table td.week {
	font-size: 80%;
	color: #606266
}

.el-date-table th {
	padding: 5px;
	color: #606266;
	font-weight: 400;
	border-bottom: 1px solid #ebeef5
}

.el-month-table {
	font-size: 12px;
	margin: -1px;
	border-collapse: collapse
}

.el-month-table td {
	text-align: center;
	padding: 8px 0;
	cursor: pointer
}

.el-month-table td div {
	height: 48px;
	padding: 6px 0;
	box-sizing: border-box
}

.el-month-table td.today .cell {
	color: #4c6eff;
	font-weight: 700
}

.el-month-table td.today.end-date .cell,
.el-month-table td.today.start-date .cell {
	color: #fff
}

.el-month-table td.disabled .cell {
	background-color: #f5f7fa;
	cursor: not-allowed;
	color: #c0c4cc
}

.el-month-table td.disabled .cell:hover {
	color: #c0c4cc
}

.el-month-table td .cell {
	width: 60px;
	height: 36px;
	display: block;
	line-height: 36px;
	color: #606266;
	margin: 0 auto;
	border-radius: 18px
}

.el-month-table td .cell:hover {
	color: #4c6eff
}

.el-month-table td.in-range div,
.el-month-table td.in-range div:hover {
	background-color: #f2f6fc
}

.el-month-table td.end-date div,
.el-month-table td.start-date div {
	color: #fff
}

.el-month-table td.end-date .cell,
.el-month-table td.start-date .cell {
	color: #fff;
	background-color: #4c6eff
}

.el-month-table td.start-date div {
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px
}

.el-month-table td.end-date div {
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px
}

.el-month-table td.current:not(.disabled) .cell {
	color: #4c6eff
}

.el-year-table {
	font-size: 12px;
	margin: -1px;
	border-collapse: collapse
}

.el-year-table .el-icon {
	color: #303133
}

.el-year-table td {
	text-align: center;
	padding: 20px 3px;
	cursor: pointer
}

.el-year-table td.today .cell {
	color: #4c6eff;
	font-weight: 700
}

.el-year-table td.disabled .cell {
	background-color: #f5f7fa;
	cursor: not-allowed;
	color: #c0c4cc
}

.el-year-table td.disabled .cell:hover {
	color: #c0c4cc
}

.el-year-table td .cell {
	width: 48px;
	height: 32px;
	display: block;
	line-height: 32px;
	color: #606266;
	margin: 0 auto
}

.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell {
	color: #4c6eff
}

.el-date-range-picker {
	width: 646px
}

.el-date-range-picker.has-sidebar {
	width: 756px
}

.el-date-range-picker table {
	table-layout: fixed;
	width: 100%
}

.el-date-range-picker .el-picker-panel__body {
	min-width: 513px
}

.el-date-range-picker .el-picker-panel__content {
	margin: 0
}

.el-date-range-picker__header {
	position: relative;
	text-align: center;
	height: 28px
}

.el-date-range-picker__header [class*=arrow-left] {
	float: left
}

.el-date-range-picker__header [class*=arrow-right] {
	float: right
}

.el-date-range-picker__header div {
	font-size: 16px;
	font-weight: 500;
	margin-right: 50px
}

.el-date-range-picker__content {
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	padding: 16px
}

.el-date-range-picker__content.is-left {
	border-right: 1px solid #e4e4e4
}

.el-date-range-picker__content .el-date-range-picker__header div {
	margin-left: 50px;
	margin-right: 50px
}

.el-date-range-picker__editors-wrap {
	box-sizing: border-box;
	display: table-cell
}

.el-date-range-picker__editors-wrap.is-right {
	text-align: right
}

.el-date-range-picker__time-header {
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	font-size: 12px;
	padding: 8px 5px 5px;
	display: table;
	width: 100%;
	box-sizing: border-box
}

.el-date-range-picker__time-header>.el-icon-arrow-right {
	font-size: 20px;
	vertical-align: middle;
	display: table-cell;
	color: #303133
}

.el-date-range-picker__time-picker-wrap {
	position: relative;
	display: table-cell;
	padding: 0 5px
}

.el-date-range-picker__time-picker-wrap .el-picker-panel {
	position: absolute;
	top: 13px;
	right: 0;
	z-index: 1;
	background: #fff
}

.el-date-picker {
	width: 322px
}

.el-date-picker.has-sidebar.has-time {
	width: 434px
}

.el-date-picker.has-sidebar {
	width: 438px
}

.el-date-picker.has-time .el-picker-panel__body-wrapper {
	position: relative
}

.el-date-picker .el-picker-panel__content {
	width: 292px
}

.el-date-picker table {
	table-layout: fixed;
	width: 100%
}

.el-date-picker__editor-wrap {
	position: relative;
	display: table-cell;
	padding: 0 5px
}

.el-date-picker__time-header {
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	font-size: 12px;
	padding: 8px 5px 5px;
	display: table;
	width: 100%;
	box-sizing: border-box
}

.el-date-picker__header {
	margin: 12px;
	text-align: center
}

.el-date-picker__header--bordered {
	margin-bottom: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #ebeef5
}

.el-date-picker__header--bordered+.el-picker-panel__content {
	margin-top: 0
}

.el-date-picker__header-label {
	font-size: 16px;
	font-weight: 500;
	padding: 0 5px;
	line-height: 22px;
	text-align: center;
	cursor: pointer;
	color: #606266
}

.el-date-picker__header-label.active,
.el-date-picker__header-label:hover {
	color: #4c6eff
}

.el-date-picker__prev-btn {
	float: left
}

.el-date-picker__next-btn {
	float: right
}

.el-date-picker__time-wrap {
	padding: 10px;
	text-align: center
}

.el-date-picker__time-label {
	float: left;
	cursor: pointer;
	line-height: 30px;
	margin-left: 10px
}

.time-select {
	margin: 5px 0;
	min-width: 0
}

.time-select .el-picker-panel__content {
	max-height: 200px;
	margin: 0
}

.time-select-item {
	padding: 8px 10px;
	font-size: 14px;
	line-height: 20px
}

.time-select-item.selected:not(.disabled) {
	color: #4c6eff;
	font-weight: 700
}

.time-select-item.disabled {
	color: #e4e7ed;
	cursor: not-allowed
}

.time-select-item:hover {
	background-color: #f5f7fa;
	font-weight: 700;
	cursor: pointer
}

.el-date-editor {
	position: relative;
	display: inline-block;
	text-align: left
}

.el-date-editor.el-input,
.el-date-editor.el-input__inner {
	width: 220px
}

.el-date-editor--monthrange.el-input,
.el-date-editor--monthrange.el-input__inner {
	width: 300px
}

.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
	width: 350px
}

.el-date-editor--datetimerange.el-input,
.el-date-editor--datetimerange.el-input__inner {
	width: 400px
}

.el-date-editor--dates .el-input__inner {
	text-overflow: ellipsis;
	white-space: nowrap
}

.el-date-editor .el-icon-circle-close {
	cursor: pointer
}

.el-date-editor .el-range__icon {
	font-size: 14px;
	margin-left: -5px;
	color: #c0c4cc;
	float: left;
	line-height: 32px
}

.el-date-editor .el-range-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 39%;
	text-align: center;
	font-size: 14px;
	color: #606266
}

.el-date-editor .el-range-input::-moz-placeholder {
	color: #c0c4cc
}

.el-date-editor .el-range-input:-ms-input-placeholder {
	color: #c0c4cc
}

.el-date-editor .el-range-input::placeholder {
	color: #c0c4cc
}

.el-date-editor .el-range-separator {
	display: inline-block;
	height: 100%;
	padding: 0 5px;
	margin: 0;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	width: 5%;
	color: #303133
}

.el-date-editor .el-range__close-icon {
	font-size: 14px;
	color: #c0c4cc;
	width: 25px;
	display: inline-block;
	float: right;
	line-height: 32px
}

.el-range-editor.el-input__inner {
	display: inline-flex;
	align-items: center;
	padding: 3px 10px
}

.el-range-editor .el-range-input {
	line-height: 1
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover {
	border-color: #4c6eff
}

.el-range-editor--medium.el-input__inner {
	height: 36px
}

.el-range-editor--medium .el-range-separator {
	line-height: 28px;
	font-size: 14px
}

.el-range-editor--medium .el-range-input {
	font-size: 14px
}

.el-range-editor--medium .el-range__close-icon,
.el-range-editor--medium .el-range__icon {
	line-height: 28px
}

.el-range-editor--small.el-input__inner {
	height: 32px
}

.el-range-editor--small .el-range-separator {
	line-height: 24px;
	font-size: 13px
}

.el-range-editor--small .el-range-input {
	font-size: 13px
}

.el-range-editor--small .el-range__close-icon,
.el-range-editor--small .el-range__icon {
	line-height: 24px
}

.el-range-editor--mini.el-input__inner {
	height: 28px
}

.el-range-editor--mini .el-range-separator {
	line-height: 20px;
	font-size: 12px
}

.el-range-editor--mini .el-range-input {
	font-size: 12px
}

.el-range-editor--mini .el-range__close-icon,
.el-range-editor--mini .el-range__icon {
	line-height: 20px
}

.el-range-editor.is-disabled {
	background-color: #f5f7fa;
	border-color: #e4e7ed;
	color: #c0c4cc;
	cursor: not-allowed
}

.el-range-editor.is-disabled:focus,
.el-range-editor.is-disabled:hover {
	border-color: #e4e7ed
}

.el-range-editor.is-disabled input {
	background-color: #f5f7fa;
	color: #c0c4cc;
	cursor: not-allowed
}

.el-range-editor.is-disabled input::-moz-placeholder {
	color: #c0c4cc
}

.el-range-editor.is-disabled input:-ms-input-placeholder {
	color: #c0c4cc
}

.el-range-editor.is-disabled input::placeholder {
	color: #c0c4cc
}

.el-range-editor.is-disabled .el-range-separator {
	color: #c0c4cc
}

.el-picker-panel {
	color: #606266;
	border: 1px solid #e4e7ed;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	background: #fff;
	border-radius: 4px;
	line-height: 30px;
	margin: 5px 0
}

.el-picker-panel__body-wrapper:after,
.el-picker-panel__body:after {
	content: "";
	display: table;
	clear: both
}

.el-picker-panel__content {
	position: relative;
	margin: 15px
}

.el-picker-panel__footer {
	border-top: 1px solid #e4e4e4;
	padding: 4px;
	text-align: right;
	background-color: #fff;
	position: relative;
	font-size: 0
}

.el-picker-panel__shortcut {
	display: block;
	width: 100%;
	border: 0;
	background-color: transparent;
	line-height: 28px;
	font-size: 14px;
	color: #606266;
	padding-left: 12px;
	text-align: left;
	outline: none;
	cursor: pointer
}

.el-picker-panel__shortcut:hover {
	color: #4c6eff
}

.el-picker-panel__shortcut.active {
	background-color: #e6f1fe;
	color: #4c6eff
}

.el-picker-panel__btn {
	border: 1px solid #dcdcdc;
	color: #333;
	line-height: 24px;
	border-radius: 2px;
	padding: 0 20px;
	cursor: pointer;
	background-color: transparent;
	outline: none;
	font-size: 12px
}

.el-picker-panel__btn[disabled] {
	color: #ccc;
	cursor: not-allowed
}

.el-picker-panel__icon-btn {
	font-size: 12px;
	color: #303133;
	border: 0;
	background: transparent;
	cursor: pointer;
	outline: none;
	margin-top: 8px
}

.el-picker-panel__icon-btn:hover {
	color: #4c6eff
}

.el-picker-panel__icon-btn.is-disabled {
	color: #bbb
}

.el-picker-panel__icon-btn.is-disabled:hover {
	cursor: not-allowed
}

.el-picker-panel__link-btn {
	vertical-align: middle
}

.el-picker-panel [slot=sidebar],
.el-picker-panel__sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 110px;
	border-right: 1px solid #e4e4e4;
	box-sizing: border-box;
	padding-top: 6px;
	background-color: #fff;
	overflow: auto
}

.el-picker-panel [slot=sidebar]+.el-picker-panel__body,
.el-picker-panel__sidebar+.el-picker-panel__body {
	margin-left: 110px
}

.el-time-spinner.has-seconds .el-time-spinner__wrapper {
	width: 33.3%
}

.el-time-spinner__wrapper {
	max-height: 190px;
	overflow: auto;
	display: inline-block;
	width: 50%;
	vertical-align: top;
	position: relative
}

.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
	padding-bottom: 15px
}

.el-time-spinner__wrapper.is-arrow {
	box-sizing: border-box;
	text-align: center;
	overflow: hidden
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
	transform: translateY(-32px)
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
	background: #fff;
	cursor: default
}

.el-time-spinner__arrow {
	font-size: 12px;
	color: #909399;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
	height: 30px;
	line-height: 30px;
	cursor: pointer
}

.el-time-spinner__arrow:hover {
	color: #4c6eff
}

.el-time-spinner__arrow.el-icon-arrow-up {
	top: 10px
}

.el-time-spinner__arrow.el-icon-arrow-down {
	bottom: 10px
}

.el-time-spinner__input.el-input {
	width: 70%
}

.el-time-spinner__input.el-input .el-input__inner,
.el-time-spinner__list {
	padding: 0;
	text-align: center
}

.el-time-spinner__list {
	margin: 0;
	list-style: none
}

.el-time-spinner__list:after,
.el-time-spinner__list:before {
	content: "";
	display: block;
	width: 100%;
	height: 80px
}

.el-time-spinner__item {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #606266
}

.el-time-spinner__item:hover:not(.disabled):not(.active) {
	background: #f5f7fa;
	cursor: pointer
}

.el-time-spinner__item.active:not(.disabled) {
	color: #303133;
	font-weight: 700
}

.el-time-spinner__item.disabled {
	color: #c0c4cc;
	cursor: not-allowed
}

.el-time-panel {
	margin: 5px 0;
	border: 1px solid #e4e7ed;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	border-radius: 2px;
	position: absolute;
	width: 180px;
	left: 0;
	z-index: 1000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: content-box
}

.el-time-panel__content {
	font-size: 0;
	position: relative;
	overflow: hidden
}

.el-time-panel__content:after,
.el-time-panel__content:before {
	content: "";
	top: 50%;
	position: absolute;
	margin-top: -15px;
	height: 32px;
	z-index: -1;
	left: 0;
	right: 0;
	box-sizing: border-box;
	padding-top: 6px;
	text-align: left;
	border-top: 1px solid #e4e7ed;
	border-bottom: 1px solid #e4e7ed
}

.el-time-panel__content:after {
	left: 50%;
	margin-left: 12%;
	margin-right: 12%
}

.el-time-panel__content:before {
	padding-left: 50%;
	margin-right: 12%;
	margin-left: 12%
}

.el-time-panel__content.has-seconds:after {
	left: 66.66667%
}

.el-time-panel__content.has-seconds:before {
	padding-left: 33.33333%
}

.el-time-panel__footer {
	border-top: 1px solid #e4e4e4;
	padding: 4px;
	height: 36px;
	line-height: 25px;
	text-align: right;
	box-sizing: border-box
}

.el-time-panel__btn {
	border: none;
	line-height: 28px;
	padding: 0 5px;
	margin: 0 5px;
	cursor: pointer;
	background-color: transparent;
	outline: none;
	font-size: 12px;
	color: #303133
}

.el-time-panel__btn.confirm {
	font-weight: 800;
	color: #4c6eff
}

.el-time-range-picker {
	width: 354px;
	overflow: visible
}

.el-time-range-picker__content {
	position: relative;
	text-align: center;
	padding: 10px
}

.el-time-range-picker__cell {
	box-sizing: border-box;
	margin: 0;
	padding: 4px 7px 7px;
	width: 50%;
	display: inline-block
}

.el-time-range-picker__header {
	margin-bottom: 5px;
	text-align: center;
	font-size: 14px
}

.el-time-range-picker__body {
	border-radius: 2px;
	border: 1px solid #e4e7ed
}

.el-popover {
	position: absolute;
	background: #fff;
	min-width: 150px;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	padding: 12px;
	z-index: 2000;
	color: #606266;
	line-height: 1.4;
	text-align: justify;
	font-size: 14px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	word-break: break-all
}

.el-popover--plain {
	padding: 18px 20px
}

.el-popover__title {
	color: #303133;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px
}

.el-popover:focus,
.el-popover:focus:active,
.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing) {
	outline-width: 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
}

@keyframes v-modal-in {
	0% {
		opacity: 0
	}
}

@keyframes v-modal-out {
	to {
		opacity: 0
	}
}

.v-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000
}

.el-popup-parent--hidden {
	overflow: hidden
}

.el-message-box {
	display: inline-block;
	width: 420px;
	padding-bottom: 10px;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	font-size: 18px;
	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
}

.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: #303133
}

.el-message-box__headerbtn {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	font-size: 16px;
	cursor: pointer
}

.el-message-box__headerbtn .el-message-box__close {
	color: #909399
}

.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
	color: #4c6eff
}

.el-message-box__content {
	padding: 10px 15px;
	color: #606266;
	font-size: 14px
}

.el-message-box__container {
	position: relative
}

.el-message-box__input {
	padding-top: 15px
}

.el-message-box__input input.invalid,
.el-message-box__input input.invalid:focus {
	border-color: #f56c6c
}

.el-message-box__status {
	position: absolute;
	top: 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: #909399
}

.el-message-box__status.el-icon-warning {
	color: #e6a23c
}

.el-message-box__status.el-icon-error {
	color: #f56c6c
}

.el-message-box__message {
	margin: 0
}

.el-message-box__message p {
	margin: 0;
	line-height: 24px
}

.el-message-box__errormsg {
	color: #f56c6c;
	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 {
	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: flex;
	align-items: center;
	justify-content: center
}

.el-message-box--center .el-message-box__status {
	position: relative;
	top: auto;
	padding-right: 5px;
	text-align: center;
	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
}

.msgbox-fade-enter-active {
	-webkit-animation: msgbox-fade-in .3s;
	animation: msgbox-fade-in .3s
}

.msgbox-fade-leave-active {
	-webkit-animation: msgbox-fade-out .3s;
	animation: msgbox-fade-out .3s
}

@-webkit-keyframes msgbox-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}

	to {
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes msgbox-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}

	to {
		transform: translateZ(0);
		opacity: 1
	}
}

@-webkit-keyframes msgbox-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1
	}

	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}
}

@keyframes msgbox-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1
	}

	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}
}

.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.is-link,
.el-breadcrumb__inner a {
	font-weight: 700;
	text-decoration: none;
	transition: color .2s cubic-bezier(.645, .045, .355, 1);
	color: #303133
}

.el-breadcrumb__inner.is-link:hover,
.el-breadcrumb__inner a:hover {
	color: #4c6eff;
	cursor: pointer
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
	font-weight: 400;
	color: #606266;
	cursor: text
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator {
	display: none
}

.el-form--label-left .el-form-item__label {
	text-align: left
}

.el-form--label-top .el-form-item__label {
	float: none;
	display: inline-block;
	text-align: left;
	padding: 0 0 10px
}

.el-form--inline .el-form-item {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top
}

.el-form--inline .el-form-item__label {
	float: none;
	display: inline-block
}

.el-form--inline .el-form-item__content {
	display: inline-block;
	vertical-align: top
}

.el-form--inline.el-form--label-top .el-form-item__content {
	display: block
}

.el-form-item {
	margin-bottom: 22px
}

.el-form-item:after,
.el-form-item:before {
	display: table;
	content: ""
}

.el-form-item:after {
	clear: both
}

.el-form-item .el-form-item {
	margin-bottom: 0
}

.el-form-item .el-input__validateIcon {
	display: none
}

.el-form-item--medium .el-form-item__content,
.el-form-item--medium .el-form-item__label {
	line-height: 36px
}

.el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label {
	line-height: 32px
}

.el-form-item--small.el-form-item {
	margin-bottom: 18px
}

.el-form-item--small .el-form-item__error {
	padding-top: 2px
}

.el-form-item--mini .el-form-item__content,
.el-form-item--mini .el-form-item__label {
	line-height: 28px
}

.el-form-item--mini.el-form-item {
	margin-bottom: 18px
}

.el-form-item--mini .el-form-item__error {
	padding-top: 1px
}

.el-form-item__label-wrap {
	float: left
}

.el-form-item__label-wrap .el-form-item__label {
	display: inline-block;
	float: none
}

.el-form-item__label {
	text-align: right;
	vertical-align: middle;
	float: left;
	font-size: 14px;
	color: #606266;
	line-height: 40px;
	padding: 0 12px 0 0;
	box-sizing: border-box
}

.el-form-item__content {
	line-height: 40px;
	position: relative;
	font-size: 14px
}

.el-form-item__content:after,
.el-form-item__content:before {
	display: table;
	content: ""
}

.el-form-item__content:after {
	clear: both
}

.el-form-item__content .el-input-group {
	vertical-align: top
}

.el-form-item__error {
	color: #f56c6c;
	font-size: 12px;
	line-height: 1;
	padding-top: 4px;
	position: absolute;
	top: 100%;
	left: 0
}

.el-form-item__error--inline {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	margin-left: 10px
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
	content: "*";
	color: #f56c6c;
	margin-right: 4px
}

.el-form-item.is-error .el-input__inner,
.el-form-item.is-error .el-input__inner:focus,
.el-form-item.is-error .el-textarea__inner,
.el-form-item.is-error .el-textarea__inner:focus {
	border-color: #f56c6c
}

.el-form-item.is-error .el-input-group__append .el-input__inner,
.el-form-item.is-error .el-input-group__prepend .el-input__inner {
	border-color: transparent
}

.el-form-item.is-error .el-input__validateIcon {
	color: #f56c6c
}

.el-form-item--feedback .el-input__validateIcon {
	display: inline-block
}

.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: #4c6eff;
	z-index: 1;
	transition: 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;
	transition: all .15s
}

.el-tabs__new-tab .el-icon-plus {
	transform: scale(.8)
}

.el-tabs__new-tab:hover {
	color: #4c6eff
}

.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__nav-wrap.is-scrollable {
	padding: 0 20px;
	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;
	transition: transform .3s;
	float: left;
	z-index: 2
}

.el-tabs__nav.is-stretch {
	min-width: 100%;
	display: flex
}

.el-tabs__nav.is-stretch>* {
	flex: 1;
	text-align: center
}

.el-tabs__item {
	padding: 0 20px;
	height: 40px;
	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: none
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
	box-shadow: inset 0 0 2px 2px #4c6eff;
	border-radius: 3px
}

.el-tabs__item .el-icon-close {
	border-radius: 50%;
	text-align: center;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	margin-left: 5px
}

.el-tabs__item .el-icon-close:before {
	transform: scale(.9);
	display: inline-block
}

.el-tabs__item .el-icon-close:hover {
	background-color: #c0c4cc;
	color: #fff
}

.el-tabs__item.is-active {
	color: #4c6eff
}

.el-tabs__item:hover {
	color: #4c6eff;
	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
}

.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after {
	content: none
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
	border: 1px solid #e4e7ed;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	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;
	transform-origin: 100% 50%
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
	border-bottom: 1px solid transparent;
	border-left: 1px solid #e4e7ed;
	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-closable:hover .el-icon-close {
	width: 14px
}

.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--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close {
	width: 14px
}

.el-tabs--border-card {
	background: #fff;
	border: 1px solid #dcdfe6;
	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__nav-wrap:after {
	content: none
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	border: 1px solid transparent;
	margin-top: -1px;
	color: #909399
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,
.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child {
	margin-left: -1px
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
	color: #4c6eff;
	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: #4c6eff
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled {
	color: #c0c4cc
}

.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child {
	margin-left: 0
}

.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--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2) {
	padding-left: 20px
}

.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--right>.el-tabs__header .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 {
	transform: rotate(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__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__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__active-bar.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-left:after {
	left: auto;
	right: 0
}

.el-tabs--left .el-tabs__item.is-left {
	text-align: right
}

.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left {
	display: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
	border: 1px solid #e4e7ed;
	border-bottom: none;
	border-left: none;
	text-align: left
}

.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: none;
	border-top: 1px solid #e4e7ed;
	border-right: 1px solid #fff
}

.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-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
	display: none
}

.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: none;
	border-top: 1px solid #e4e7ed;
	border-left: 1px solid #fff
}

.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
}

.slideInLeft-transition,
.slideInRight-transition {
	display: inline-block
}

.slideInRight-enter {
	-webkit-animation: slideInRight-enter .3s;
	animation: slideInRight-enter .3s
}

.slideInRight-leave {
	position: absolute;
	left: 0;
	right: 0;
	-webkit-animation: slideInRight-leave .3s;
	animation: slideInRight-leave .3s
}

.slideInLeft-enter {
	-webkit-animation: slideInLeft-enter .3s;
	animation: slideInLeft-enter .3s
}

.slideInLeft-leave {
	position: absolute;
	left: 0;
	right: 0;
	-webkit-animation: slideInLeft-leave .3s;
	animation: slideInLeft-leave .3s
}

@-webkit-keyframes slideInRight-enter {
	0% {
		opacity: 0;
		transform-origin: 0 0;
		transform: translateX(100%)
	}

	to {
		opacity: 1;
		transform-origin: 0 0;
		transform: translateX(0)
	}
}

@keyframes slideInRight-enter {
	0% {
		opacity: 0;
		transform-origin: 0 0;
		transform: translateX(100%)
	}

	to {
		opacity: 1;
		transform-origin: 0 0;
		transform: translateX(0)
	}
}

@-webkit-keyframes slideInRight-leave {
	0% {
		transform-origin: 0 0;
		transform: translateX(0);
		opacity: 1
	}

	to {
		transform-origin: 0 0;
		transform: translateX(100%);
		opacity: 0
	}
}

@keyframes slideInRight-leave {
	0% {
		transform-origin: 0 0;
		transform: translateX(0);
		opacity: 1
	}

	to {
		transform-origin: 0 0;
		transform: translateX(100%);
		opacity: 0
	}
}

@-webkit-keyframes slideInLeft-enter {
	0% {
		opacity: 0;
		transform-origin: 0 0;
		transform: translateX(-100%)
	}

	to {
		opacity: 1;
		transform-origin: 0 0;
		transform: translateX(0)
	}
}

@keyframes slideInLeft-enter {
	0% {
		opacity: 0;
		transform-origin: 0 0;
		transform: translateX(-100%)
	}

	to {
		opacity: 1;
		transform-origin: 0 0;
		transform: translateX(0)
	}
}

@-webkit-keyframes slideInLeft-leave {
	0% {
		transform-origin: 0 0;
		transform: translateX(0);
		opacity: 1
	}

	to {
		transform-origin: 0 0;
		transform: translateX(-100%);
		opacity: 0
	}
}

@keyframes slideInLeft-leave {
	0% {
		transform-origin: 0 0;
		transform: translateX(0);
		opacity: 1
	}

	to {
		transform-origin: 0 0;
		transform: translateX(-100%);
		opacity: 0
	}
}

.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%;
	transform: translate(-50%, -50%);
	color: #909399;
	font-size: 14px
}

.el-tree__drop-indicator {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #4c6eff
}

.el-tree-node {
	white-space: nowrap;
	outline: none
}

.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: #4c6eff;
	color: #fff
}

.el-tree-node__content {
	display: flex;
	align-items: center;
	height: 26px;
	cursor: pointer
}

.el-tree-node__content>.el-tree-node__expand-icon {
	padding: 6px
}

.el-tree-node__content>label.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 .el-tree-node__content * {
	pointer-events: none
}

.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;
	transform: rotate(0deg);
	transition: transform .3s ease-in-out
}

.el-tree-node__expand-icon.expanded {
	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: #f1f3ff
}

.el-alert {
	width: 100%;
	padding: 8px 16px;
	margin: 0;
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	opacity: 1;
	display: flex;
	align-items: center;
	transition: opacity .2s
}

.el-alert.is-light .el-alert__closebtn {
	color: #c0c4cc
}

.el-alert.is-dark .el-alert__closebtn,
.el-alert.is-dark .el-alert__description {
	color: #fff
}

.el-alert.is-center {
	justify-content: center
}

.el-alert--success.is-light {
	background-color: #f0f9eb;
	color: #67c23a
}

.el-alert--success.is-light .el-alert__description {
	color: #67c23a
}

.el-alert--success.is-dark {
	background-color: #67c23a;
	color: #fff
}

.el-alert--info.is-light {
	background-color: #f4f4f5;
	color: #909399
}

.el-alert--info.is-dark {
	background-color: #909399;
	color: #fff
}

.el-alert--info .el-alert__description {
	color: #909399
}

.el-alert--warning.is-light {
	background-color: #fdf6ec;
	color: #e6a23c
}

.el-alert--warning.is-light .el-alert__description {
	color: #e6a23c
}

.el-alert--warning.is-dark {
	background-color: #e6a23c;
	color: #fff
}

.el-alert--error.is-light {
	background-color: #fef0f0;
	color: #f56c6c
}

.el-alert--error.is-light .el-alert__description {
	color: #f56c6c
}

.el-alert--error.is-dark {
	background-color: #f56c6c;
	color: #fff
}

.el-alert__content {
	display: table-cell;
	padding: 0 8px
}

.el-alert__icon {
	font-size: 16px;
	width: 16px
}

.el-alert__icon.is-big {
	font-size: 28px;
	width: 28px
}

.el-alert__title {
	font-size: 13px;
	line-height: 18px
}

.el-alert__title.is-bold {
	font-weight: 700
}

.el-alert .el-alert__description {
	font-size: 12px;
	margin: 5px 0 0
}

.el-alert__closebtn {
	font-size: 12px;
	opacity: 1;
	position: absolute;
	top: 12px;
	right: 15px;
	cursor: pointer
}

.el-alert__closebtn.is-customed {
	font-style: normal;
	font-size: 13px;
	top: 9px
}

.el-alert-fade-enter,
.el-alert-fade-leave-active {
	opacity: 0
}

.el-notification {
	display: flex;
	width: 330px;
	padding: 14px 26px 14px 13px;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #ebeef5;
	position: fixed;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s;
	overflow: hidden
}

.el-notification.right {
	right: 16px
}

.el-notification.left {
	left: 16px
}

.el-notification__group {
	margin-left: 13px;
	margin-right: 8px
}

.el-notification__title {
	font-weight: 700;
	font-size: 16px;
	color: #303133;
	margin: 0
}

.el-notification__content {
	font-size: 14px;
	line-height: 21px;
	margin: 6px 0 0;
	color: #606266;
	text-align: justify
}

.el-notification__content p {
	margin: 0
}

.el-notification__icon {
	height: 24px;
	width: 24px;
	font-size: 24px
}

.el-notification__closeBtn {
	position: absolute;
	top: 18px;
	right: 15px;
	cursor: pointer;
	color: #909399;
	font-size: 16px
}

.el-notification__closeBtn:hover {
	color: #606266
}

.el-notification .el-icon-success {
	color: #67c23a
}

.el-notification .el-icon-error {
	color: #f56c6c
}

.el-notification .el-icon-info {
	color: #909399
}

.el-notification .el-icon-warning {
	color: #e6a23c
}

.el-notification-fade-enter.right {
	right: 0;
	transform: translateX(100%)
}

.el-notification-fade-enter.left {
	left: 0;
	transform: translateX(-100%)
}

.el-notification-fade-leave-active {
	opacity: 0
}

.el-input-number {
	position: relative;
	display: inline-block;
	width: 180px;
	line-height: 38px
}

.el-input-number .el-input {
	display: block
}

.el-input-number .el-input__inner {
	-webkit-appearance: none;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center
}

.el-input-number__decrease,
.el-input-number__increase {
	position: absolute;
	z-index: 1;
	top: 1px;
	width: 40px;
	height: auto;
	text-align: center;
	background: #f5f7fa;
	color: #606266;
	cursor: pointer;
	font-size: 13px
}

.el-input-number__decrease:hover,
.el-input-number__increase:hover {
	color: #4c6eff
}

.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),
.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled) {
	border-color: #4c6eff
}

.el-input-number__decrease.is-disabled,
.el-input-number__increase.is-disabled {
	color: #c0c4cc;
	cursor: not-allowed
}

.el-input-number__increase {
	right: 1px;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid #dcdfe6
}

.el-input-number__decrease {
	left: 1px;
	border-radius: 4px 0 0 4px;
	border-right: 1px solid #dcdfe6
}

.el-input-number.is-disabled .el-input-number__decrease,
.el-input-number.is-disabled .el-input-number__increase {
	border-color: #e4e7ed;
	color: #e4e7ed
}

.el-input-number.is-disabled .el-input-number__decrease:hover,
.el-input-number.is-disabled .el-input-number__increase:hover {
	color: #e4e7ed;
	cursor: not-allowed
}

.el-input-number--medium {
	width: 200px;
	line-height: 34px
}

.el-input-number--medium .el-input-number__decrease,
.el-input-number--medium .el-input-number__increase {
	width: 36px;
	font-size: 14px
}

.el-input-number--medium .el-input__inner {
	padding-left: 43px;
	padding-right: 43px
}

.el-input-number--small {
	width: 130px;
	line-height: 30px
}

.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
	width: 32px;
	font-size: 13px
}

.el-input-number--small .el-input-number__decrease [class*=el-icon],
.el-input-number--small .el-input-number__increase [class*=el-icon] {
	transform: scale(.9)
}

.el-input-number--small .el-input__inner {
	padding-left: 39px;
	padding-right: 39px
}

.el-input-number--mini {
	width: 130px;
	line-height: 26px
}

.el-input-number--mini .el-input-number__decrease,
.el-input-number--mini .el-input-number__increase {
	width: 28px;
	font-size: 12px
}

.el-input-number--mini .el-input-number__decrease [class*=el-icon],
.el-input-number--mini .el-input-number__increase [class*=el-icon] {
	transform: scale(.8)
}

.el-input-number--mini .el-input__inner {
	padding-left: 35px;
	padding-right: 35px
}

.el-input-number.is-without-controls .el-input__inner {
	padding-left: 15px;
	padding-right: 15px
}

.el-input-number.is-controls-right .el-input__inner {
	padding-left: 15px;
	padding-right: 50px
}

.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
	height: auto;
	line-height: 19px
}

.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],
.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
	transform: scale(.8)
}

.el-input-number.is-controls-right .el-input-number__increase {
	border-radius: 0 4px 0 0;
	border-bottom: 1px solid #dcdfe6
}

.el-input-number.is-controls-right .el-input-number__decrease {
	right: 1px;
	bottom: 1px;
	top: auto;
	left: auto;
	border-right: none;
	border-left: 1px solid #dcdfe6;
	border-radius: 0 0 4px 0
}

.el-input-number.is-controls-right[class*=medium] [class*=decrease],
.el-input-number.is-controls-right[class*=medium] [class*=increase] {
	line-height: 17px
}

.el-input-number.is-controls-right[class*=small] [class*=decrease],
.el-input-number.is-controls-right[class*=small] [class*=increase] {
	line-height: 15px
}

.el-input-number.is-controls-right[class*=mini] [class*=decrease],
.el-input-number.is-controls-right[class*=mini] [class*=increase] {
	line-height: 13px
}

.el-tooltip:focus:hover,
.el-tooltip:focus:not(.focusing) {
	outline-width: 0
}

.el-tooltip__popper {
	position: absolute;
	border-radius: 4px;
	padding: 10px;
	z-index: 2000;
	font-size: 12px;
	line-height: 1.2;
	min-width: 10px;
	word-wrap: break-word
}

.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.el-tooltip__popper .popper__arrow {
	border-width: 6px
}

.el-tooltip__popper .popper__arrow:after {
	content: " ";
	border-width: 5px
}

.el-tooltip__popper[x-placement^=top] {
	margin-bottom: 12px
}

.el-tooltip__popper[x-placement^=top] .popper__arrow {
	bottom: -6px;
	border-top-color: #303133;
	border-bottom-width: 0
}

.el-tooltip__popper[x-placement^=top] .popper__arrow:after {
	bottom: 1px;
	margin-left: -5px;
	border-top-color: #303133;
	border-bottom-width: 0
}

.el-tooltip__popper[x-placement^=bottom] {
	margin-top: 12px
}

.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
	top: -6px;
	border-top-width: 0;
	border-bottom-color: #303133
}

.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after {
	top: 1px;
	margin-left: -5px;
	border-top-width: 0;
	border-bottom-color: #303133
}

.el-tooltip__popper[x-placement^=right] {
	margin-left: 12px
}

.el-tooltip__popper[x-placement^=right] .popper__arrow {
	left: -6px;
	border-right-color: #303133;
	border-left-width: 0
}

.el-tooltip__popper[x-placement^=right] .popper__arrow:after {
	bottom: -5px;
	left: 1px;
	border-right-color: #303133;
	border-left-width: 0
}

.el-tooltip__popper[x-placement^=left] {
	margin-right: 12px
}

.el-tooltip__popper[x-placement^=left] .popper__arrow {
	right: -6px;
	border-right-width: 0;
	border-left-color: #303133
}

.el-tooltip__popper[x-placement^=left] .popper__arrow:after {
	right: 1px;
	bottom: -5px;
	margin-left: -5px;
	border-right-width: 0;
	border-left-color: #303133
}

.el-tooltip__popper.is-dark {
	background: #303133;
	color: #fff
}

.el-tooltip__popper.is-light {
	background: #fff;
	border: 1px solid #303133
}

.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
	border-top-color: #303133
}

.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after {
	border-top-color: #fff
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
	border-bottom-color: #303133
}

.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after {
	border-bottom-color: #fff
}

.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
	border-left-color: #303133
}

.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after {
	border-left-color: #fff
}

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
	border-right-color: #303133
}

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after {
	border-right-color: #fff
}

.el-slider:after,
.el-slider:before {
	display: table;
	content: ""
}

.el-slider:after {
	clear: both
}

.el-slider__runway {
	width: 100%;
	height: 6px;
	margin: 16px 0;
	background-color: #e4e7ed;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	vertical-align: middle
}

.el-slider__runway.show-input {
	margin-right: 160px;
	width: auto
}

.el-slider__runway.disabled {
	cursor: default
}

.el-slider__runway.disabled .el-slider__bar {
	background-color: #c0c4cc
}

.el-slider__runway.disabled .el-slider__button {
	border-color: #c0c4cc
}

.el-slider__runway.disabled .el-slider__button-wrapper.dragging,
.el-slider__runway.disabled .el-slider__button-wrapper.hover,
.el-slider__runway.disabled .el-slider__button-wrapper:hover {
	cursor: not-allowed
}

.el-slider__runway.disabled .el-slider__button.dragging,
.el-slider__runway.disabled .el-slider__button.hover,
.el-slider__runway.disabled .el-slider__button:hover {
	transform: scale(1);
	cursor: not-allowed
}

.el-slider__input {
	float: right;
	margin-top: 3px;
	width: 130px
}

.el-slider__input.el-input-number--mini {
	margin-top: 5px
}

.el-slider__input.el-input-number--medium {
	margin-top: 0
}

.el-slider__input.el-input-number--large {
	margin-top: -2px
}

.el-slider__bar {
	height: 6px;
	background-color: #4c6eff;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	position: absolute
}

.el-slider__button-wrapper {
	height: 36px;
	width: 36px;
	position: absolute;
	z-index: 1001;
	top: -15px;
	transform: translateX(-50%);
	background-color: transparent;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: normal
}

.el-slider__button-wrapper:after {
	content: "";
	height: 100%
}

.el-slider__button-wrapper .el-tooltip,
.el-slider__button-wrapper:after {
	display: inline-block;
	vertical-align: middle
}

.el-slider__button-wrapper.hover,
.el-slider__button-wrapper:hover {
	cursor: -webkit-grab;
	cursor: grab
}

.el-slider__button-wrapper.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.el-slider__button {
	width: 16px;
	height: 16px;
	border: 2px solid #4c6eff;
	background-color: #fff;
	border-radius: 50%;
	transition: .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-slider__button.dragging,
.el-slider__button.hover,
.el-slider__button:hover {
	transform: scale(1.2)
}

.el-slider__button.hover,
.el-slider__button:hover {
	cursor: -webkit-grab;
	cursor: grab
}

.el-slider__button.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.el-slider__stop {
	position: absolute;
	height: 6px;
	width: 6px;
	border-radius: 100%;
	background-color: #fff;
	transform: translateX(-50%)
}

.el-slider__marks {
	top: 0;
	left: 12px;
	width: 18px;
	height: 100%
}

.el-slider__marks-text {
	position: absolute;
	transform: translateX(-50%);
	font-size: 14px;
	color: #909399;
	margin-top: 15px
}

.el-slider.is-vertical {
	position: relative
}

.el-slider.is-vertical .el-slider__runway {
	width: 6px;
	height: 100%;
	margin: 0 16px
}

.el-slider.is-vertical .el-slider__bar {
	width: 6px;
	height: auto;
	border-radius: 0 0 3px 3px
}

.el-slider.is-vertical .el-slider__button-wrapper {
	top: auto;
	left: -15px;
	transform: translateY(50%)
}

.el-slider.is-vertical .el-slider__stop {
	transform: translateY(50%)
}

.el-slider.is-vertical.el-slider--with-input {
	padding-bottom: 58px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input {
	overflow: visible;
	float: none;
	position: absolute;
	bottom: 22px;
	width: 36px;
	margin-top: 15px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
	top: 32px;
	margin-top: -1px;
	border: 1px solid #dcdfe6;
	line-height: 20px;
	box-sizing: border-box;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1)
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease {
	width: 18px;
	right: 18px;
	border-bottom-left-radius: 4px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
	width: 19px;
	border-bottom-right-radius: 4px
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase {
	border-color: #c0c4cc
}

.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase {
	border-color: #4c6eff
}

.el-slider.is-vertical .el-slider__marks-text {
	margin-top: 0;
	left: 15px;
	transform: translateY(50%)
}

.el-loading-parent--relative {
	position: relative !important
}

.el-loading-parent--hidden {
	overflow: hidden !important
}

.el-loading-mask {
	position: absolute;
	z-index: 2000;
	background-color: hsla(0, 0%, 100%, .9);
	margin: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity .3s
}

.el-loading-mask.is-fullscreen {
	position: fixed
}

.el-loading-mask.is-fullscreen .el-loading-spinner {
	margin-top: -25px
}

.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
	height: 50px;
	width: 50px
}

.el-loading-spinner {
	top: 50%;
	margin-top: -21px;
	width: 100%;
	text-align: center;
	position: absolute
}

.el-loading-spinner .el-loading-text {
	color: #4c6eff;
	margin: 3px 0;
	font-size: 14px
}

.el-loading-spinner .circular {
	height: 42px;
	width: 42px;
	-webkit-animation: loading-rotate 2s linear infinite;
	animation: loading-rotate 2s linear infinite
}

.el-loading-spinner .path {
	-webkit-animation: loading-dash 1.5s ease-in-out infinite;
	animation: loading-dash 1.5s ease-in-out infinite;
	stroke-dasharray: 90, 150;
	stroke-dashoffset: 0;
	stroke-width: 2;
	stroke: #4c6eff;
	stroke-linecap: round
}

.el-loading-spinner i {
	color: #4c6eff
}

.el-loading-fade-enter,
.el-loading-fade-leave-active {
	opacity: 0
}

@-webkit-keyframes loading-rotate {
	to {
		transform: rotate(1turn)
	}
}

@keyframes loading-rotate {
	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px
	}
}

@keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px
	}
}

.el-row {
	position: relative;
	box-sizing: border-box
}

.el-row:after,
.el-row:before {
	display: table;
	content: ""
}

.el-row:after {
	clear: both
}

.el-row--flex {
	display: flex
}

.el-row--flex:after,
.el-row--flex:before {
	display: none
}

.el-row--flex.is-justify-center {
	justify-content: center
}

.el-row--flex.is-justify-end {
	justify-content: flex-end
}

.el-row--flex.is-justify-space-between {
	justify-content: space-between
}

.el-row--flex.is-justify-space-around {
	justify-content: space-around
}

.el-row--flex.is-align-top {
	align-items: flex-start
}

.el-row--flex.is-align-middle {
	align-items: center
}

.el-row--flex.is-align-bottom {
	align-items: flex-end
}

[class*=el-col-] {
	float: left;
	box-sizing: border-box
}

.el-col-0 {
	display: none;
	width: 0
}

.el-col-offset-0 {
	margin-left: 0
}

.el-col-pull-0 {
	position: relative;
	right: 0
}

.el-col-push-0 {
	position: relative;
	left: 0
}

.el-col-1 {
	width: 4.16667%
}

.el-col-offset-1 {
	margin-left: 4.16667%
}

.el-col-pull-1 {
	position: relative;
	right: 4.16667%
}

.el-col-push-1 {
	position: relative;
	left: 4.16667%
}

.el-col-2 {
	width: 8.33333%
}

.el-col-offset-2 {
	margin-left: 8.33333%
}

.el-col-pull-2 {
	position: relative;
	right: 8.33333%
}

.el-col-push-2 {
	position: relative;
	left: 8.33333%
}

.el-col-3 {
	width: 12.5%
}

.el-col-offset-3 {
	margin-left: 12.5%
}

.el-col-pull-3 {
	position: relative;
	right: 12.5%
}

.el-col-push-3 {
	position: relative;
	left: 12.5%
}

.el-col-4 {
	width: 16.66667%
}

.el-col-offset-4 {
	margin-left: 16.66667%
}

.el-col-pull-4 {
	position: relative;
	right: 16.66667%
}

.el-col-push-4 {
	position: relative;
	left: 16.66667%
}

.el-col-5 {
	width: 20.83333%
}

.el-col-offset-5 {
	margin-left: 20.83333%
}

.el-col-pull-5 {
	position: relative;
	right: 20.83333%
}

.el-col-push-5 {
	position: relative;
	left: 20.83333%
}

.el-col-6 {
	width: 25%
}

.el-col-offset-6 {
	margin-left: 25%
}

.el-col-pull-6 {
	position: relative;
	right: 25%
}

.el-col-push-6 {
	position: relative;
	left: 25%
}

.el-col-7 {
	width: 29.16667%
}

.el-col-offset-7 {
	margin-left: 29.16667%
}

.el-col-pull-7 {
	position: relative;
	right: 29.16667%
}

.el-col-push-7 {
	position: relative;
	left: 29.16667%
}

.el-col-8 {
	width: 33.33333%
}

.el-col-offset-8 {
	margin-left: 33.33333%
}

.el-col-pull-8 {
	position: relative;
	right: 33.33333%
}

.el-col-push-8 {
	position: relative;
	left: 33.33333%
}

.el-col-9 {
	width: 37.5%
}

.el-col-offset-9 {
	margin-left: 37.5%
}

.el-col-pull-9 {
	position: relative;
	right: 37.5%
}

.el-col-push-9 {
	position: relative;
	left: 37.5%
}

.el-col-10 {
	width: 41.66667%
}

.el-col-offset-10 {
	margin-left: 41.66667%
}

.el-col-pull-10 {
	position: relative;
	right: 41.66667%
}

.el-col-push-10 {
	position: relative;
	left: 41.66667%
}

.el-col-11 {
	width: 45.83333%
}

.el-col-offset-11 {
	margin-left: 45.83333%
}

.el-col-pull-11 {
	position: relative;
	right: 45.83333%
}

.el-col-push-11 {
	position: relative;
	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 {
	position: relative;
	left: 50%
}

.el-col-13 {
	width: 54.16667%
}

.el-col-offset-13 {
	margin-left: 54.16667%
}

.el-col-pull-13 {
	position: relative;
	right: 54.16667%
}

.el-col-push-13 {
	position: relative;
	left: 54.16667%
}

.el-col-14 {
	width: 58.33333%
}

.el-col-offset-14 {
	margin-left: 58.33333%
}

.el-col-pull-14 {
	position: relative;
	right: 58.33333%
}

.el-col-push-14 {
	position: relative;
	left: 58.33333%
}

.el-col-15 {
	width: 62.5%
}

.el-col-offset-15 {
	margin-left: 62.5%
}

.el-col-pull-15 {
	position: relative;
	right: 62.5%
}

.el-col-push-15 {
	position: relative;
	left: 62.5%
}

.el-col-16 {
	width: 66.66667%
}

.el-col-offset-16 {
	margin-left: 66.66667%
}

.el-col-pull-16 {
	position: relative;
	right: 66.66667%
}

.el-col-push-16 {
	position: relative;
	left: 66.66667%
}

.el-col-17 {
	width: 70.83333%
}

.el-col-offset-17 {
	margin-left: 70.83333%
}

.el-col-pull-17 {
	position: relative;
	right: 70.83333%
}

.el-col-push-17 {
	position: relative;
	left: 70.83333%
}

.el-col-18 {
	width: 75%
}

.el-col-offset-18 {
	margin-left: 75%
}

.el-col-pull-18 {
	position: relative;
	right: 75%
}

.el-col-push-18 {
	position: relative;
	left: 75%
}

.el-col-19 {
	width: 79.16667%
}

.el-col-offset-19 {
	margin-left: 79.16667%
}

.el-col-pull-19 {
	position: relative;
	right: 79.16667%
}

.el-col-push-19 {
	position: relative;
	left: 79.16667%
}

.el-col-20 {
	width: 83.33333%
}

.el-col-offset-20 {
	margin-left: 83.33333%
}

.el-col-pull-20 {
	position: relative;
	right: 83.33333%
}

.el-col-push-20 {
	position: relative;
	left: 83.33333%
}

.el-col-21 {
	width: 87.5%
}

.el-col-offset-21 {
	margin-left: 87.5%
}

.el-col-pull-21 {
	position: relative;
	right: 87.5%
}

.el-col-push-21 {
	position: relative;
	left: 87.5%
}

.el-col-22 {
	width: 91.66667%
}

.el-col-offset-22 {
	margin-left: 91.66667%
}

.el-col-pull-22 {
	position: relative;
	right: 91.66667%
}

.el-col-push-22 {
	position: relative;
	left: 91.66667%
}

.el-col-23 {
	width: 95.83333%
}

.el-col-offset-23 {
	margin-left: 95.83333%
}

.el-col-pull-23 {
	position: relative;
	right: 95.83333%
}

.el-col-push-23 {
	position: relative;
	left: 95.83333%
}

.el-col-24 {
	width: 100%
}

.el-col-offset-24 {
	margin-left: 100%
}

.el-col-pull-24 {
	position: relative;
	right: 100%
}

.el-col-push-24 {
	position: relative;
	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
	}

	to {
		background-position: 32px 0
	}
}

.el-upload {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	outline: none
}

.el-upload__input {
	display: none
}

.el-upload__tip {
	font-size: 12px;
	color: #606266;
	margin-top: 7px
}

.el-upload iframe {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.el-upload--picture-card {
	background-color: #fbfdff;
	border: 1px dashed #c0ccda;
	border-radius: 6px;
	box-sizing: border-box;
	width: 148px;
	height: 148px;
	cursor: pointer;
	line-height: 146px;
	vertical-align: top
}

.el-upload--picture-card i {
	font-size: 28px;
	color: #8c939d
}

.el-upload--picture-card:hover,
.el-upload:focus {
	border-color: #4c6eff;
	color: #4c6eff
}

.el-upload:focus .el-upload-dragger {
	border-color: #4c6eff
}

.el-upload-dragger {
	background-color: #fff;
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	box-sizing: border-box;
	width: 360px;
	height: 180px;
	text-align: center;
	cursor: pointer;
	position: relative;
	overflow: hidden
}

.el-upload-dragger .el-icon-upload {
	font-size: 67px;
	color: #c0c4cc;
	margin: 40px 0 16px;
	line-height: 50px
}

.el-upload-dragger+.el-upload__tip {
	text-align: center
}

.el-upload-dragger~.el-upload__files {
	border-top: 1px solid #dcdfe6;
	margin-top: 7px;
	padding-top: 5px
}

.el-upload-dragger .el-upload__text {
	color: #606266;
	font-size: 14px;
	text-align: center
}

.el-upload-dragger .el-upload__text em {
	color: #4c6eff;
	font-style: normal
}

.el-upload-dragger:hover {
	border-color: #4c6eff
}

.el-upload-dragger.is-dragover {
	background-color: rgba(32, 159, 255, .06);
	border: 2px dashed #4c6eff
}

.el-upload-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.el-upload-list__item {
	transition: all .5s cubic-bezier(.55, 0, .1, 1);
	font-size: 14px;
	color: #606266;
	line-height: 1.8;
	margin-top: 5px;
	position: relative;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%
}

.el-upload-list__item .el-progress {
	position: absolute;
	top: 20px;
	width: 100%
}

.el-upload-list__item .el-progress__text {
	position: absolute;
	right: 0;
	top: -13px
}

.el-upload-list__item .el-progress-bar {
	margin-right: 0;
	padding-right: 0
}

.el-upload-list__item:first-child {
	margin-top: 10px
}

.el-upload-list__item .el-icon-upload-success {
	color: #67c23a
}

.el-upload-list__item .el-icon-close {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	opacity: .75;
	color: #606266
}

.el-upload-list__item .el-icon-close:hover {
	opacity: 1
}

.el-upload-list__item .el-icon-close-tip {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 12px;
	cursor: pointer;
	opacity: 1;
	color: #4c6eff
}

.el-upload-list__item:hover {
	background-color: #f5f7fa
}

.el-upload-list__item:hover .el-icon-close {
	display: inline-block
}

.el-upload-list__item:hover .el-progress__text {
	display: none
}

.el-upload-list__item.is-success .el-upload-list__item-status-label {
	display: block
}

.el-upload-list__item.is-success .el-upload-list__item-name:focus,
.el-upload-list__item.is-success .el-upload-list__item-name:hover {
	color: #4c6eff;
	cursor: pointer
}

.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
	display: inline-block
}

.el-upload-list__item.is-success:active,
.el-upload-list__item.is-success:not(.focusing):focus {
	outline-width: 0
}

.el-upload-list__item.is-success:active .el-icon-close-tip,
.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,
.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip {
	display: none
}

.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label {
	display: block
}

.el-upload-list__item-name {
	color: #606266;
	display: block;
	margin-right: 40px;
	overflow: hidden;
	padding-left: 4px;
	text-overflow: ellipsis;
	transition: color .3s;
	white-space: nowrap
}

.el-upload-list__item-name [class^=el-icon] {
	height: 100%;
	margin-right: 7px;
	color: #909399;
	line-height: inherit
}

.el-upload-list__item-status-label {
	position: absolute;
	right: 5px;
	top: 0;
	line-height: inherit;
	display: none
}

.el-upload-list__item-delete {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 12px;
	color: #606266;
	display: none
}

.el-upload-list__item-delete:hover {
	color: #4c6eff
}

.el-upload-list--picture-card {
	margin: 0;
	display: inline;
	vertical-align: top
}

.el-upload-list--picture-card .el-upload-list__item {
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #c0ccda;
	border-radius: 6px;
	box-sizing: border-box;
	width: 148px;
	height: 148px;
	margin: 0 8px 8px 0;
	display: inline-block
}

.el-upload-list--picture-card .el-upload-list__item .el-icon-check,
.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
	color: #fff
}

.el-upload-list--picture-card .el-upload-list__item .el-icon-close,
.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
	display: none
}

.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
	display: block
}

.el-upload-list--picture-card .el-upload-list__item-name {
	display: none
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail {
	width: 100%;
	height: 100%
}

.el-upload-list--picture-card .el-upload-list__item-status-label {
	position: absolute;
	right: -15px;
	top: -6px;
	width: 40px;
	height: 24px;
	background: #13ce66;
	text-align: center;
	transform: rotate(45deg);
	box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2)
}

.el-upload-list--picture-card .el-upload-list__item-status-label i {
	font-size: 12px;
	margin-top: 11px;
	transform: rotate(-45deg)
}

.el-upload-list--picture-card .el-upload-list__item-actions {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: default;
	text-align: center;
	color: #fff;
	opacity: 0;
	font-size: 20px;
	background-color: rgba(0, 0, 0, .5);
	transition: opacity .3s
}

.el-upload-list--picture-card .el-upload-list__item-actions:after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle
}

.el-upload-list--picture-card .el-upload-list__item-actions span {
	display: none;
	cursor: pointer
}

.el-upload-list--picture-card .el-upload-list__item-actions span+span {
	margin-left: 15px
}

.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
	position: static;
	font-size: inherit;
	color: inherit
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover {
	opacity: 1
}

.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
	display: inline-block
}

.el-upload-list--picture-card .el-progress {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: auto;
	width: 126px
}

.el-upload-list--picture-card .el-progress .el-progress__text {
	top: 50%
}

.el-upload-list--picture .el-upload-list__item {
	overflow: hidden;
	z-index: 0;
	background-color: #fff;
	border: 1px solid #c0ccda;
	border-radius: 6px;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 10px 10px 10px 90px;
	height: 92px
}

.el-upload-list--picture .el-upload-list__item .el-icon-check,
.el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
	color: #fff
}

.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
	background: transparent;
	box-shadow: none;
	top: -2px;
	right: -12px
}

.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
	display: block
}

.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name {
	line-height: 70px;
	margin-top: 0
}

.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
	display: none
}

.el-upload-list--picture .el-upload-list__item-thumbnail {
	vertical-align: middle;
	display: inline-block;
	width: 70px;
	height: 70px;
	float: left;
	position: relative;
	z-index: 1;
	margin-left: -80px;
	background-color: #fff
}

.el-upload-list--picture .el-upload-list__item-name {
	display: block;
	margin-top: 20px
}

.el-upload-list--picture .el-upload-list__item-name i {
	font-size: 70px;
	line-height: 1;
	position: absolute;
	left: 9px;
	top: 10px
}

.el-upload-list--picture .el-upload-list__item-status-label {
	position: absolute;
	right: -17px;
	top: -7px;
	width: 46px;
	height: 26px;
	background: #13ce66;
	text-align: center;
	transform: rotate(45deg);
	box-shadow: 0 1px 1px #ccc
}

.el-upload-list--picture .el-upload-list__item-status-label i {
	font-size: 12px;
	margin-top: 12px;
	transform: rotate(-45deg)
}

.el-upload-list--picture .el-progress {
	position: relative;
	top: -7px
}

.el-upload-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10;
	cursor: default
}

.el-upload-cover:after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle
}

.el-upload-cover img {
	display: block;
	width: 100%;
	height: 100%
}

.el-upload-cover__label {
	position: absolute;
	right: -15px;
	top: -6px;
	width: 40px;
	height: 24px;
	background: #13ce66;
	text-align: center;
	transform: rotate(45deg);
	box-shadow: 0 0 1pc 1px rgba(0, 0, 0, .2)
}

.el-upload-cover__label i {
	font-size: 12px;
	margin-top: 11px;
	transform: rotate(-45deg);
	color: #fff
}

.el-upload-cover__progress {
	display: inline-block;
	vertical-align: middle;
	position: static;
	width: 243px
}

.el-upload-cover__progress+.el-upload__inner {
	opacity: 0
}

.el-upload-cover__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.el-upload-cover__interact {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .72);
	text-align: center
}

.el-upload-cover__interact .btn {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
	transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
	margin-top: 60px
}

.el-upload-cover__interact .btn i {
	margin-top: 0
}

.el-upload-cover__interact .btn span {
	opacity: 0;
	transition: opacity .15s linear
}

.el-upload-cover__interact .btn:not(:first-child) {
	margin-left: 35px
}

.el-upload-cover__interact .btn:hover {
	transform: translateY(-13px)
}

.el-upload-cover__interact .btn:hover span {
	opacity: 1
}

.el-upload-cover__interact .btn i {
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: inherit;
	margin: 0 auto 5px
}

.el-upload-cover__title {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	height: 36px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	text-align: left;
	padding: 0 10px;
	margin: 0;
	line-height: 36px;
	font-size: 14px;
	color: #303133
}

.el-upload-cover+.el-upload__inner {
	opacity: 0;
	position: relative;
	z-index: 1
}

.el-progress {
	position: relative;
	line-height: 1
}

.el-progress__text {
	font-size: 14px;
	color: #606266;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 1
}

.el-progress__text i {
	vertical-align: middle;
	display: block
}

.el-progress--circle,
.el-progress--dashboard {
	display: inline-block
}

.el-progress--circle .el-progress__text,
.el-progress--dashboard .el-progress__text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	transform: translateY(-50%)
}

.el-progress--circle .el-progress__text i,
.el-progress--dashboard .el-progress__text i {
	vertical-align: middle;
	display: inline-block
}

.el-progress--without-text .el-progress__text {
	display: none
}

.el-progress--without-text .el-progress-bar {
	padding-right: 0;
	margin-right: 0;
	display: block
}

.el-progress--text-inside .el-progress-bar {
	padding-right: 0;
	margin-right: 0
}

.el-progress.is-success .el-progress-bar__inner {
	background-color: #67c23a
}

.el-progress.is-success .el-progress__text {
	color: #67c23a
}

.el-progress.is-warning .el-progress-bar__inner {
	background-color: #e6a23c
}

.el-progress.is-warning .el-progress__text {
	color: #e6a23c
}

.el-progress.is-exception .el-progress-bar__inner {
	background-color: #f56c6c
}

.el-progress.is-exception .el-progress__text {
	color: #f56c6c
}

.el-progress-bar {
	padding-right: 50px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-right: -55px;
	box-sizing: border-box
}

.el-progress-bar__outer {
	height: 6px;
	border-radius: 100px;
	background-color: #ebeef5;
	overflow: hidden;
	position: relative;
	vertical-align: middle
}

.el-progress-bar__inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #4c6eff;
	text-align: right;
	border-radius: 100px;
	line-height: 1;
	white-space: nowrap;
	transition: width .6s ease
}

.el-progress-bar__inner:after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle
}

.el-progress-bar__innerText {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	margin: 0 5px
}

@keyframes progress {
	0% {
		background-position: 0 0
	}

	to {
		background-position: 32px 0
	}
}

.el-time-spinner {
	width: 100%;
	white-space: nowrap
}

.el-spinner {
	display: inline-block;
	vertical-align: middle
}

.el-spinner-inner {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	width: 50px;
	height: 50px
}

.el-spinner-inner .path {
	stroke: #ececec;
	stroke-linecap: round;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite
}

@-webkit-keyframes rotate {
	to {
		transform: rotate(1turn)
	}
}

@keyframes rotate {
	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}

.el-message {
	min-width: 380px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	position: fixed;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	background-color: #edf2fc;
	transition: opacity .3s, transform .4s, top .4s;
	overflow: hidden;
	padding: 15px 15px 15px 20px;
	display: flex;
	align-items: center
}

.el-message.is-center {
	justify-content: center
}

.el-message.is-closable .el-message__content {
	padding-right: 16px
}

.el-message p {
	margin: 0
}

.el-message--info .el-message__content {
	color: #909399
}

.el-message--success {
	background-color: #f0f9eb;
	border-color: #e1f3d8
}

.el-message--success .el-message__content {
	color: #67c23a
}

.el-message--warning {
	background-color: #fdf6ec;
	border-color: #faecd8
}

.el-message--warning .el-message__content {
	color: #e6a23c
}

.el-message--error {
	background-color: #fef0f0;
	border-color: #fde2e2
}

.el-message--error .el-message__content {
	color: #f56c6c
}

.el-message__icon {
	margin-right: 10px
}

.el-message__content {
	padding: 0;
	font-size: 14px;
	line-height: 1
}

.el-message__content:focus {
	outline-width: 0
}

.el-message__closeBtn {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #c0c4cc;
	font-size: 16px
}

.el-message__closeBtn:focus {
	outline-width: 0
}

.el-message__closeBtn:hover {
	color: #909399
}

.el-message .el-icon-success {
	color: #67c23a
}

.el-message .el-icon-error {
	color: #f56c6c
}

.el-message .el-icon-info {
	color: #909399
}

.el-message .el-icon-warning {
	color: #e6a23c
}

.el-message-fade-enter,
.el-message-fade-leave-active {
	opacity: 0;
	transform: translate(-50%, -100%)
}

.el-badge {
	position: relative;
	vertical-align: middle;
	display: inline-block
}

.el-badge__content {
	background-color: #f56c6c;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #fff
}

.el-badge__content.is-fixed {
	position: absolute;
	top: 0;
	right: 10px;
	transform: translateY(-50%) translateX(100%)
}

.el-badge__content.is-fixed.is-dot {
	right: 5px
}

.el-badge__content.is-dot {
	height: 8px;
	width: 8px;
	padding: 0;
	right: 0;
	border-radius: 50%
}

.el-badge__content--primary {
	background-color: #4c6eff
}

.el-badge__content--success {
	background-color: #67c23a
}

.el-badge__content--warning {
	background-color: #e6a23c
}

.el-badge__content--info {
	background-color: #909399
}

.el-badge__content--danger {
	background-color: #f56c6c
}

.el-card {
	border-radius: 4px;
	border: 1px solid #ebeef5;
	background-color: #fff;
	overflow: hidden;
	color: #303133;
	transition: .3s
}

.el-card.is-always-shadow,
.el-card.is-hover-shadow:focus,
.el-card.is-hover-shadow:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.el-card__header {
	padding: 18px 20px;
	border-bottom: 1px solid #ebeef5;
	box-sizing: border-box
}

.el-card__body {
	padding: 20px
}

.el-rate {
	height: 20px;
	line-height: 1
}

.el-rate:active,
.el-rate:focus {
	outline-width: 0
}

.el-rate__item {
	font-size: 0;
	vertical-align: middle
}

.el-rate__icon,
.el-rate__item {
	display: inline-block;
	position: relative
}

.el-rate__icon {
	font-size: 18px;
	margin-right: 6px;
	color: #c0c4cc;
	transition: .3s
}

.el-rate__icon.hover {
	transform: scale(1.15)
}

.el-rate__decimal,
.el-rate__icon .path2 {
	position: absolute;
	left: 0;
	top: 0
}

.el-rate__decimal {
	display: inline-block;
	overflow: hidden
}

.el-rate__text {
	font-size: 14px;
	vertical-align: middle
}

.el-steps {
	display: flex
}

.el-steps--simple {
	padding: 13px 8%;
	border-radius: 4px;
	background: #f5f7fa
}

.el-steps--horizontal {
	white-space: nowrap
}

.el-steps--vertical {
	height: 100%;
	flex-flow: column
}

.el-step {
	position: relative;
	flex-shrink: 1
}

.el-step:last-of-type .el-step__line {
	display: none
}

.el-step:last-of-type.is-flex {
	flex-basis: auto !important;
	flex-shrink: 0;
	flex-grow: 0
}

.el-step:last-of-type .el-step__description,
.el-step:last-of-type .el-step__main {
	padding-right: 0
}

.el-step__head {
	position: relative;
	width: 100%
}

.el-step__head.is-process {
	color: #303133;
	border-color: #303133
}

.el-step__head.is-wait {
	color: #c0c4cc;
	border-color: #c0c4cc
}

.el-step__head.is-success {
	color: #67c23a;
	border-color: #67c23a
}

.el-step__head.is-error {
	color: #f56c6c;
	border-color: #f56c6c
}

.el-step__head.is-finish {
	color: #4c6eff;
	border-color: #4c6eff
}

.el-step__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	font-size: 14px;
	box-sizing: border-box;
	background: #fff;
	transition: .15s ease-out
}

.el-step__icon.is-text {
	border-radius: 50%;
	border: 2px solid;
	border-color: inherit
}

.el-step__icon.is-icon {
	width: 40px
}

.el-step__icon-inner {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	color: inherit
}

.el-step__icon-inner[class*=el-icon]:not(.is-status) {
	font-size: 25px;
	font-weight: 400
}

.el-step__icon-inner.is-status {
	transform: translateY(1px)
}

.el-step__line {
	position: absolute;
	border-color: inherit;
	background-color: #c0c4cc
}

.el-step__line-inner {
	display: block;
	border: 1px solid;
	border-color: inherit;
	transition: .15s ease-out;
	box-sizing: border-box;
	width: 0;
	height: 0
}

.el-step__main {
	white-space: normal;
	text-align: left
}

.el-step__title {
	font-size: 16px;
	line-height: 38px
}

.el-step__title.is-process {
	font-weight: 700;
	color: #303133
}

.el-step__title.is-wait {
	color: #c0c4cc
}

.el-step__title.is-success {
	color: #67c23a
}

.el-step__title.is-error {
	color: #f56c6c
}

.el-step__title.is-finish {
	color: #4c6eff
}

.el-step__description {
	padding-right: 10%;
	margin-top: -5px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400
}

.el-step__description.is-process {
	color: #303133
}

.el-step__description.is-wait {
	color: #c0c4cc
}

.el-step__description.is-success {
	color: #67c23a
}

.el-step__description.is-error {
	color: #f56c6c
}

.el-step__description.is-finish {
	color: #4c6eff
}

.el-step.is-horizontal {
	display: inline-block
}

.el-step.is-horizontal .el-step__line {
	height: 2px;
	top: 11px;
	left: 0;
	right: 0
}

.el-step.is-vertical {
	display: flex
}

.el-step.is-vertical .el-step__head {
	flex-grow: 0;
	width: 24px
}

.el-step.is-vertical .el-step__main {
	padding-left: 10px;
	flex-grow: 1
}

.el-step.is-vertical .el-step__title {
	line-height: 24px;
	padding-bottom: 8px
}

.el-step.is-vertical .el-step__line {
	width: 2px;
	top: 0;
	bottom: 0;
	left: 11px
}

.el-step.is-vertical .el-step__icon.is-icon {
	width: 24px
}

.el-step.is-center .el-step__head,
.el-step.is-center .el-step__main {
	text-align: center
}

.el-step.is-center .el-step__description {
	padding-left: 20%;
	padding-right: 20%
}

.el-step.is-center .el-step__line {
	left: 50%;
	right: -50%
}

.el-step.is-simple {
	display: flex;
	align-items: center
}

.el-step.is-simple .el-step__head {
	width: auto;
	font-size: 0;
	padding-right: 10px
}

.el-step.is-simple .el-step__icon {
	background: transparent;
	width: 16px;
	height: 16px;
	font-size: 12px
}

.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status) {
	font-size: 18px
}

.el-step.is-simple .el-step__icon-inner.is-status {
	transform: scale(.8) translateY(1px)
}

.el-step.is-simple .el-step__main {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-grow: 1
}

.el-step.is-simple .el-step__title {
	font-size: 16px;
	line-height: 20px
}

.el-step.is-simple:not(:last-of-type) .el-step__title {
	max-width: 50%;
	word-break: break-all
}

.el-step.is-simple .el-step__arrow {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center
}

.el-step.is-simple .el-step__arrow:after,
.el-step.is-simple .el-step__arrow:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 15px;
	width: 1px;
	background: #c0c4cc
}

.el-step.is-simple .el-step__arrow:before {
	transform: rotate(-45deg) translateY(-4px);
	transform-origin: 0 0
}

.el-step.is-simple .el-step__arrow:after {
	transform: rotate(45deg) translateY(4px);
	transform-origin: 100% 100%
}

.el-step.is-simple:last-of-type .el-step__arrow {
	display: none
}

.el-carousel {
	position: relative
}

.el-carousel--horizontal {
	overflow-x: hidden
}

.el-carousel--vertical {
	overflow-y: hidden
}

.el-carousel__container {
	position: relative;
	height: 300px
}

.el-carousel__arrow {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 36px;
	cursor: pointer;
	transition: .3s;
	border-radius: 50%;
	background-color: rgba(31, 45, 61, .11);
	color: #fff;
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	text-align: center;
	font-size: 12px
}

.el-carousel__arrow--left {
	left: 16px
}

.el-carousel__arrow--right {
	right: 16px
}

.el-carousel__arrow:hover {
	background-color: rgba(31, 45, 61, .23)
}

.el-carousel__arrow i {
	cursor: pointer
}

.el-carousel__indicators {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 2
}

.el-carousel__indicators--horizontal {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.el-carousel__indicators--vertical {
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.el-carousel__indicators--outside {
	bottom: 26px;
	text-align: center;
	position: static;
	transform: none
}

.el-carousel__indicators--outside .el-carousel__indicator:hover button {
	opacity: .64
}

.el-carousel__indicators--outside button {
	background-color: #c0c4cc;
	opacity: .24
}

.el-carousel__indicators--labels {
	left: 0;
	right: 0;
	transform: none;
	text-align: center
}

.el-carousel__indicators--labels .el-carousel__button {
	height: auto;
	width: auto;
	padding: 2px 18px;
	font-size: 12px
}

.el-carousel__indicators--labels .el-carousel__indicator {
	padding: 6px 4px
}

.el-carousel__indicator {
	background-color: transparent;
	cursor: pointer
}

.el-carousel__indicator:hover button {
	opacity: .72
}

.el-carousel__indicator--horizontal {
	display: inline-block;
	padding: 12px 4px
}

.el-carousel__indicator--vertical {
	padding: 4px 12px
}

.el-carousel__indicator--vertical .el-carousel__button {
	width: 2px;
	height: 15px
}

.el-carousel__indicator.is-active button {
	opacity: 1
}

.el-carousel__button {
	display: block;
	opacity: .48;
	width: 30px;
	height: 2px;
	background-color: #fff;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	transition: .3s
}

.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
	transform: translateY(-50%) translateX(-10px);
	opacity: 0
}

.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
	transform: translateY(-50%) translateX(10px);
	opacity: 0
}

.el-carousel__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	z-index: 0
}

.el-carousel__item.is-active {
	z-index: 2
}

.el-carousel__item--card,
.el-carousel__item.is-animating {
	transition: transform .4s ease-in-out
}

.el-carousel__item--card {
	width: 50%
}

.el-carousel__item--card.is-in-stage {
	cursor: pointer;
	z-index: 1
}

.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
	opacity: .12
}

.el-carousel__item--card.is-active {
	z-index: 2
}

.el-carousel__mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: .24;
	transition: .2s
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
	transition: opacity .2s linear
}

.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
	opacity: 0
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
	transition: opacity .2s linear
}

.el-fade-in-linear-enter,
.el-fade-in-linear-leave,
.el-fade-in-linear-leave-active {
	opacity: 0
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
	transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

.el-fade-in-enter,
.el-fade-in-leave-active {
	opacity: 0
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
	transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

.el-zoom-in-center-enter,
.el-zoom-in-center-leave-active {
	opacity: 0;
	transform: scaleX(0)
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
	opacity: 1;
	transform: scaleY(1);
	transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
	transform-origin: center top
}

.el-zoom-in-top-enter,
.el-zoom-in-top-leave-active {
	opacity: 0;
	transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
	opacity: 1;
	transform: scaleY(1);
	transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
	transform-origin: center bottom
}

.el-zoom-in-bottom-enter,
.el-zoom-in-bottom-leave-active {
	opacity: 0;
	transform: scaleY(0)
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
	opacity: 1;
	transform: scale(1);
	transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
	transform-origin: top left
}

.el-zoom-in-left-enter,
.el-zoom-in-left-leave-active {
	opacity: 0;
	transform: scale(.45)
}

.collapse-transition {
	transition: height .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out
}

.horizontal-collapse-transition {
	transition: width .3s ease-in-out, padding-left .3s ease-in-out, padding-right .3s ease-in-out
}

.el-list-enter-active,
.el-list-leave-active {
	transition: all 1s
}

.el-list-enter,
.el-list-leave-active {
	opacity: 0;
	transform: translateY(-30px)
}

.el-opacity-transition {
	transition: opacity .3s cubic-bezier(.55, 0, .1, 1)
}

.el-collapse {
	border-top: 1px solid #ebeef5;
	border-bottom: 1px solid #ebeef5
}

.el-collapse-item.is-disabled .el-collapse-item__header {
	color: #bbb;
	cursor: not-allowed
}

.el-collapse-item__header {
	display: flex;
	align-items: center;
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	color: #303133;
	cursor: pointer;
	border-bottom: 1px solid #ebeef5;
	font-size: 13px;
	font-weight: 500;
	transition: border-bottom-color .3s;
	outline: none
}

.el-collapse-item__arrow {
	margin: 0 8px 0 auto;
	transition: transform .3s;
	font-weight: 300
}

.el-collapse-item__arrow.is-active {
	transform: rotate(90deg)
}

.el-collapse-item__header.focusing:focus:not(:hover) {
	color: #4c6eff
}

.el-collapse-item__header.is-active {
	border-bottom-color: transparent
}

.el-collapse-item__wrap {
	will-change: height;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #ebeef5
}

.el-collapse-item__content {
	padding-bottom: 25px;
	font-size: 13px;
	color: #303133;
	line-height: 1.769230769230769
}

.el-collapse-item:last-child {
	margin-bottom: -1px
}

.el-popper .popper__arrow,
.el-popper .popper__arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.el-popper .popper__arrow {
	border-width: 6px;
	filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03))
}

.el-popper .popper__arrow:after {
	content: " ";
	border-width: 6px
}

.el-popper[x-placement^=top] {
	margin-bottom: 12px
}

.el-popper[x-placement^=top] .popper__arrow {
	bottom: -6px;
	left: 50%;
	margin-right: 3px;
	border-top-color: #ebeef5;
	border-bottom-width: 0
}

.el-popper[x-placement^=top] .popper__arrow:after {
	bottom: 1px;
	margin-left: -6px;
	border-top-color: #fff;
	border-bottom-width: 0
}

.el-popper[x-placement^=bottom] {
	margin-top: 12px
}

.el-popper[x-placement^=bottom] .popper__arrow {
	top: -6px;
	left: 50%;
	margin-right: 3px;
	border-top-width: 0;
	border-bottom-color: #ebeef5
}

.el-popper[x-placement^=bottom] .popper__arrow:after {
	top: 1px;
	margin-left: -6px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.el-popper[x-placement^=right] {
	margin-left: 12px
}

.el-popper[x-placement^=right] .popper__arrow {
	top: 50%;
	left: -6px;
	margin-bottom: 3px;
	border-right-color: #ebeef5;
	border-left-width: 0
}

.el-popper[x-placement^=right] .popper__arrow:after {
	bottom: -6px;
	left: 1px;
	border-right-color: #fff;
	border-left-width: 0
}

.el-popper[x-placement^=left] {
	margin-right: 12px
}

.el-popper[x-placement^=left] .popper__arrow {
	top: 50%;
	right: -6px;
	margin-bottom: 3px;
	border-right-width: 0;
	border-left-color: #ebeef5
}

.el-popper[x-placement^=left] .popper__arrow:after {
	right: 1px;
	bottom: -6px;
	margin-left: -6px;
	border-right-width: 0;
	border-left-color: #fff
}

.el-tag {
	background-color: #edf1ff;
	display: inline-block;
	height: 32px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 12px;
	color: #4c6eff;
	border: 1px solid #dbe2ff;
	border-radius: 4px;
	box-sizing: border-box;
	white-space: nowrap
}

.el-tag.is-hit {
	border-color: #4c6eff
}

.el-tag .el-tag__close {
	color: #4c6eff
}

.el-tag .el-tag__close:hover {
	color: #fff;
	background-color: #4c6eff
}

.el-tag.el-tag--info {
	background-color: #f4f4f5;
	border-color: #e9e9eb;
	color: #909399
}

.el-tag.el-tag--info.is-hit {
	border-color: #909399
}

.el-tag.el-tag--info .el-tag__close {
	color: #909399
}

.el-tag.el-tag--info .el-tag__close:hover {
	color: #fff;
	background-color: #909399
}

.el-tag.el-tag--success {
	background-color: #f0f9eb;
	border-color: #e1f3d8;
	color: #67c23a
}

.el-tag.el-tag--success.is-hit {
	border-color: #67c23a
}

.el-tag.el-tag--success .el-tag__close {
	color: #67c23a
}

.el-tag.el-tag--success .el-tag__close:hover {
	color: #fff;
	background-color: #67c23a
}

.el-tag.el-tag--warning {
	background-color: #fdf6ec;
	border-color: #faecd8;
	color: #e6a23c
}

.el-tag.el-tag--warning.is-hit {
	border-color: #e6a23c
}

.el-tag.el-tag--warning .el-tag__close {
	color: #e6a23c
}

.el-tag.el-tag--warning .el-tag__close:hover {
	color: #fff;
	background-color: #e6a23c
}

.el-tag.el-tag--danger {
	background-color: #fef0f0;
	border-color: #fde2e2;
	color: #f56c6c
}

.el-tag.el-tag--danger.is-hit {
	border-color: #f56c6c
}

.el-tag.el-tag--danger .el-tag__close {
	color: #f56c6c
}

.el-tag.el-tag--danger .el-tag__close:hover {
	color: #fff;
	background-color: #f56c6c
}

.el-tag .el-icon-close {
	border-radius: 50%;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	vertical-align: middle;
	top: -1px;
	right: -5px
}

.el-tag .el-icon-close:before {
	display: block
}

.el-tag--dark {
	background-color: #4c6eff;
	color: #fff
}

.el-tag--dark,
.el-tag--dark.is-hit {
	border-color: #4c6eff
}

.el-tag--dark .el-tag__close {
	color: #fff
}

.el-tag--dark .el-tag__close:hover {
	color: #fff;
	background-color: #708bff
}

.el-tag--dark.el-tag--info {
	background-color: #909399;
	border-color: #909399;
	color: #fff
}

.el-tag--dark.el-tag--info.is-hit {
	border-color: #909399
}

.el-tag--dark.el-tag--info .el-tag__close {
	color: #fff
}

.el-tag--dark.el-tag--info .el-tag__close:hover {
	color: #fff;
	background-color: #a6a9ad
}

.el-tag--dark.el-tag--success {
	background-color: #67c23a;
	border-color: #67c23a;
	color: #fff
}

.el-tag--dark.el-tag--success.is-hit {
	border-color: #67c23a
}

.el-tag--dark.el-tag--success .el-tag__close {
	color: #fff
}

.el-tag--dark.el-tag--success .el-tag__close:hover {
	color: #fff;
	background-color: #85ce61
}

.el-tag--dark.el-tag--warning {
	background-color: #e6a23c;
	border-color: #e6a23c;
	color: #fff
}

.el-tag--dark.el-tag--warning.is-hit {
	border-color: #e6a23c
}

.el-tag--dark.el-tag--warning .el-tag__close {
	color: #fff
}

.el-tag--dark.el-tag--warning .el-tag__close:hover {
	color: #fff;
	background-color: #ebb563
}

.el-tag--dark.el-tag--danger {
	background-color: #f56c6c;
	border-color: #f56c6c;
	color: #fff
}

.el-tag--dark.el-tag--danger.is-hit {
	border-color: #f56c6c
}

.el-tag--dark.el-tag--danger .el-tag__close {
	color: #fff
}

.el-tag--dark.el-tag--danger .el-tag__close:hover {
	color: #fff;
	background-color: #f78989
}

.el-tag--plain {
	background-color: #fff;
	border-color: #b7c5ff;
	color: #4c6eff
}

.el-tag--plain.is-hit {
	border-color: #4c6eff
}

.el-tag--plain .el-tag__close {
	color: #4c6eff
}

.el-tag--plain .el-tag__close:hover {
	color: #fff;
	background-color: #4c6eff
}

.el-tag--plain.el-tag--info {
	background-color: #fff;
	border-color: #d3d4d6;
	color: #909399
}

.el-tag--plain.el-tag--info.is-hit {
	border-color: #909399
}

.el-tag--plain.el-tag--info .el-tag__close {
	color: #909399
}

.el-tag--plain.el-tag--info .el-tag__close:hover {
	color: #fff;
	background-color: #909399
}

.el-tag--plain.el-tag--success {
	background-color: #fff;
	border-color: #c2e7b0;
	color: #67c23a
}

.el-tag--plain.el-tag--success.is-hit {
	border-color: #67c23a
}

.el-tag--plain.el-tag--success .el-tag__close {
	color: #67c23a
}

.el-tag--plain.el-tag--success .el-tag__close:hover {
	color: #fff;
	background-color: #67c23a
}

.el-tag--plain.el-tag--warning {
	background-color: #fff;
	border-color: #f5dab1;
	color: #e6a23c
}

.el-tag--plain.el-tag--warning.is-hit {
	border-color: #e6a23c
}

.el-tag--plain.el-tag--warning .el-tag__close {
	color: #e6a23c
}

.el-tag--plain.el-tag--warning .el-tag__close:hover {
	color: #fff;
	background-color: #e6a23c
}

.el-tag--plain.el-tag--danger {
	background-color: #fff;
	border-color: #fbc4c4;
	color: #f56c6c
}

.el-tag--plain.el-tag--danger.is-hit {
	border-color: #f56c6c
}

.el-tag--plain.el-tag--danger .el-tag__close {
	color: #f56c6c
}

.el-tag--plain.el-tag--danger .el-tag__close:hover {
	color: #fff;
	background-color: #f56c6c
}

.el-tag--medium {
	height: 28px;
	line-height: 26px
}

.el-tag--medium .el-icon-close {
	transform: scale(.8)
}

.el-tag--small {
	height: 24px;
	padding: 0 8px;
	line-height: 22px
}

.el-tag--small .el-icon-close {
	transform: scale(.8)
}

.el-tag--mini {
	height: 20px;
	padding: 0 5px;
	line-height: 19px
}

.el-tag--mini .el-icon-close {
	margin-left: -3px;
	transform: scale(.7)
}

.el-cascader {
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 40px
}

.el-cascader:not(.is-disabled):hover .el-input__inner {
	cursor: pointer;
	border-color: #c0c4cc
}

.el-cascader .el-input {
	cursor: pointer
}

.el-cascader .el-input .el-input__inner {
	text-overflow: ellipsis
}

.el-cascader .el-input .el-input__inner:focus {
	border-color: #4c6eff
}

.el-cascader .el-input .el-icon-arrow-down {
	transition: transform .3s;
	font-size: 14px
}

.el-cascader .el-input .el-icon-arrow-down.is-reverse {
	transform: rotate(180deg)
}

.el-cascader .el-input .el-icon-circle-close:hover {
	color: #909399
}

.el-cascader .el-input.is-focus .el-input__inner {
	border-color: #4c6eff
}

.el-cascader--medium {
	font-size: 14px;
	line-height: 36px
}

.el-cascader--small {
	font-size: 13px;
	line-height: 32px
}

.el-cascader--mini {
	font-size: 12px;
	line-height: 28px
}

.el-cascader.is-disabled .el-cascader__label {
	z-index: 2;
	color: #c0c4cc
}

.el-cascader__dropdown {
	margin: 5px 0;
	font-size: 14px;
	background: #fff;
	border: 1px solid #e4e7ed;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.el-cascader__tags {
	position: absolute;
	left: 0;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-wrap: wrap;
	line-height: normal;
	text-align: left;
	box-sizing: border-box
}

.el-cascader__tags .el-tag {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin: 2px 0 2px 6px;
	text-overflow: ellipsis;
	background: #f0f2f5
}

.el-cascader__tags .el-tag:not(.is-hit) {
	border-color: transparent
}

.el-cascader__tags .el-tag>span {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis
}

.el-cascader__tags .el-tag .el-icon-close {
	flex: none;
	background-color: #c0c4cc;
	color: #fff
}

.el-cascader__tags .el-tag .el-icon-close:hover {
	background-color: #909399
}

.el-cascader__suggestion-panel {
	border-radius: 4px
}

.el-cascader__suggestion-list {
	max-height: 204px;
	margin: 0;
	padding: 6px 0;
	font-size: 14px;
	color: #606266;
	text-align: center
}

.el-cascader__suggestion-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 34px;
	padding: 0 15px;
	text-align: left;
	outline: none;
	cursor: pointer
}

.el-cascader__suggestion-item:focus,
.el-cascader__suggestion-item:hover {
	background: #f5f7fa
}

.el-cascader__suggestion-item.is-checked {
	color: #4c6eff;
	font-weight: 700
}

.el-cascader__suggestion-item>span {
	margin-right: 10px
}

.el-cascader__empty-text {
	margin: 10px 0;
	color: #c0c4cc
}

.el-cascader__search-input {
	flex: 1;
	height: 24px;
	min-width: 60px;
	margin: 2px 0 2px 15px;
	padding: 0;
	color: #606266;
	border: none;
	outline: none;
	box-sizing: border-box
}

.el-cascader__search-input::-moz-placeholder {
	color: #c0c4cc
}

.el-cascader__search-input:-ms-input-placeholder {
	color: #c0c4cc
}

.el-cascader__search-input::placeholder {
	color: #c0c4cc
}

.el-color-predefine {
	display: flex;
	font-size: 12px;
	margin-top: 8px;
	width: 280px
}

.el-color-predefine__colors {
	display: flex;
	flex: 1;
	flex-wrap: wrap
}

.el-color-predefine__color-selector {
	margin: 0 0 8px 8px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	cursor: pointer
}

.el-color-predefine__color-selector:nth-child(10n+1) {
	margin-left: 0
}

.el-color-predefine__color-selector.selected {
	box-shadow: 0 0 3px 2px #4c6eff
}

.el-color-predefine__color-selector>div {
	display: flex;
	height: 100%;
	border-radius: 3px
}

.el-color-predefine__color-selector.is-alpha {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.el-color-hue-slider {
	position: relative;
	box-sizing: border-box;
	width: 280px;
	height: 12px;
	background-color: red;
	padding: 0 2px
}

.el-color-hue-slider__bar {
	position: relative;
	background: linear-gradient(90deg, red, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red);
	height: 100%
}

.el-color-hue-slider__thumb {
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 1px;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 2px rgba(0, 0, 0, .6);
	z-index: 1
}

.el-color-hue-slider.is-vertical {
	width: 12px;
	height: 180px;
	padding: 2px 0
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
	background: linear-gradient(180deg, red, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red)
}

.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
	left: 0;
	top: 0;
	width: 100%;
	height: 4px
}

.el-color-svpanel {
	position: relative;
	width: 280px;
	height: 180px
}

.el-color-svpanel__black,
.el-color-svpanel__white {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.el-color-svpanel__white {
	background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0))
}

.el-color-svpanel__black {
	background: linear-gradient(0deg, #000, transparent)
}

.el-color-svpanel__cursor {
	position: absolute
}

.el-color-svpanel__cursor>div {
	cursor: head;
	width: 4px;
	height: 4px;
	box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4);
	border-radius: 50%;
	transform: translate(-2px, -2px)
}

.el-color-alpha-slider {
	position: relative;
	box-sizing: border-box;
	width: 280px;
	height: 12px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.el-color-alpha-slider__bar {
	position: relative;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
	height: 100%
}

.el-color-alpha-slider__thumb {
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	border-radius: 1px;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 2px rgba(0, 0, 0, .6);
	z-index: 1
}

.el-color-alpha-slider.is-vertical {
	width: 20px;
	height: 180px
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}

.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
	left: 0;
	top: 0;
	width: 100%;
	height: 4px
}

.el-color-dropdown {
	width: 300px
}

.el-color-dropdown__main-wrapper {
	margin-bottom: 6px
}

.el-color-dropdown__main-wrapper:after {
	content: "";
	display: table;
	clear: both
}

.el-color-dropdown__btns {
	margin-top: 6px;
	text-align: right
}

.el-color-dropdown__value {
	float: left;
	line-height: 26px;
	font-size: 12px;
	color: #000;
	width: 160px
}

.el-color-dropdown__btn {
	border: 1px solid #dcdcdc;
	color: #333;
	line-height: 24px;
	border-radius: 2px;
	padding: 0 20px;
	cursor: pointer;
	background-color: transparent;
	outline: none;
	font-size: 12px
}

.el-color-dropdown__btn[disabled] {
	color: #ccc;
	cursor: not-allowed
}

.el-color-dropdown__btn:hover {
	color: #4c6eff;
	border-color: #4c6eff
}

.el-color-dropdown__link-btn {
	cursor: pointer;
	color: #4c6eff;
	text-decoration: none;
	padding: 15px;
	font-size: 12px
}

.el-color-dropdown__link-btn:hover {
	color: tint(#4c6eff, 20%)
}

.el-color-picker {
	display: inline-block;
	position: relative;
	line-height: normal;
	height: 40px
}

.el-color-picker.is-disabled .el-color-picker__trigger {
	cursor: not-allowed
}

.el-color-picker--medium {
	height: 36px
}

.el-color-picker--medium .el-color-picker__trigger {
	height: 36px;
	width: 36px
}

.el-color-picker--medium .el-color-picker__mask {
	height: 34px;
	width: 34px
}

.el-color-picker--small {
	height: 32px
}

.el-color-picker--small .el-color-picker__trigger {
	height: 32px;
	width: 32px
}

.el-color-picker--small .el-color-picker__mask {
	height: 30px;
	width: 30px
}

.el-color-picker--small .el-color-picker__empty,
.el-color-picker--small .el-color-picker__icon {
	transform: translate3d(-50%, -50%, 0) scale(.8)
}

.el-color-picker--mini {
	height: 28px
}

.el-color-picker--mini .el-color-picker__trigger {
	height: 28px;
	width: 28px
}

.el-color-picker--mini .el-color-picker__mask {
	height: 26px;
	width: 26px
}

.el-color-picker--mini .el-color-picker__empty,
.el-color-picker--mini .el-color-picker__icon {
	transform: translate3d(-50%, -50%, 0) scale(.8)
}

.el-color-picker__mask {
	height: 38px;
	width: 38px;
	border-radius: 4px;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;
	cursor: not-allowed;
	background-color: hsla(0, 0%, 100%, .7)
}

.el-color-picker__trigger {
	display: inline-block;
	box-sizing: border-box;
	height: 40px;
	width: 40px;
	padding: 4px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	font-size: 0;
	position: relative;
	cursor: pointer
}

.el-color-picker__color {
	position: relative;
	display: block;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 2px;
	width: 100%;
	height: 100%;
	text-align: center
}

.el-color-picker__color.is-alpha {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.el-color-picker__color-inner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.el-color-picker__empty {
	color: #999
}

.el-color-picker__empty,
.el-color-picker__icon {
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}

.el-color-picker__icon {
	display: inline-block;
	width: 100%;
	color: #fff;
	text-align: center
}

.el-color-picker__panel {
	position: absolute;
	z-index: 10;
	padding: 6px;
	box-sizing: content-box;
	background-color: #fff;
	border: 1px solid #ebeef5;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.el-textarea {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
	font-size: 14px
}

.el-textarea__inner {
	display: block;
	resize: vertical;
	padding: 5px 15px;
	line-height: 1.5;
	box-sizing: border-box;
	width: 100%;
	font-size: inherit;
	color: #606266;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1)
}

.el-textarea__inner::-moz-placeholder {
	color: #c0c4cc
}

.el-textarea__inner:-ms-input-placeholder {
	color: #c0c4cc
}

.el-textarea__inner::placeholder {
	color: #c0c4cc
}

.el-textarea__inner:hover {
	border-color: #c0c4cc
}

.el-textarea__inner:focus {
	outline: none;
	border-color: #4c6eff
}

.el-textarea .el-input__count {
	color: #909399;
	background: #fff;
	position: absolute;
	font-size: 12px;
	bottom: 5px;
	right: 10px
}

.el-textarea.is-disabled .el-textarea__inner {
	background-color: #f5f7fa;
	border-color: #e4e7ed;
	color: #c0c4cc;
	cursor: not-allowed
}

.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
	color: #c0c4cc
}

.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
	color: #c0c4cc
}

.el-textarea.is-disabled .el-textarea__inner::placeholder {
	color: #c0c4cc
}

.el-textarea.is-exceed .el-textarea__inner {
	border-color: #f56c6c
}

.el-textarea.is-exceed .el-input__count {
	color: #f56c6c
}

.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,
.el-input::-webkit-scrollbar-track {
	background: #fff
}

.el-input::-webkit-scrollbar-track-piece {
	background: #fff;
	width: 6px
}

.el-input .el-input__clear {
	color: #c0c4cc;
	font-size: 14px;
	cursor: pointer;
	transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

.el-input .el-input__clear:hover {
	color: #909399
}

.el-input .el-input__count {
	height: 100%;
	display: inline-flex;
	align-items: center;
	color: #909399;
	font-size: 12px
}

.el-input .el-input__count .el-input__count-inner {
	background: #fff;
	line-height: normal;
	display: inline-block;
	padding: 0 5px
}

.el-input__inner {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 100%
}

.el-input__inner::-ms-reveal {
	display: none
}

.el-input__inner::-moz-placeholder {
	color: #c0c4cc
}

.el-input__inner:-ms-input-placeholder {
	color: #c0c4cc
}

.el-input__inner::placeholder {
	color: #c0c4cc
}

.el-input__inner:hover {
	border-color: #c0c4cc
}

.el-input__inner:focus {
	outline: none;
	border-color: #4c6eff
}

.el-input__suffix {
	position: absolute;
	height: 100%;
	right: 5px;
	top: 0;
	text-align: center;
	color: #c0c4cc;
	transition: all .3s;
	pointer-events: none
}

.el-input__suffix-inner {
	pointer-events: all
}

.el-input__prefix {
	position: absolute;
	left: 5px;
	top: 0;
	color: #c0c4cc
}

.el-input__icon,
.el-input__prefix {
	height: 100%;
	text-align: center;
	transition: all .3s
}

.el-input__icon {
	width: 25px;
	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-active .el-input__inner {
	outline: none;
	border-color: #4c6eff
}

.el-input.is-disabled .el-input__inner {
	background-color: #f5f7fa;
	border-color: #e4e7ed;
	color: #c0c4cc;
	cursor: not-allowed
}

.el-input.is-disabled .el-input__inner::-moz-placeholder {
	color: #c0c4cc
}

.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
	color: #c0c4cc
}

.el-input.is-disabled .el-input__inner::placeholder {
	color: #c0c4cc
}

.el-input.is-disabled .el-input__icon {
	cursor: not-allowed
}

.el-input.is-exceed .el-input__inner {
	border-color: #f56c6c
}

.el-input.is-exceed .el-input__suffix .el-input__count {
	color: #f56c6c
}

.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;
	line-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;
	line-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;
	line-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;
	border-spacing: 0
}

.el-input-group>.el-input__inner {
	vertical-align: middle;
	display: table-cell
}

.el-input-group__append,
.el-input-group__prepend {
	background-color: #f5f7fa;
	color: #909399;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	padding: 0 20px;
	width: 1px;
	white-space: nowrap
}

.el-input-group__append:focus,
.el-input-group__prepend:focus {
	outline: none
}

.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: -10px -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__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
	font-size: inherit
}

.el-input-group__prepend {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.el-input-group__append {
	border-left: 0
}

.el-input-group--prepend .el-input__inner,
.el-input-group__append {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
	border-color: transparent
}

.el-input-group--append .el-input__inner {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
	border-color: transparent
}

.el-input__inner::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

.el-transfer {
	font-size: 14px
}

.el-transfer__buttons {
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px
}

.el-transfer__button {
	display: block;
	margin: 0 auto;
	padding: 10px;
	border-radius: 50%;
	color: #fff;
	background-color: #4c6eff;
	font-size: 0
}

.el-transfer__button.is-with-texts {
	border-radius: 4px
}

.el-transfer__button.is-disabled,
.el-transfer__button.is-disabled:hover {
	border: 1px solid #dcdfe6;
	background-color: #f5f7fa;
	color: #c0c4cc
}

.el-transfer__button:first-child {
	margin-bottom: 10px
}

.el-transfer__button:nth-child(2) {
	margin: 0
}

.el-transfer__button i,
.el-transfer__button span {
	font-size: 14px
}

.el-transfer__button [class*=el-icon-]+span {
	margin-left: 0
}

.el-transfer-panel {
	border: 1px solid #ebeef5;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	max-height: 100%;
	box-sizing: border-box;
	position: relative
}

.el-transfer-panel__body {
	height: 246px
}

.el-transfer-panel__body.is-with-footer {
	padding-bottom: 40px
}

.el-transfer-panel__list {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	height: 246px;
	overflow: auto;
	box-sizing: border-box
}

.el-transfer-panel__list.is-filterable {
	height: 194px;
	padding-top: 0
}

.el-transfer-panel__item {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	display: block !important
}

.el-transfer-panel__item+.el-transfer-panel__item {
	margin-left: 0
}

.el-transfer-panel__item.el-checkbox {
	color: #606266
}

.el-transfer-panel__item:hover {
	color: #4c6eff
}

.el-transfer-panel__item.el-checkbox .el-checkbox__label {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	box-sizing: border-box;
	padding-left: 24px;
	line-height: 30px
}

.el-transfer-panel__item .el-checkbox__input {
	position: absolute;
	top: 8px
}

.el-transfer-panel__filter {
	text-align: center;
	margin: 15px;
	box-sizing: border-box;
	display: block;
	width: auto
}

.el-transfer-panel__filter .el-input__inner {
	height: 32px;
	width: 100%;
	font-size: 12px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 16px;
	padding-right: 10px;
	padding-left: 30px
}

.el-transfer-panel__filter .el-input__icon {
	margin-left: 5px
}

.el-transfer-panel__filter .el-icon-circle-close {
	cursor: pointer
}

.el-transfer-panel .el-transfer-panel__header {
	height: 40px;
	line-height: 40px;
	background: #f5f7fa;
	margin: 0;
	padding-left: 15px;
	border-bottom: 1px solid #ebeef5;
	box-sizing: border-box;
	color: #000
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox {
	display: block;
	line-height: 40px
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
	font-size: 16px;
	color: #303133;
	font-weight: 400
}

.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
	position: absolute;
	right: 15px;
	color: #909399;
	font-size: 12px;
	font-weight: 400
}

.el-transfer-panel .el-transfer-panel__footer {
	height: 40px;
	background: #fff;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ebeef5;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1
}

.el-transfer-panel .el-transfer-panel__footer:after {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle
}

.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
	padding-left: 20px;
	color: #606266
}

.el-transfer-panel .el-transfer-panel__empty {
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding: 6px 15px 0;
	color: #909399;
	text-align: center
}

.el-transfer-panel .el-checkbox__label {
	padding-left: 8px
}

.el-transfer-panel .el-checkbox__inner {
	height: 14px;
	width: 14px;
	border-radius: 3px
}

.el-transfer-panel .el-checkbox__inner:after {
	height: 6px;
	width: 3px;
	left: 4px
}

.el-container {
	display: flex;
	flex-direction: row;
	flex: 1;
	flex-basis: auto;
	box-sizing: border-box;
	min-width: 0
}

.el-container.is-vertical {
	flex-direction: column
}

.el-header {
	padding: 0 20px
}

.el-aside,
.el-header {
	box-sizing: border-box;
	flex-shrink: 0
}

.el-aside,
.el-main {
	overflow: auto
}

.el-main {
	display: block;
	flex: 1;
	flex-basis: auto;
	padding: 20px
}

.el-footer,
.el-main {
	box-sizing: border-box
}

.el-footer {
	padding: 0 20px;
	flex-shrink: 0
}

.el-timeline {
	margin: 0;
	font-size: 14px;
	list-style: none
}

.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
	display: none
}

.el-timeline-item {
	position: relative;
	padding-bottom: 20px
}

.el-timeline-item__wrapper {
	position: relative;
	padding-left: 28px;
	top: -3px
}

.el-timeline-item__tail {
	position: absolute;
	left: 4px;
	height: 100%;
	border-left: 2px solid #e4e7ed
}

.el-timeline-item__icon {
	color: #fff;
	font-size: 13px
}

.el-timeline-item__node {
	position: absolute;
	background-color: #e4e7ed;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center
}

.el-timeline-item__node--normal {
	left: -1px;
	width: 12px;
	height: 12px
}

.el-timeline-item__node--large {
	left: -2px;
	width: 14px;
	height: 14px
}

.el-timeline-item__node--primary {
	background-color: #4c6eff
}

.el-timeline-item__node--success {
	background-color: #67c23a
}

.el-timeline-item__node--warning {
	background-color: #e6a23c
}

.el-timeline-item__node--danger {
	background-color: #f56c6c
}

.el-timeline-item__node--info {
	background-color: #909399
}

.el-timeline-item__dot {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center
}

.el-timeline-item__content {
	color: #303133
}

.el-timeline-item__timestamp {
	color: #909399;
	line-height: 1;
	font-size: 13px
}

.el-timeline-item__timestamp.is-top {
	margin-bottom: 8px;
	padding-top: 4px
}

.el-timeline-item__timestamp.is-bottom {
	margin-top: 8px
}

.el-link {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	position: relative;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	font-size: 14px;
	font-weight: 500
}

.el-link.is-underline:hover:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	bottom: 0;
	border-bottom: 1px solid #4c6eff
}

.el-link.is-disabled {
	cursor: not-allowed
}

.el-link [class*=el-icon-]+span {
	margin-left: 5px
}

.el-link.el-link--default {
	color: #606266
}

.el-link.el-link--default:hover {
	color: #4c6eff
}

.el-link.el-link--default:after {
	border-color: #4c6eff
}

.el-link.el-link--default.is-disabled {
	color: #c0c4cc
}

.el-link.el-link--primary {
	color: #4c6eff
}

.el-link.el-link--primary:hover {
	color: #708bff
}

.el-link.el-link--primary:after {
	border-color: #4c6eff
}

.el-link.el-link--primary.is-disabled {
	color: #a6b7ff
}

.el-link.el-link--primary.is-underline:hover:after {
	border-color: #4c6eff
}

.el-link.el-link--danger {
	color: #f56c6c
}

.el-link.el-link--danger:hover {
	color: #f78989
}

.el-link.el-link--danger:after {
	border-color: #f56c6c
}

.el-link.el-link--danger.is-disabled {
	color: #fab6b6
}

.el-link.el-link--danger.is-underline:hover:after {
	border-color: #f56c6c
}

.el-link.el-link--success {
	color: #67c23a
}

.el-link.el-link--success:hover {
	color: #85ce61
}

.el-link.el-link--success:after {
	border-color: #67c23a
}

.el-link.el-link--success.is-disabled {
	color: #b3e19d
}

.el-link.el-link--success.is-underline:hover:after {
	border-color: #67c23a
}

.el-link.el-link--warning {
	color: #e6a23c
}

.el-link.el-link--warning:hover {
	color: #ebb563
}

.el-link.el-link--warning:after {
	border-color: #e6a23c
}

.el-link.el-link--warning.is-disabled {
	color: #f3d19e
}

.el-link.el-link--warning.is-underline:hover:after {
	border-color: #e6a23c
}

.el-link.el-link--info {
	color: #909399
}

.el-link.el-link--info:hover {
	color: #a6a9ad
}

.el-link.el-link--info:after {
	border-color: #909399
}

.el-link.el-link--info.is-disabled {
	color: #c8c9cc
}

.el-link.el-link--info.is-underline:hover:after {
	border-color: #909399
}

.el-divider {
	background-color: #dcdfe6;
	position: relative
}

.el-divider--horizontal {
	display: block;
	height: 1px;
	width: 100%;
	margin: 24px 0
}

.el-divider--vertical {
	display: inline-block;
	width: 1px;
	height: 1em;
	margin: 0 8px;
	vertical-align: middle;
	position: relative
}

.el-divider__text {
	position: absolute;
	background-color: #fff;
	padding: 0 20px;
	font-weight: 500;
	color: #303133;
	font-size: 14px
}

.el-divider__text.is-left {
	left: 20px;
	transform: translateY(-50%)
}

.el-divider__text.is-center {
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}

.el-divider__text.is-right {
	right: 20px;
	transform: translateY(-50%)
}

.el-image__error,
.el-image__inner,
.el-image__placeholder {
	width: 100%;
	height: 100%
}

.el-image {
	position: relative;
	display: inline-block;
	overflow: hidden
}

.el-image__inner {
	vertical-align: top
}

.el-image__inner--center {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block
}

.el-image__error,
.el-image__placeholder {
	background: #f5f7fa
}

.el-image__error {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #c0c4cc;
	vertical-align: middle
}

.el-image__preview {
	cursor: pointer
}

.el-image-viewer__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.el-image-viewer__btn {
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	opacity: .8;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.el-image-viewer__close {
	top: 40px;
	right: 40px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	color: #fff;
	background-color: #606266
}

.el-image-viewer__canvas {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.el-image-viewer__actions {
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	width: 282px;
	height: 44px;
	padding: 0 23px;
	background-color: #606266;
	border-color: #fff;
	border-radius: 22px
}

.el-image-viewer__actions__inner {
	width: 100%;
	height: 100%;
	text-align: justify;
	cursor: default;
	font-size: 23px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around
}

.el-image-viewer__prev {
	left: 40px
}

.el-image-viewer__next,
.el-image-viewer__prev {
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	font-size: 24px;
	color: #fff;
	background-color: #606266;
	border-color: #fff
}

.el-image-viewer__next {
	right: 40px;
	text-indent: 2px
}

.el-image-viewer__mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .5;
	background: #000
}

.viewer-fade-enter-active {
	-webkit-animation: viewer-fade-in .3s;
	animation: viewer-fade-in .3s
}

.viewer-fade-leave-active {
	-webkit-animation: viewer-fade-out .3s;
	animation: viewer-fade-out .3s
}

@-webkit-keyframes viewer-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}

	to {
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes viewer-fade-in {
	0% {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}

	to {
		transform: translateZ(0);
		opacity: 1
	}
}

@-webkit-keyframes viewer-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1
	}

	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}
}

@keyframes viewer-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1
	}

	to {
		transform: translate3d(0, -20px, 0);
		opacity: 0
	}
}

.el-button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	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.is-round {
	padding: 12px 20px
}

.el-button:focus,
.el-button:hover {
	color: #4c6eff;
	border-color: #c9d4ff;
	background-color: #edf1ff
}

.el-button:active {
	color: #4463e6;
	border-color: #4463e6;
	outline: none
}

.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: #4c6eff;
	color: #4c6eff
}

.el-button.is-plain:active {
	background: #fff;
	outline: none
}

.el-button.is-active,
.el-button.is-plain:active {
	border-color: #4463e6;
	color: #4463e6
}

.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
	color: #c0c4cc;
	cursor: not-allowed;
	background-image: none;
	background-color: #fff;
	border-color: #ebeef5
}

.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: #ebeef5;
	color: #c0c4cc
}

.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: hsla(0, 0%, 100%, .35)
}

.el-button.is-round {
	border-radius: 20px;
	padding: 12px 23px
}

.el-button.is-circle {
	border-radius: 50%;
	padding: 12px
}

.el-button--primary {
	color: #fff;
	background-color: #4c6eff;
	border-color: #4c6eff
}

.el-button--primary:focus,
.el-button--primary:hover {
	background: #708bff;
	border-color: #708bff;
	color: #fff
}

.el-button--primary:active {
	outline: none
}

.el-button--primary.is-active,
.el-button--primary:active {
	background: #4463e6;
	border-color: #4463e6;
	color: #fff
}

.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: #a6b7ff;
	border-color: #a6b7ff
}

.el-button--primary.is-plain {
	color: #4c6eff;
	background: #edf1ff;
	border-color: #b7c5ff
}

.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
	background: #4c6eff;
	border-color: #4c6eff;
	color: #fff
}

.el-button--primary.is-plain:active {
	background: #4463e6;
	border-color: #4463e6;
	color: #fff;
	outline: none
}

.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: #94a8ff;
	background-color: #edf1ff;
	border-color: #dbe2ff
}

.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:active {
	outline: none
}

.el-button--success.is-active,
.el-button--success:active {
	background: #5daf34;
	border-color: #5daf34;
	color: #fff
}

.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: none
}

.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: #e6a23c;
	border-color: #e6a23c
}

.el-button--warning:focus,
.el-button--warning:hover {
	background: #ebb563;
	border-color: #ebb563;
	color: #fff
}

.el-button--warning:active {
	outline: none
}

.el-button--warning.is-active,
.el-button--warning:active {
	background: #cf9236;
	border-color: #cf9236;
	color: #fff
}

.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: #f3d19e;
	border-color: #f3d19e
}

.el-button--warning.is-plain {
	color: #e6a23c;
	background: #fdf6ec;
	border-color: #f5dab1
}

.el-button--warning.is-plain:focus,
.el-button--warning.is-plain:hover {
	background: #e6a23c;
	border-color: #e6a23c;
	color: #fff
}

.el-button--warning.is-plain:active {
	background: #cf9236;
	border-color: #cf9236;
	color: #fff;
	outline: none
}

.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: #f0c78a;
	background-color: #fdf6ec;
	border-color: #faecd8
}

.el-button--danger {
	color: #fff;
	background-color: #f56c6c;
	border-color: #f56c6c
}

.el-button--danger:focus,
.el-button--danger:hover {
	background: #f78989;
	border-color: #f78989;
	color: #fff
}

.el-button--danger:active {
	outline: none
}

.el-button--danger.is-active,
.el-button--danger:active {
	background: #dd6161;
	border-color: #dd6161;
	color: #fff
}

.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: #fab6b6;
	border-color: #fab6b6
}

.el-button--danger.is-plain {
	color: #f56c6c;
	background: #fef0f0;
	border-color: #fbc4c4
}

.el-button--danger.is-plain:focus,
.el-button--danger.is-plain:hover {
	background: #f56c6c;
	border-color: #f56c6c;
	color: #fff
}

.el-button--danger.is-plain:active {
	background: #dd6161;
	border-color: #dd6161;
	color: #fff;
	outline: none
}

.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: #f9a7a7;
	background-color: #fef0f0;
	border-color: #fde2e2
}

.el-button--info {
	color: #fff;
	background-color: #909399;
	border-color: #909399
}

.el-button--info:focus,
.el-button--info:hover {
	background: #a6a9ad;
	border-color: #a6a9ad;
	color: #fff
}

.el-button--info:active {
	outline: none
}

.el-button--info.is-active,
.el-button--info:active {
	background: #82848a;
	border-color: #82848a;
	color: #fff
}

.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: #c8c9cc;
	border-color: #c8c9cc
}

.el-button--info.is-plain {
	color: #909399;
	background: #f4f4f5;
	border-color: #d3d4d6
}

.el-button--info.is-plain:focus,
.el-button--info.is-plain:hover {
	background: #909399;
	border-color: #909399;
	color: #fff
}

.el-button--info.is-plain:active {
	background: #82848a;
	border-color: #82848a;
	color: #fff;
	outline: none
}

.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: #bcbec2;
	background-color: #f4f4f5;
	border-color: #e9e9eb
}

.el-button--medium {
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 4px
}

.el-button--medium.is-round {
	padding: 10px 20px
}

.el-button--medium.is-circle {
	padding: 10px
}

.el-button--small {
	padding: 9px 15px;
	font-size: 12px;
	border-radius: 3px
}

.el-button--small.is-round {
	padding: 9px 15px
}

.el-button--small.is-circle {
	padding: 9px
}

.el-button--mini {
	padding: 7px 15px;
	font-size: 12px;
	border-radius: 3px
}

.el-button--mini.is-round {
	padding: 7px 15px
}

.el-button--mini.is-circle {
	padding: 7px
}

.el-button--text {
	border-color: transparent;
	color: #4c6eff;
	background: transparent;
	padding-left: 0;
	padding-right: 0
}

.el-button--text:focus,
.el-button--text:hover {
	color: #708bff;
	border-color: transparent;
	background-color: transparent
}

.el-button--text:active {
	color: #4463e6;
	background-color: transparent
}

.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-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.is-disabled {
	z-index: 1
}

.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:first-child:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.el-button-group>.el-button:first-child:last-child.is-round {
	border-radius: 20px
}

.el-button-group>.el-button:first-child:last-child.is-circle {
	border-radius: 50%
}

.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:not(.is-disabled):active,
.el-button-group>.el-button:not(.is-disabled):focus,
.el-button-group>.el-button:not(.is-disabled):hover {
	z-index: 1
}

.el-button-group>.el-dropdown>.el-button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--primary:first-child {
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--primary:last-child {
	border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, .5);
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--success:first-child {
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--success:last-child {
	border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--success:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, .5);
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--warning:first-child {
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--warning:last-child {
	border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, .5);
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--danger:first-child {
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--danger:last-child {
	border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, .5);
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--info:first-child {
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--info:last-child {
	border-left-color: hsla(0, 0%, 100%, .5)
}

.el-button-group .el-button--info:not(:first-child):not(:last-child) {
	border-left-color: hsla(0, 0%, 100%, .5);
	border-right-color: hsla(0, 0%, 100%, .5)
}

.el-calendar {
	background-color: #fff
}

.el-calendar__header {
	display: flex;
	justify-content: space-between;
	padding: 12px 20px;
	border-bottom: 1px solid #ebeef5
}

.el-calendar__title {
	color: #000;
	align-self: center
}

.el-calendar__body {
	padding: 12px 20px 35px
}

.el-calendar-table {
	table-layout: fixed;
	width: 100%
}

.el-calendar-table thead th {
	padding: 12px 0;
	color: #606266;
	font-weight: 400
}

.el-calendar-table:not(.is-range) td.next,
.el-calendar-table:not(.is-range) td.prev {
	color: #c0c4cc
}

.el-calendar-table td {
	border-bottom: 1px solid #ebeef5;
	border-right: 1px solid #ebeef5;
	vertical-align: top;
	transition: background-color .2s ease
}

.el-calendar-table td.is-selected {
	background-color: #f2f8fe
}

.el-calendar-table td.is-today {
	color: #4c6eff
}

.el-calendar-table tr:first-child td {
	border-top: 1px solid #ebeef5
}

.el-calendar-table tr td:first-child {
	border-left: 1px solid #ebeef5
}

.el-calendar-table tr.el-calendar-table__row--hide-border td {
	border-top: none
}

.el-calendar-table .el-calendar-day {
	box-sizing: border-box;
	padding: 8px;
	height: 85px
}

.el-calendar-table .el-calendar-day:hover {
	cursor: pointer;
	background-color: #f2f8fe
}

.el-backtop {
	position: fixed;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #4c6eff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .12);
	cursor: pointer;
	z-index: 5
}

.el-backtop:hover {
	background-color: #f2f6fc
}

.el-page-header {
	display: flex;
	line-height: 24px
}

.el-page-header__left {
	display: flex;
	cursor: pointer;
	margin-right: 40px;
	position: relative
}

.el-page-header__left:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #dcdfe6
}

.el-page-header__left .el-icon-back {
	font-size: 18px;
	margin-right: 6px;
	align-self: center
}

.el-page-header__title {
	font-size: 14px;
	font-weight: 500
}

.el-page-header__content {
	font-size: 18px;
	color: #303133
}

.el-checkbox {
	color: #606266;
	font-weight: 500;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 30px
}

.el-checkbox.is-bordered {
	padding: 9px 20px 9px 10px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	line-height: normal;
	height: 40px
}

.el-checkbox.is-bordered.is-checked {
	border-color: #4c6eff
}

.el-checkbox.is-bordered.is-disabled {
	border-color: #ebeef5;
	cursor: not-allowed
}

.el-checkbox.is-bordered+.el-checkbox.is-bordered {
	margin-left: 10px
}

.el-checkbox.is-bordered.el-checkbox--medium {
	padding: 7px 20px 7px 10px;
	border-radius: 4px;
	height: 36px
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
	line-height: 17px;
	font-size: 14px
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
	height: 14px;
	width: 14px
}

.el-checkbox.is-bordered.el-checkbox--small {
	padding: 5px 15px 5px 10px;
	border-radius: 3px;
	height: 32px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
	line-height: 15px;
	font-size: 12px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
	height: 12px;
	width: 12px
}

.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after {
	height: 6px;
	width: 2px
}

.el-checkbox.is-bordered.el-checkbox--mini {
	padding: 3px 15px 3px 10px;
	border-radius: 3px;
	height: 28px
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
	line-height: 12px;
	font-size: 12px
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
	height: 12px;
	width: 12px
}

.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after {
	height: 6px;
	width: 2px
}

.el-checkbox__input {
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle
}

.el-checkbox__input.is-disabled .el-checkbox__inner {
	background-color: #edf2fc;
	border-color: #dcdfe6;
	cursor: not-allowed
}

.el-checkbox__input.is-disabled .el-checkbox__inner:after {
	cursor: not-allowed;
	border-color: #c0c4cc
}

.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label {
	cursor: not-allowed
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
	background-color: #f2f6fc;
	border-color: #dcdfe6
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after {
	border-color: #c0c4cc
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
	background-color: #f2f6fc;
	border-color: #dcdfe6
}

.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before {
	background-color: #c0c4cc;
	border-color: #c0c4cc
}

.el-checkbox__input.is-disabled+span.el-checkbox__label {
	color: #c0c4cc;
	cursor: not-allowed
}

.el-checkbox__input.is-checked .el-checkbox__inner {
	background-color: #4c6eff;
	border-color: #4c6eff
}

.el-checkbox__input.is-checked .el-checkbox__inner:after {
	transform: rotate(45deg) scaleY(1)
}

.el-checkbox__input.is-checked+.el-checkbox__label {
	color: #4c6eff
}

.el-checkbox__input.is-focus .el-checkbox__inner {
	border-color: #4c6eff
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner {
	background-color: #4c6eff;
	border-color: #4c6eff
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner:before {
	content: "";
	position: absolute;
	display: block;
	background-color: #fff;
	height: 2px;
	transform: scale(.5);
	left: 0;
	right: 0;
	top: 5px
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner:after {
	display: none
}

.el-checkbox__inner {
	display: inline-block;
	position: relative;
	border: 1px solid #dcdfe6;
	border-radius: 2px;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	background-color: #fff;
	z-index: 1;
	transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46)
}

.el-checkbox__inner:hover {
	border-color: #4c6eff
}

.el-checkbox__inner:after {
	box-sizing: content-box;
	content: "";
	border: 1px solid #fff;
	border-left: 0;
	border-top: 0;
	height: 7px;
	left: 4px;
	position: absolute;
	top: 1px;
	transform: rotate(45deg) scaleY(0);
	width: 3px;
	transition: transform .15s ease-in .05s;
	transform-origin: center
}

.el-checkbox__original {
	opacity: 0;
	outline: none;
	position: absolute;
	margin: 0;
	width: 0;
	height: 0;
	z-index: -1
}

.el-checkbox__label {
	display: inline-block;
	padding-left: 10px;
	line-height: 19px;
	font-size: 14px
}

.el-checkbox:last-of-type {
	margin-right: 0
}

.el-checkbox-button,
.el-checkbox-button__inner {
	position: relative;
	display: inline-block
}

.el-checkbox-button__inner {
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	border-left: 0;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 0
}

.el-checkbox-button__inner.is-round {
	padding: 12px 20px
}

.el-checkbox-button__inner:hover {
	color: #4c6eff
}

.el-checkbox-button__inner [class*=el-icon-] {
	line-height: .9
}

.el-checkbox-button__inner [class*=el-icon-]+span {
	margin-left: 5px
}

.el-checkbox-button__original {
	opacity: 0;
	outline: none;
	position: absolute;
	margin: 0;
	z-index: -1
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
	color: #fff;
	background-color: #4c6eff;
	border-color: #4c6eff;
	box-shadow: -1px 0 0 0 #94a8ff
}

.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
	border-left-color: #4c6eff
}

.el-checkbox-button.is-disabled .el-checkbox-button__inner {
	color: #c0c4cc;
	cursor: not-allowed;
	background-image: none;
	background-color: #fff;
	border-color: #ebeef5;
	box-shadow: none
}

.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
	border-left-color: #ebeef5
}

.el-checkbox-button:first-child .el-checkbox-button__inner {
	border-left: 1px solid #dcdfe6;
	border-radius: 4px 0 0 4px;
	box-shadow: none !important
}

.el-checkbox-button.is-focus .el-checkbox-button__inner {
	border-color: #4c6eff
}

.el-checkbox-button:last-child .el-checkbox-button__inner {
	border-radius: 0 4px 4px 0
}

.el-checkbox-button--medium .el-checkbox-button__inner {
	padding: 10px 20px;
	font-size: 14px;
	border-radius: 0
}

.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
	padding: 10px 20px
}

.el-checkbox-button--small .el-checkbox-button__inner {
	padding: 9px 15px;
	font-size: 12px;
	border-radius: 0
}

.el-checkbox-button--small .el-checkbox-button__inner.is-round {
	padding: 9px 15px
}

.el-checkbox-button--mini .el-checkbox-button__inner {
	padding: 7px 15px;
	font-size: 12px;
	border-radius: 0
}

.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
	padding: 7px 15px
}

.el-checkbox-group {
	font-size: 0
}

.el-radio {
	color: #606266;
	font-weight: 500;
	line-height: 1;
	position: relative;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	outline: none;
	font-size: 14px;
	margin-right: 30px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.el-radio.is-bordered {
	padding: 12px 20px 0 10px;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	height: 40px
}

.el-radio.is-bordered.is-checked {
	border-color: #4c6eff
}

.el-radio.is-bordered.is-disabled {
	cursor: not-allowed;
	border-color: #ebeef5
}

.el-radio.is-bordered+.el-radio.is-bordered {
	margin-left: 10px
}

.el-radio--medium.is-bordered {
	padding: 10px 20px 0 10px;
	border-radius: 4px;
	height: 36px
}

.el-radio--medium.is-bordered .el-radio__label {
	font-size: 14px
}

.el-radio--medium.is-bordered .el-radio__inner {
	height: 14px;
	width: 14px
}

.el-radio--small.is-bordered {
	padding: 8px 15px 0 10px;
	border-radius: 3px;
	height: 32px
}

.el-radio--small.is-bordered .el-radio__label {
	font-size: 12px
}

.el-radio--small.is-bordered .el-radio__inner {
	height: 12px;
	width: 12px
}

.el-radio--mini.is-bordered {
	padding: 6px 15px 0 10px;
	border-radius: 3px;
	height: 28px
}

.el-radio--mini.is-bordered .el-radio__label {
	font-size: 12px
}

.el-radio--mini.is-bordered .el-radio__inner {
	height: 12px;
	width: 12px
}

.el-radio:last-child {
	margin-right: 0
}

.el-radio__input {
	white-space: nowrap;
	cursor: pointer;
	outline: none;
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle
}

.el-radio__input.is-disabled .el-radio__inner {
	background-color: #f5f7fa;
	border-color: #e4e7ed;
	cursor: not-allowed
}

.el-radio__input.is-disabled .el-radio__inner:after {
	cursor: not-allowed;
	background-color: #f5f7fa
}

.el-radio__input.is-disabled .el-radio__inner+.el-radio__label {
	cursor: not-allowed
}

.el-radio__input.is-disabled.is-checked .el-radio__inner {
	background-color: #f5f7fa;
	border-color: #e4e7ed
}

.el-radio__input.is-disabled.is-checked .el-radio__inner:after {
	background-color: #c0c4cc
}

.el-radio__input.is-disabled+span.el-radio__label {
	color: #c0c4cc;
	cursor: not-allowed
}

.el-radio__input.is-checked .el-radio__inner {
	border-color: #4c6eff;
	background: #4c6eff
}

.el-radio__input.is-checked .el-radio__inner:after {
	transform: translate(-50%, -50%) scale(1)
}

.el-radio__input.is-checked+.el-radio__label {
	color: #4c6eff
}

.el-radio__input.is-focus .el-radio__inner {
	border-color: #4c6eff
}

.el-radio__inner {
	border: 1px solid #dcdfe6;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box
}

.el-radio__inner:hover {
	border-color: #4c6eff
}

.el-radio__inner:after {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: transform .15s ease-in
}

.el-radio__original {
	opacity: 0;
	outline: none;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
	box-shadow: 0 0 2px 2px #4c6eff
}

.el-radio__label {
	font-size: 14px;
	padding-left: 10px
}

.el-scrollbar {
	overflow: hidden;
	position: relative
}

.el-scrollbar:active>.el-scrollbar__bar,
.el-scrollbar:focus>.el-scrollbar__bar,
.el-scrollbar:hover>.el-scrollbar__bar {
	opacity: 1;
	transition: opacity .34s ease-out
}

.el-scrollbar__wrap {
	overflow: scroll;
	height: 100%
}

.el-scrollbar__wrap--hidden-default {
	scrollbar-width: none
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
	width: 0;
	height: 0
}

.el-scrollbar__thumb {
	position: relative;
	display: block;
	width: 0;
	height: 0;
	cursor: pointer;
	border-radius: inherit;
	background-color: rgba(144, 147, 153, .3);
	transition: background-color .3s
}

.el-scrollbar__thumb:hover {
	background-color: rgba(144, 147, 153, .5)
}

.el-scrollbar__bar {
	position: absolute;
	right: 2px;
	bottom: 2px;
	z-index: 1;
	border-radius: 4px;
	opacity: 0;
	transition: opacity .12s ease-out
}

.el-scrollbar__bar.is-vertical {
	width: 6px;
	top: 2px
}

.el-scrollbar__bar.is-vertical>div {
	width: 100%
}

.el-scrollbar__bar.is-horizontal {
	height: 6px;
	left: 2px
}

.el-scrollbar__bar.is-horizontal>div {
	height: 100%
}

.el-cascader-panel {
	display: flex;
	border-radius: 4px;
	font-size: 14px
}

.el-cascader-panel.is-bordered {
	border: 1px solid #e4e7ed;
	border-radius: 4px
}

.el-cascader-menu {
	min-width: 180px;
	box-sizing: border-box;
	color: #606266;
	border-right: 1px solid #e4e7ed
}

.el-cascader-menu:last-child {
	border-right: none
}

.el-cascader-menu:last-child .el-cascader-node {
	padding-right: 20px
}

.el-cascader-menu__wrap {
	height: 204px
}

.el-cascader-menu__list {
	position: relative;
	min-height: 100%;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	box-sizing: border-box
}

.el-cascader-menu__hover-zone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.el-cascader-menu__empty-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #c0c4cc
}

.el-cascader-node {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 30px 0 20px;
	height: 34px;
	line-height: 34px;
	outline: none
}

.el-cascader-node.is-selectable.in-active-path {
	color: #606266
}

.el-cascader-node.in-active-path,
.el-cascader-node.is-active,
.el-cascader-node.is-selectable.in-checked-path {
	color: #4c6eff;
	font-weight: 700
}

.el-cascader-node:not(.is-disabled) {
	cursor: pointer
}

.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
	background: #f5f7fa
}

.el-cascader-node.is-disabled {
	color: #c0c4cc;
	cursor: not-allowed
}

.el-cascader-node__prefix {
	position: absolute;
	left: 10px
}

.el-cascader-node__postfix {
	position: absolute;
	right: 10px
}

.el-cascader-node__label {
	flex: 1;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.el-cascader-node>.el-radio {
	margin-right: 0
}

.el-cascader-node>.el-radio .el-radio__label {
	padding-left: 0
}

.el-avatar {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background: #c0c4cc;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px
}

.el-avatar>img {
	display: block;
	height: 100%;
	vertical-align: middle
}

.el-avatar--circle {
	border-radius: 50%
}

.el-avatar--square {
	border-radius: 4px
}

.el-avatar--icon {
	font-size: 18px
}

.el-avatar--large {
	width: 40px;
	height: 40px;
	line-height: 40px
}

.el-avatar--medium {
	width: 36px;
	height: 36px;
	line-height: 36px
}

.el-avatar--small {
	width: 28px;
	height: 28px;
	line-height: 28px
}

@-webkit-keyframes el-drawer-fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes el-drawer-fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes rtl-drawer-in {
	0% {
		transform: translate(100%)
	}

	to {
		transform: translate(0)
	}
}

@keyframes rtl-drawer-in {
	0% {
		transform: translate(100%)
	}

	to {
		transform: translate(0)
	}
}

@-webkit-keyframes rtl-drawer-out {
	0% {
		transform: translate(0)
	}

	to {
		transform: translate(100%)
	}
}

@keyframes rtl-drawer-out {
	0% {
		transform: translate(0)
	}

	to {
		transform: translate(100%)
	}
}

@-webkit-keyframes ltr-drawer-in {
	0% {
		transform: translate(-100%)
	}

	to {
		transform: translate(0)
	}
}

@keyframes ltr-drawer-in {
	0% {
		transform: translate(-100%)
	}

	to {
		transform: translate(0)
	}
}

@-webkit-keyframes ltr-drawer-out {
	0% {
		transform: translate(0)
	}

	to {
		transform: translate(-100%)
	}
}

@keyframes ltr-drawer-out {
	0% {
		transform: translate(0)
	}

	to {
		transform: translate(-100%)
	}
}

@-webkit-keyframes ttb-drawer-in {
	0% {
		transform: translateY(-100%)
	}

	to {
		transform: translate(0)
	}
}

@keyframes ttb-drawer-in {
	0% {
		transform: translateY(-100%)
	}

	to {
		transform: translate(0)
	}
}

@-webkit-keyframes ttb-drawer-out {
	0% {
		transform: translate(0)
	}

	to {
		transform: translateY(-100%)
	}
}

@keyframes ttb-drawer-out {
	0% {
		transform: translate(0)
	}

	to {
		transform: translateY(-100%)
	}
}

@-webkit-keyframes btt-drawer-in {
	0% {
		transform: translateY(100%)
	}

	to {
		transform: translate(0)
	}
}

@keyframes btt-drawer-in {
	0% {
		transform: translateY(100%)
	}

	to {
		transform: translate(0)
	}
}

@-webkit-keyframes btt-drawer-out {
	0% {
		transform: translate(0)
	}

	to {
		transform: translateY(100%)
	}
}

@keyframes btt-drawer-out {
	0% {
		transform: translate(0)
	}

	to {
		transform: translateY(100%)
	}
}

.el-drawer {
	position: absolute;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
	overflow: hidden;
	outline: 0
}

.el-drawer.rtl {
	-webkit-animation: rtl-drawer-out .3s;
	animation: rtl-drawer-out .3s
}

.el-drawer__open .el-drawer.rtl {
	-webkit-animation: rtl-drawer-in .3s 1ms;
	animation: rtl-drawer-in .3s 1ms
}

.el-drawer.ltr {
	-webkit-animation: ltr-drawer-out .3s;
	animation: ltr-drawer-out .3s
}

.el-drawer__open .el-drawer.ltr {
	-webkit-animation: ltr-drawer-in .3s 1ms;
	animation: ltr-drawer-in .3s 1ms
}

.el-drawer.ttb {
	-webkit-animation: ttb-drawer-out .3s;
	animation: ttb-drawer-out .3s
}

.el-drawer__open .el-drawer.ttb {
	-webkit-animation: ttb-drawer-in .3s 1ms;
	animation: ttb-drawer-in .3s 1ms
}

.el-drawer.btt {
	-webkit-animation: btt-drawer-out .3s;
	animation: btt-drawer-out .3s
}

.el-drawer__open .el-drawer.btt {
	-webkit-animation: btt-drawer-in .3s 1ms;
	animation: btt-drawer-in .3s 1ms
}

.el-drawer__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	margin: 0
}

.el-drawer__header {
	align-items: center;
	color: #72767b;
	display: flex;
	margin-bottom: 32px;
	padding: 20px 20px 0
}

.el-drawer__header>:first-child {
	flex: 1
}

.el-drawer__title {
	margin: 0;
	flex: 1;
	line-height: inherit;
	font-size: 1rem
}

.el-drawer__close-btn {
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: inherit;
	background-color: transparent
}

.el-drawer__body {
	flex: 1;
	overflow: auto
}

.el-drawer__body>* {
	box-sizing: border-box
}

.el-drawer.ltr,
.el-drawer.rtl {
	height: 100%;
	top: 0;
	bottom: 0
}

.el-drawer.btt,
.el-drawer.ttb {
	width: 100%;
	left: 0;
	right: 0
}

.el-drawer.ltr {
	left: 0
}

.el-drawer.rtl {
	right: 0
}

.el-drawer.ttb {
	top: 0
}

.el-drawer.btt {
	bottom: 0
}

.el-drawer__container {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%
}

.el-drawer-fade-enter-active {
	-webkit-animation: el-drawer-fade-in .3s;
	animation: el-drawer-fade-in .3s
}

.el-drawer-fade-leave-active {
	animation: el-drawer-fade-in .3s reverse
}

.el-popconfirm__main {
	display: flex;
	align-items: center
}

.el-popconfirm__icon {
	margin-right: 5px
}

.el-popconfirm__action {
	text-align: right;
	margin: 0
}

@-webkit-keyframes el-skeleton-loading {
	0% {
		background-position: 100% 50%
	}

	to {
		background-position: 0 50%
	}
}

@keyframes el-skeleton-loading {
	0% {
		background-position: 100% 50%
	}

	to {
		background-position: 0 50%
	}
}

.el-skeleton {
	width: 100%
}

.el-skeleton__first-line,
.el-skeleton__paragraph {
	height: 16px;
	margin-top: 16px;
	background: #f2f2f2
}

.el-skeleton.is-animated .el-skeleton__item {
	background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
	background-size: 400% 100%;
	-webkit-animation: el-skeleton-loading 1.4s ease infinite;
	animation: el-skeleton-loading 1.4s ease infinite
}

.el-skeleton__item {
	background: #f2f2f2;
	display: inline-block;
	height: 16px;
	border-radius: 4px;
	width: 100%
}

.el-skeleton__circle {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px
}

.el-skeleton__circle--lg {
	width: 40px;
	height: 40px;
	line-height: 40px
}

.el-skeleton__circle--md {
	width: 28px;
	height: 28px;
	line-height: 28px
}

.el-skeleton__button {
	height: 40px;
	width: 64px;
	border-radius: 4px
}

.el-skeleton__p {
	width: 100%
}

.el-skeleton__p.is-last {
	width: 61%
}

.el-skeleton__p.is-first {
	width: 33%
}

.el-skeleton__text {
	width: 100%;
	height: 13px
}

.el-skeleton__caption {
	height: 12px
}

.el-skeleton__h1 {
	height: 20px
}

.el-skeleton__h3 {
	height: 18px
}

.el-skeleton__h5 {
	height: 16px
}

.el-skeleton__image {
	width: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0
}

.el-skeleton__image svg {
	fill: #dcdde0;
	width: 22%;
	height: 22%
}

.el-empty {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 0
}

.el-empty__image {
	width: 160px
}

.el-empty__image img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
	-o-object-fit: contain;
	object-fit: contain
}

.el-empty__image svg {
	fill: #dcdde0;
	width: 100%;
	height: 100%;
	vertical-align: top
}

.el-empty__description {
	margin-top: 20px
}

.el-empty__description p {
	margin: 0;
	font-size: 14px;
	color: #909399
}

.el-empty__bottom {
	margin-top: 20px
}

.el-descriptions {
	box-sizing: border-box;
	font-size: 14px;
	color: #303133
}

.el-descriptions__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px
}

.el-descriptions__title {
	font-size: 16px;
	font-weight: 700
}

.el-descriptions__body {
	color: #606266;
	background-color: #fff
}

.el-descriptions__body .el-descriptions__table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed
}

.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell {
	box-sizing: border-box;
	text-align: left;
	font-weight: 400;
	line-height: 1.5
}

.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-left {
	text-align: left
}

.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-center {
	text-align: center
}

.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-right {
	text-align: right
}

.el-descriptions .is-bordered {
	table-layout: auto
}

.el-descriptions .is-bordered .el-descriptions-item__cell {
	border: 1px solid #ebeef5;
	padding: 12px 10px
}

.el-descriptions :not(.is-bordered) .el-descriptions-item__cell {
	padding-bottom: 12px
}

.el-descriptions--medium.is-bordered .el-descriptions-item__cell {
	padding: 10px
}

.el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell {
	padding-bottom: 10px
}

.el-descriptions--small {
	font-size: 12px
}

.el-descriptions--small.is-bordered .el-descriptions-item__cell {
	padding: 8px 10px
}

.el-descriptions--small:not(.is-bordered) .el-descriptions-item__cell {
	padding-bottom: 8px
}

.el-descriptions--mini {
	font-size: 12px
}

.el-descriptions--mini.is-bordered .el-descriptions-item__cell {
	padding: 6px 10px
}

.el-descriptions--mini:not(.is-bordered) .el-descriptions-item__cell {
	padding-bottom: 6px
}

.el-descriptions-item {
	vertical-align: top
}

.el-descriptions-item__container {
	display: flex
}

.el-descriptions-item__container .el-descriptions-item__content,
.el-descriptions-item__container .el-descriptions-item__label {
	display: inline-flex;
	align-items: baseline
}

.el-descriptions-item__container .el-descriptions-item__content {
	flex: 1
}

.el-descriptions-item__label.has-colon:after {
	content: ":";
	position: relative;
	top: -.5px
}

.el-descriptions-item__label.is-bordered-label {
	font-weight: 700;
	color: #909399;
	background: #fafafa
}

.el-descriptions-item__label:not(.is-bordered-label) {
	margin-right: 10px
}

.el-descriptions-item__content {
	word-break: break-word;
	word-wrap: break-word
}

.el-result {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	padding: 40px 30px
}

.el-result__icon svg {
	width: 64px;
	height: 64px
}

.el-result__title {
	margin-top: 20px
}

.el-result__title p {
	margin: 0;
	font-size: 20px;
	color: #303133;
	line-height: 1.3
}

.el-result__subtitle {
	margin-top: 10px
}

.el-result__subtitle p {
	margin: 0;
	font-size: 14px;
	color: #606266;
	line-height: 1.3
}

.el-result__extra {
	margin-top: 30px
}

.el-result .icon-success {
	fill: #67c23a
}

.el-result .icon-error {
	fill: #f56c6c
}

.el-result .icon-info {
	fill: #909399
}

.el-result .icon-warning {
	fill: #e6a23c
}

.will {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ccc;
	line-height: 17px;
	margin-left: 10px
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active,
button {
	outline: none !important;
	border: none
}

.el-menu--horizontal>.el-menu--popup {
	z-index: 100;
	margin-top: -7px;
	min-width: 152px;
	width: 152px;
	border: none;
	padding: 2px 0;
	box-shadow: 0 0 10px 0 rgba(51, 122, 183, .08);
	border-radius: 5px
}

.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
	color: #1a1241;
	height: 38px;
	line-height: 38px;
	padding: 0;
	font-size: 16px;
	font-weight: 400
}

.el-menu--horizontal .el-menu .el-menu-item a,
.el-menu--horizontal .el-menu .el-submenu__title a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 0 20px;
	color: #1a1241;
	font-size: 16px
}

.el-menu--horizontal>.el-submenu .el-submenu__title:hover {
	border-bottom: 2px solid transparent;
	font-size: 16px;
	font-weight: 500 !important;
	color: #1a1241;
	margin-top: 0;
	height: 20px;
	line-height: 20px
}

.el-menu--horizontal .el-menu .el-menu-item.is-active a,
.el-menu--horizontal .el-menu .el-menu-item a:hover,
.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title a,
.el-menu--horizontal .el-menu .el-submenu__title a:hover {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 0 20px;
	color: #ff4800;
	font-size: 16px;
	font-weight: 500
}

.el-menu--popup-bottom-start {
	margin-top: 20px
}

.all-monitor .el-range-input {
	width: 100px !important
}

.all-monitor .el-range-separator {
	width: 10% !important
}

.all-monitor .el-range-editor--small.el-input__inner {
	width: 270px
}

.music .el-range-separator {
	width: 10% !important
}

.music .el-input__icon.el-range__close-icon {
	width: 0 !important
}

.video .el-range-separator {
	width: 10% !important
}

.video .el-input__icon.el-range__close-icon {
	width: 0 !important
}

.rank-top .el-input__inner {
	padding-right: 0 !important
}

.compare-popper {
	padding: 5px;
	min-width: 40px;
	font-size: 12px;
	text-align: center;
	color: #f63458;
	border: 1px solid #f63458;
	background: rgba(246, 52, 88, .2)
}

.compare-popper .popper__arrow {
	border-top-color: #f63458 !important
}

.compare-popper .popper__arrow:after {
	border-top-color: #ffccda !important
}

.activation-tootip {
	background: #4c6eff !important
}

.activation-tootip .popper__arrow,
.activation-tootip .popper__arrow:after {
	border-top-color: #4c6eff !important
}

.explain-popper {
	padding: 20px;
	font-size: 14px;
	height: 220px;
	color: #fff;
	border: 1px solid #525252;
	background: #525252
}

.explain-popper .popper__arrow,
.explain-popper .popper__arrow:after {
	border-bottom-color: #525252 !important
}

.admin-rank-popper,
.ks-rank-popper {
	padding: 16px 15px 14px 16px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000;
	line-height: 20px;
	color: #fff;
	background: #454545;
	border-radius: 4px
}

.admin-rank-popper {
	border: 0
}

.my-autocomplete-wrap .el-input__inner {
	border: 1px solid #000
}

.my-autocomplete-wrap .el-input__inner:focus {
	outline: none;
	border-color: #000
}

.alert-cancel-btn {
	border: none
}

.alert-cancel-btn:hover {
	background: none
}

.infoContainer table {
	border-bottom: 1px solid transparent
}

.el-pagination {
	padding: 0
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
	background-color: #f1f1f1;
	min-width: 35px;
	height: 35px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400
}

.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev:disabled {
	color: #c0c4cc
}

.el-pagination.is-background .btn-next {
	margin-right: 0
}

.el-pagination.is-background .btn-prev {
	margin-left: 0
}

.el-pagination.is-background .el-pager li {
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #898989
}

.el-input__inner {
	line-height: 1 !important
}

.pure-dialog {
	background-color: transparent;
	box-shadow: none;
	margin: 0 auto
}

.pure-dialog .el-dialog__body {
	padding: 0
}

.pure-dialog .el-dialog__headerbtn {
	top: 0;
	right: -4%
}

.pure-dialog .el-dialog__headerbtn .el-dialog__close {
	font-size: 20px;
	border: 2px solid #909399;
	border-radius: 50%
}

.pure-dialog .el-dialog__headerbtn .el-dialog__close:hover {
	color: #909399
}

.pd2 {
	padding: 2px !important
}

.pdtb2 {
	padding-top: 2px !important;
	padding-bottom: 2px !important
}

.pdlr2 {
	padding-right: 2px !important
}

.pdl2,
.pdlr2 {
	padding-left: 2px !important
}

.pdr2 {
	padding-right: 2px !important
}

.pdt2 {
	padding-top: 2px !important
}

.pdb2 {
	padding-bottom: 2px !important
}

.mg2 {
	margin: 2px !important
}

.mgtb2 {
	margin-top: 2px !important;
	margin-bottom: 2px !important
}

.mglr2 {
	margin-right: 2px !important
}

.mgl2,
.mglr2 {
	margin-left: 2px !important
}

.mgr2 {
	margin-right: 2px !important
}

.mgt2 {
	margin-top: 2px !important
}

.mgb2 {
	margin-bottom: 2px !important
}

.pd3 {
	padding: 3px !important
}

.pdtb3 {
	padding-top: 3px !important;
	padding-bottom: 3px !important
}

.pdlr3 {
	padding-right: 3px !important
}

.pdl3,
.pdlr3 {
	padding-left: 3px !important
}

.pdr3 {
	padding-right: 3px !important
}

.pdt3 {
	padding-top: 3px !important
}

.pdb3 {
	padding-bottom: 3px !important
}

.mg3 {
	margin: 3px !important
}

.mgtb3 {
	margin-top: 3px !important;
	margin-bottom: 3px !important
}

.mglr3 {
	margin-right: 3px !important
}

.mgl3,
.mglr3 {
	margin-left: 3px !important
}

.mgr3 {
	margin-right: 3px !important
}

.mgt3 {
	margin-top: 3px !important
}

.mgb3 {
	margin-bottom: 3px !important
}

.pd4 {
	padding: 4px !important
}

.pdtb4 {
	padding-top: 4px !important;
	padding-bottom: 4px !important
}

.pdlr4 {
	padding-right: 4px !important
}

.pdl4,
.pdlr4 {
	padding-left: 4px !important
}

.pdr4 {
	padding-right: 4px !important
}

.pdt4 {
	padding-top: 4px !important
}

.pdb4 {
	padding-bottom: 4px !important
}

.mg4 {
	margin: 4px !important
}

.mgtb4 {
	margin-top: 4px !important;
	margin-bottom: 4px !important
}

.mglr4 {
	margin-right: 4px !important
}

.mgl4,
.mglr4 {
	margin-left: 4px !important
}

.mgr4 {
	margin-right: 4px !important
}

.mgt4 {
	margin-top: 4px !important
}

.mgb4 {
	margin-bottom: 4px !important
}

.pd5 {
	padding: 5px !important
}

.pdtb5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important
}

.pdlr5 {
	padding-right: 5px !important
}

.pdl5,
.pdlr5 {
	padding-left: 5px !important
}

.pdr5 {
	padding-right: 5px !important
}

.pdt5 {
	padding-top: 5px !important
}

.pdb5 {
	padding-bottom: 5px !important
}

.mg5 {
	margin: 5px !important
}

.mgtb5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important
}

.mglr5 {
	margin-right: 5px !important
}

.mgl5,
.mglr5 {
	margin-left: 5px !important
}

.mgr5 {
	margin-right: 5px !important
}

.mgt5 {
	margin-top: 5px !important
}

.mgb5 {
	margin-bottom: 5px !important
}

.pd6 {
	padding: 6px !important
}

.pdtb6 {
	padding-top: 6px !important;
	padding-bottom: 6px !important
}

.pdlr6 {
	padding-right: 6px !important
}

.pdl6,
.pdlr6 {
	padding-left: 6px !important
}

.pdr6 {
	padding-right: 6px !important
}

.pdt6 {
	padding-top: 6px !important
}

.pdb6 {
	padding-bottom: 6px !important
}

.mg6 {
	margin: 6px !important
}

.mgtb6 {
	margin-top: 6px !important;
	margin-bottom: 6px !important
}

.mglr6 {
	margin-right: 6px !important
}

.mgl6,
.mglr6 {
	margin-left: 6px !important
}

.mgr6 {
	margin-right: 6px !important
}

.mgt6 {
	margin-top: 6px !important
}

.mgb6 {
	margin-bottom: 6px !important
}

.pd7 {
	padding: 7px !important
}

.pdtb7 {
	padding-top: 7px !important;
	padding-bottom: 7px !important
}

.pdlr7 {
	padding-right: 7px !important
}

.pdl7,
.pdlr7 {
	padding-left: 7px !important
}

.pdr7 {
	padding-right: 7px !important
}

.pdt7 {
	padding-top: 7px !important
}

.pdb7 {
	padding-bottom: 7px !important
}

.mg7 {
	margin: 7px !important
}

.mgtb7 {
	margin-top: 7px !important;
	margin-bottom: 7px !important
}

.mglr7 {
	margin-right: 7px !important
}

.mgl7,
.mglr7 {
	margin-left: 7px !important
}

.mgr7 {
	margin-right: 7px !important
}

.mgt7 {
	margin-top: 7px !important
}

.mgb7 {
	margin-bottom: 7px !important
}

.pd8 {
	padding: 8px !important
}

.pdtb8 {
	padding-top: 8px !important;
	padding-bottom: 8px !important
}

.pdlr8 {
	padding-right: 8px !important
}

.pdl8,
.pdlr8 {
	padding-left: 8px !important
}

.pdr8 {
	padding-right: 8px !important
}

.pdt8 {
	padding-top: 8px !important
}

.pdb8 {
	padding-bottom: 8px !important
}

.mg8 {
	margin: 8px !important
}

.mgtb8 {
	margin-top: 8px !important;
	margin-bottom: 8px !important
}

.mglr8 {
	margin-right: 8px !important
}

.mgl8,
.mglr8 {
	margin-left: 8px !important
}

.mgr8 {
	margin-right: 8px !important
}

.mgt8 {
	margin-top: 8px !important
}

.mgb8 {
	margin-bottom: 8px !important
}

.pd9 {
	padding: 9px !important
}

.pdtb9 {
	padding-top: 9px !important;
	padding-bottom: 9px !important
}

.pdlr9 {
	padding-right: 9px !important
}

.pdl9,
.pdlr9 {
	padding-left: 9px !important
}

.pdr9 {
	padding-right: 9px !important
}

.pdt9 {
	padding-top: 9px !important
}

.pdb9 {
	padding-bottom: 9px !important
}

.mg9 {
	margin: 9px !important
}

.mgtb9 {
	margin-top: 9px !important;
	margin-bottom: 9px !important
}

.mglr9 {
	margin-right: 9px !important
}

.mgl9,
.mglr9 {
	margin-left: 9px !important
}

.mgr9 {
	margin-right: 9px !important
}

.mgt9 {
	margin-top: 9px !important
}

.mgb9 {
	margin-bottom: 9px !important
}

.pd10 {
	padding: 10px !important
}

.pdtb10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important
}

.pdlr10 {
	padding-right: 10px !important
}

.pdl10,
.pdlr10 {
	padding-left: 10px !important
}

.pdr10 {
	padding-right: 10px !important
}

.pdt10 {
	padding-top: 10px !important
}

.pdb10 {
	padding-bottom: 10px !important
}

.mg10 {
	margin: 10px !important
}

.mgtb10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important
}

.mglr10 {
	margin-right: 10px !important
}

.mgl10,
.mglr10 {
	margin-left: 10px !important
}

.mgr10 {
	margin-right: 10px !important
}

.mgt10 {
	margin-top: 10px !important
}

.mgb10 {
	margin-bottom: 10px !important
}

.pd11 {
	padding: 11px !important
}

.pdtb11 {
	padding-top: 11px !important;
	padding-bottom: 11px !important
}

.pdlr11 {
	padding-right: 11px !important
}

.pdl11,
.pdlr11 {
	padding-left: 11px !important
}

.pdr11 {
	padding-right: 11px !important
}

.pdt11 {
	padding-top: 11px !important
}

.pdb11 {
	padding-bottom: 11px !important
}

.mg11 {
	margin: 11px !important
}

.mgtb11 {
	margin-top: 11px !important;
	margin-bottom: 11px !important
}

.mglr11 {
	margin-right: 11px !important
}

.mgl11,
.mglr11 {
	margin-left: 11px !important
}

.mgr11 {
	margin-right: 11px !important
}

.mgt11 {
	margin-top: 11px !important
}

.mgb11 {
	margin-bottom: 11px !important
}

.pd12 {
	padding: 12px !important
}

.pdtb12 {
	padding-top: 12px !important;
	padding-bottom: 12px !important
}

.pdlr12 {
	padding-right: 12px !important
}

.pdl12,
.pdlr12 {
	padding-left: 12px !important
}

.pdr12 {
	padding-right: 12px !important
}

.pdt12 {
	padding-top: 12px !important
}

.pdb12 {
	padding-bottom: 12px !important
}

.mg12 {
	margin: 12px !important
}

.mgtb12 {
	margin-top: 12px !important;
	margin-bottom: 12px !important
}

.mglr12 {
	margin-right: 12px !important
}

.mgl12,
.mglr12 {
	margin-left: 12px !important
}

.mgr12 {
	margin-right: 12px !important
}

.mgt12 {
	margin-top: 12px !important
}

.mgb12 {
	margin-bottom: 12px !important
}

.pd13 {
	padding: 13px !important
}

.pdtb13 {
	padding-top: 13px !important;
	padding-bottom: 13px !important
}

.pdlr13 {
	padding-right: 13px !important
}

.pdl13,
.pdlr13 {
	padding-left: 13px !important
}

.pdr13 {
	padding-right: 13px !important
}

.pdt13 {
	padding-top: 13px !important
}

.pdb13 {
	padding-bottom: 13px !important
}

.mg13 {
	margin: 13px !important
}

.mgtb13 {
	margin-top: 13px !important;
	margin-bottom: 13px !important
}

.mglr13 {
	margin-right: 13px !important
}

.mgl13,
.mglr13 {
	margin-left: 13px !important
}

.mgr13 {
	margin-right: 13px !important
}

.mgt13 {
	margin-top: 13px !important
}

.mgb13 {
	margin-bottom: 13px !important
}

.pd14 {
	padding: 14px !important
}

.pdtb14 {
	padding-top: 14px !important;
	padding-bottom: 14px !important
}

.pdlr14 {
	padding-right: 14px !important
}

.pdl14,
.pdlr14 {
	padding-left: 14px !important
}

.pdr14 {
	padding-right: 14px !important
}

.pdt14 {
	padding-top: 14px !important
}

.pdb14 {
	padding-bottom: 14px !important
}

.mg14 {
	margin: 14px !important
}

.mgtb14 {
	margin-top: 14px !important;
	margin-bottom: 14px !important
}

.mglr14 {
	margin-right: 14px !important
}

.mgl14,
.mglr14 {
	margin-left: 14px !important
}

.mgr14 {
	margin-right: 14px !important
}

.mgt14 {
	margin-top: 14px !important
}

.mgb14 {
	margin-bottom: 14px !important
}

.pd15 {
	padding: 15px !important
}

.pdtb15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important
}

.pdlr15 {
	padding-right: 15px !important
}

.pdl15,
.pdlr15 {
	padding-left: 15px !important
}

.pdr15 {
	padding-right: 15px !important
}

.pdt15 {
	padding-top: 15px !important
}

.pdb15 {
	padding-bottom: 15px !important
}

.mg15 {
	margin: 15px !important
}

.mgtb15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important
}

.mglr15 {
	margin-right: 15px !important
}

.mgl15,
.mglr15 {
	margin-left: 15px !important
}

.mgr15 {
	margin-right: 15px !important
}

.mgt15 {
	margin-top: 15px !important
}

.mgb15 {
	margin-bottom: 15px !important
}

.pd16 {
	padding: 16px !important
}

.pdtb16 {
	padding-top: 16px !important;
	padding-bottom: 16px !important
}

.pdlr16 {
	padding-right: 16px !important
}

.pdl16,
.pdlr16 {
	padding-left: 16px !important
}

.pdr16 {
	padding-right: 16px !important
}

.pdt16 {
	padding-top: 16px !important
}

.pdb16 {
	padding-bottom: 16px !important
}

.mg16 {
	margin: 16px !important
}

.mgtb16 {
	margin-top: 16px !important;
	margin-bottom: 16px !important
}

.mglr16 {
	margin-right: 16px !important
}

.mgl16,
.mglr16 {
	margin-left: 16px !important
}

.mgr16 {
	margin-right: 16px !important
}

.mgt16 {
	margin-top: 16px !important
}

.mgb16 {
	margin-bottom: 16px !important
}

.pd17 {
	padding: 17px !important
}

.pdtb17 {
	padding-top: 17px !important;
	padding-bottom: 17px !important
}

.pdlr17 {
	padding-right: 17px !important
}

.pdl17,
.pdlr17 {
	padding-left: 17px !important
}

.pdr17 {
	padding-right: 17px !important
}

.pdt17 {
	padding-top: 17px !important
}

.pdb17 {
	padding-bottom: 17px !important
}

.mg17 {
	margin: 17px !important
}

.mgtb17 {
	margin-top: 17px !important;
	margin-bottom: 17px !important
}

.mglr17 {
	margin-right: 17px !important
}

.mgl17,
.mglr17 {
	margin-left: 17px !important
}

.mgr17 {
	margin-right: 17px !important
}

.mgt17 {
	margin-top: 17px !important
}

.mgb17 {
	margin-bottom: 17px !important
}

.pd18 {
	padding: 18px !important
}

.pdtb18 {
	padding-top: 18px !important;
	padding-bottom: 18px !important
}

.pdlr18 {
	padding-right: 18px !important
}

.pdl18,
.pdlr18 {
	padding-left: 18px !important
}

.pdr18 {
	padding-right: 18px !important
}

.pdt18 {
	padding-top: 18px !important
}

.pdb18 {
	padding-bottom: 18px !important
}

.mg18 {
	margin: 18px !important
}

.mgtb18 {
	margin-top: 18px !important;
	margin-bottom: 18px !important
}

.mglr18 {
	margin-right: 18px !important
}

.mgl18,
.mglr18 {
	margin-left: 18px !important
}

.mgr18 {
	margin-right: 18px !important
}

.mgt18 {
	margin-top: 18px !important
}

.mgb18 {
	margin-bottom: 18px !important
}

.pd19 {
	padding: 19px !important
}

.pdtb19 {
	padding-top: 19px !important;
	padding-bottom: 19px !important
}

.pdlr19 {
	padding-right: 19px !important
}

.pdl19,
.pdlr19 {
	padding-left: 19px !important
}

.pdr19 {
	padding-right: 19px !important
}

.pdt19 {
	padding-top: 19px !important
}

.pdb19 {
	padding-bottom: 19px !important
}

.mg19 {
	margin: 19px !important
}

.mgtb19 {
	margin-top: 19px !important;
	margin-bottom: 19px !important
}

.mglr19 {
	margin-right: 19px !important
}

.mgl19,
.mglr19 {
	margin-left: 19px !important
}

.mgr19 {
	margin-right: 19px !important
}

.mgt19 {
	margin-top: 19px !important
}

.mgb19 {
	margin-bottom: 19px !important
}

.pd20 {
	padding: 20px !important
}

.pdtb20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important
}

.pdlr20 {
	padding-right: 20px !important
}

.pdl20,
.pdlr20 {
	padding-left: 20px !important
}

.pdr20 {
	padding-right: 20px !important
}

.pdt20 {
	padding-top: 20px !important
}

.pdb20 {
	padding-bottom: 20px !important
}

.mg20 {
	margin: 20px !important
}

.mgtb20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important
}

.mglr20 {
	margin-right: 20px !important
}

.mgl20,
.mglr20 {
	margin-left: 20px !important
}

.mgr20 {
	margin-right: 20px !important
}

.mgt20 {
	margin-top: 20px !important
}

.mgb20 {
	margin-bottom: 20px !important
}

.pd21 {
	padding: 21px !important
}

.pdtb21 {
	padding-top: 21px !important;
	padding-bottom: 21px !important
}

.pdlr21 {
	padding-right: 21px !important
}

.pdl21,
.pdlr21 {
	padding-left: 21px !important
}

.pdr21 {
	padding-right: 21px !important
}

.pdt21 {
	padding-top: 21px !important
}

.pdb21 {
	padding-bottom: 21px !important
}

.mg21 {
	margin: 21px !important
}

.mgtb21 {
	margin-top: 21px !important;
	margin-bottom: 21px !important
}

.mglr21 {
	margin-right: 21px !important
}

.mgl21,
.mglr21 {
	margin-left: 21px !important
}

.mgr21 {
	margin-right: 21px !important
}

.mgt21 {
	margin-top: 21px !important
}

.mgb21 {
	margin-bottom: 21px !important
}

.pd22 {
	padding: 22px !important
}

.pdtb22 {
	padding-top: 22px !important;
	padding-bottom: 22px !important
}

.pdlr22 {
	padding-right: 22px !important
}

.pdl22,
.pdlr22 {
	padding-left: 22px !important
}

.pdr22 {
	padding-right: 22px !important
}

.pdt22 {
	padding-top: 22px !important
}

.pdb22 {
	padding-bottom: 22px !important
}

.mg22 {
	margin: 22px !important
}

.mgtb22 {
	margin-top: 22px !important;
	margin-bottom: 22px !important
}

.mglr22 {
	margin-right: 22px !important
}

.mgl22,
.mglr22 {
	margin-left: 22px !important
}

.mgr22 {
	margin-right: 22px !important
}

.mgt22 {
	margin-top: 22px !important
}

.mgb22 {
	margin-bottom: 22px !important
}

.pd23 {
	padding: 23px !important
}

.pdtb23 {
	padding-top: 23px !important;
	padding-bottom: 23px !important
}

.pdlr23 {
	padding-right: 23px !important
}

.pdl23,
.pdlr23 {
	padding-left: 23px !important
}

.pdr23 {
	padding-right: 23px !important
}

.pdt23 {
	padding-top: 23px !important
}

.pdb23 {
	padding-bottom: 23px !important
}

.mg23 {
	margin: 23px !important
}

.mgtb23 {
	margin-top: 23px !important;
	margin-bottom: 23px !important
}

.mglr23 {
	margin-right: 23px !important
}

.mgl23,
.mglr23 {
	margin-left: 23px !important
}

.mgr23 {
	margin-right: 23px !important
}

.mgt23 {
	margin-top: 23px !important
}

.mgb23 {
	margin-bottom: 23px !important
}

.pd24 {
	padding: 24px !important
}

.pdtb24 {
	padding-top: 24px !important;
	padding-bottom: 24px !important
}

.pdlr24 {
	padding-right: 24px !important
}

.pdl24,
.pdlr24 {
	padding-left: 24px !important
}

.pdr24 {
	padding-right: 24px !important
}

.pdt24 {
	padding-top: 24px !important
}

.pdb24 {
	padding-bottom: 24px !important
}

.mg24 {
	margin: 24px !important
}

.mgtb24 {
	margin-top: 24px !important;
	margin-bottom: 24px !important
}

.mglr24 {
	margin-right: 24px !important
}

.mgl24,
.mglr24 {
	margin-left: 24px !important
}

.mgr24 {
	margin-right: 24px !important
}

.mgt24 {
	margin-top: 24px !important
}

.mgb24 {
	margin-bottom: 24px !important
}

.pd25 {
	padding: 25px !important
}

.pdtb25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important
}

.pdlr25 {
	padding-right: 25px !important
}

.pdl25,
.pdlr25 {
	padding-left: 25px !important
}

.pdr25 {
	padding-right: 25px !important
}

.pdt25 {
	padding-top: 25px !important
}

.pdb25 {
	padding-bottom: 25px !important
}

.mg25 {
	margin: 25px !important
}

.mgtb25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important
}

.mglr25 {
	margin-right: 25px !important
}

.mgl25,
.mglr25 {
	margin-left: 25px !important
}

.mgr25 {
	margin-right: 25px !important
}

.mgt25 {
	margin-top: 25px !important
}

.mgb25 {
	margin-bottom: 25px !important
}

.pd26 {
	padding: 26px !important
}

.pdtb26 {
	padding-top: 26px !important;
	padding-bottom: 26px !important
}

.pdlr26 {
	padding-right: 26px !important
}

.pdl26,
.pdlr26 {
	padding-left: 26px !important
}

.pdr26 {
	padding-right: 26px !important
}

.pdt26 {
	padding-top: 26px !important
}

.pdb26 {
	padding-bottom: 26px !important
}

.mg26 {
	margin: 26px !important
}

.mgtb26 {
	margin-top: 26px !important;
	margin-bottom: 26px !important
}

.mglr26 {
	margin-right: 26px !important
}

.mgl26,
.mglr26 {
	margin-left: 26px !important
}

.mgr26 {
	margin-right: 26px !important
}

.mgt26 {
	margin-top: 26px !important
}

.mgb26 {
	margin-bottom: 26px !important
}

.pd27 {
	padding: 27px !important
}

.pdtb27 {
	padding-top: 27px !important;
	padding-bottom: 27px !important
}

.pdlr27 {
	padding-right: 27px !important
}

.pdl27,
.pdlr27 {
	padding-left: 27px !important
}

.pdr27 {
	padding-right: 27px !important
}

.pdt27 {
	padding-top: 27px !important
}

.pdb27 {
	padding-bottom: 27px !important
}

.mg27 {
	margin: 27px !important
}

.mgtb27 {
	margin-top: 27px !important;
	margin-bottom: 27px !important
}

.mglr27 {
	margin-right: 27px !important
}

.mgl27,
.mglr27 {
	margin-left: 27px !important
}

.mgr27 {
	margin-right: 27px !important
}

.mgt27 {
	margin-top: 27px !important
}

.mgb27 {
	margin-bottom: 27px !important
}

.pd28 {
	padding: 28px !important
}

.pdtb28 {
	padding-top: 28px !important;
	padding-bottom: 28px !important
}

.pdlr28 {
	padding-right: 28px !important
}

.pdl28,
.pdlr28 {
	padding-left: 28px !important
}

.pdr28 {
	padding-right: 28px !important
}

.pdt28 {
	padding-top: 28px !important
}

.pdb28 {
	padding-bottom: 28px !important
}

.mg28 {
	margin: 28px !important
}

.mgtb28 {
	margin-top: 28px !important;
	margin-bottom: 28px !important
}

.mglr28 {
	margin-right: 28px !important
}

.mgl28,
.mglr28 {
	margin-left: 28px !important
}

.mgr28 {
	margin-right: 28px !important
}

.mgt28 {
	margin-top: 28px !important
}

.mgb28 {
	margin-bottom: 28px !important
}

.pd29 {
	padding: 29px !important
}

.pdtb29 {
	padding-top: 29px !important;
	padding-bottom: 29px !important
}

.pdlr29 {
	padding-right: 29px !important
}

.pdl29,
.pdlr29 {
	padding-left: 29px !important
}

.pdr29 {
	padding-right: 29px !important
}

.pdt29 {
	padding-top: 29px !important
}

.pdb29 {
	padding-bottom: 29px !important
}

.mg29 {
	margin: 29px !important
}

.mgtb29 {
	margin-top: 29px !important;
	margin-bottom: 29px !important
}

.mglr29 {
	margin-right: 29px !important
}

.mgl29,
.mglr29 {
	margin-left: 29px !important
}

.mgr29 {
	margin-right: 29px !important
}

.mgt29 {
	margin-top: 29px !important
}

.mgb29 {
	margin-bottom: 29px !important
}

.pd30 {
	padding: 30px !important
}

.pdtb30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important
}

.pdlr30 {
	padding-right: 30px !important
}

.pdl30,
.pdlr30 {
	padding-left: 30px !important
}

.pdr30 {
	padding-right: 30px !important
}

.pdt30 {
	padding-top: 30px !important
}

.pdb30 {
	padding-bottom: 30px !important
}

.mg30 {
	margin: 30px !important
}

.mgtb30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important
}

.mglr30 {
	margin-right: 30px !important
}

.mgl30,
.mglr30 {
	margin-left: 30px !important
}

.mgr30 {
	margin-right: 30px !important
}

.mgt30 {
	margin-top: 30px !important
}

.mgb30 {
	margin-bottom: 30px !important
}

.pd31 {
	padding: 31px !important
}

.pdtb31 {
	padding-top: 31px !important;
	padding-bottom: 31px !important
}

.pdlr31 {
	padding-right: 31px !important
}

.pdl31,
.pdlr31 {
	padding-left: 31px !important
}

.pdr31 {
	padding-right: 31px !important
}

.pdt31 {
	padding-top: 31px !important
}

.pdb31 {
	padding-bottom: 31px !important
}

.mg31 {
	margin: 31px !important
}

.mgtb31 {
	margin-top: 31px !important;
	margin-bottom: 31px !important
}

.mglr31 {
	margin-right: 31px !important
}

.mgl31,
.mglr31 {
	margin-left: 31px !important
}

.mgr31 {
	margin-right: 31px !important
}

.mgt31 {
	margin-top: 31px !important
}

.mgb31 {
	margin-bottom: 31px !important
}

.pd32 {
	padding: 32px !important
}

.pdtb32 {
	padding-top: 32px !important;
	padding-bottom: 32px !important
}

.pdlr32 {
	padding-right: 32px !important
}

.pdl32,
.pdlr32 {
	padding-left: 32px !important
}

.pdr32 {
	padding-right: 32px !important
}

.pdt32 {
	padding-top: 32px !important
}

.pdb32 {
	padding-bottom: 32px !important
}

.mg32 {
	margin: 32px !important
}

.mgtb32 {
	margin-top: 32px !important;
	margin-bottom: 32px !important
}

.mglr32 {
	margin-right: 32px !important
}

.mgl32,
.mglr32 {
	margin-left: 32px !important
}

.mgr32 {
	margin-right: 32px !important
}

.mgt32 {
	margin-top: 32px !important
}

.mgb32 {
	margin-bottom: 32px !important
}

.pd33 {
	padding: 33px !important
}

.pdtb33 {
	padding-top: 33px !important;
	padding-bottom: 33px !important
}

.pdlr33 {
	padding-right: 33px !important
}

.pdl33,
.pdlr33 {
	padding-left: 33px !important
}

.pdr33 {
	padding-right: 33px !important
}

.pdt33 {
	padding-top: 33px !important
}

.pdb33 {
	padding-bottom: 33px !important
}

.mg33 {
	margin: 33px !important
}

.mgtb33 {
	margin-top: 33px !important;
	margin-bottom: 33px !important
}

.mglr33 {
	margin-right: 33px !important
}

.mgl33,
.mglr33 {
	margin-left: 33px !important
}

.mgr33 {
	margin-right: 33px !important
}

.mgt33 {
	margin-top: 33px !important
}

.mgb33 {
	margin-bottom: 33px !important
}

.pd34 {
	padding: 34px !important
}

.pdtb34 {
	padding-top: 34px !important;
	padding-bottom: 34px !important
}

.pdlr34 {
	padding-right: 34px !important
}

.pdl34,
.pdlr34 {
	padding-left: 34px !important
}

.pdr34 {
	padding-right: 34px !important
}

.pdt34 {
	padding-top: 34px !important
}

.pdb34 {
	padding-bottom: 34px !important
}

.mg34 {
	margin: 34px !important
}

.mgtb34 {
	margin-top: 34px !important;
	margin-bottom: 34px !important
}

.mglr34 {
	margin-right: 34px !important
}

.mgl34,
.mglr34 {
	margin-left: 34px !important
}

.mgr34 {
	margin-right: 34px !important
}

.mgt34 {
	margin-top: 34px !important
}

.mgb34 {
	margin-bottom: 34px !important
}

.pd35 {
	padding: 35px !important
}

.pdtb35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important
}

.pdlr35 {
	padding-right: 35px !important
}

.pdl35,
.pdlr35 {
	padding-left: 35px !important
}

.pdr35 {
	padding-right: 35px !important
}

.pdt35 {
	padding-top: 35px !important
}

.pdb35 {
	padding-bottom: 35px !important
}

.mg35 {
	margin: 35px !important
}

.mgtb35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important
}

.mglr35 {
	margin-right: 35px !important
}

.mgl35,
.mglr35 {
	margin-left: 35px !important
}

.mgr35 {
	margin-right: 35px !important
}

.mgt35 {
	margin-top: 35px !important
}

.mgb35 {
	margin-bottom: 35px !important
}

.pd36 {
	padding: 36px !important
}

.pdtb36 {
	padding-top: 36px !important;
	padding-bottom: 36px !important
}

.pdlr36 {
	padding-right: 36px !important
}

.pdl36,
.pdlr36 {
	padding-left: 36px !important
}

.pdr36 {
	padding-right: 36px !important
}

.pdt36 {
	padding-top: 36px !important
}

.pdb36 {
	padding-bottom: 36px !important
}

.mg36 {
	margin: 36px !important
}

.mgtb36 {
	margin-top: 36px !important;
	margin-bottom: 36px !important
}

.mglr36 {
	margin-right: 36px !important
}

.mgl36,
.mglr36 {
	margin-left: 36px !important
}

.mgr36 {
	margin-right: 36px !important
}

.mgt36 {
	margin-top: 36px !important
}

.mgb36 {
	margin-bottom: 36px !important
}

.pd37 {
	padding: 37px !important
}

.pdtb37 {
	padding-top: 37px !important;
	padding-bottom: 37px !important
}

.pdlr37 {
	padding-right: 37px !important
}

.pdl37,
.pdlr37 {
	padding-left: 37px !important
}

.pdr37 {
	padding-right: 37px !important
}

.pdt37 {
	padding-top: 37px !important
}

.pdb37 {
	padding-bottom: 37px !important
}

.mg37 {
	margin: 37px !important
}

.mgtb37 {
	margin-top: 37px !important;
	margin-bottom: 37px !important
}

.mglr37 {
	margin-right: 37px !important
}

.mgl37,
.mglr37 {
	margin-left: 37px !important
}

.mgr37 {
	margin-right: 37px !important
}

.mgt37 {
	margin-top: 37px !important
}

.mgb37 {
	margin-bottom: 37px !important
}

.pd38 {
	padding: 38px !important
}

.pdtb38 {
	padding-top: 38px !important;
	padding-bottom: 38px !important
}

.pdlr38 {
	padding-right: 38px !important
}

.pdl38,
.pdlr38 {
	padding-left: 38px !important
}

.pdr38 {
	padding-right: 38px !important
}

.pdt38 {
	padding-top: 38px !important
}

.pdb38 {
	padding-bottom: 38px !important
}

.mg38 {
	margin: 38px !important
}

.mgtb38 {
	margin-top: 38px !important;
	margin-bottom: 38px !important
}

.mglr38 {
	margin-right: 38px !important
}

.mgl38,
.mglr38 {
	margin-left: 38px !important
}

.mgr38 {
	margin-right: 38px !important
}

.mgt38 {
	margin-top: 38px !important
}

.mgb38 {
	margin-bottom: 38px !important
}

.pd39 {
	padding: 39px !important
}

.pdtb39 {
	padding-top: 39px !important;
	padding-bottom: 39px !important
}

.pdlr39 {
	padding-right: 39px !important
}

.pdl39,
.pdlr39 {
	padding-left: 39px !important
}

.pdr39 {
	padding-right: 39px !important
}

.pdt39 {
	padding-top: 39px !important
}

.pdb39 {
	padding-bottom: 39px !important
}

.mg39 {
	margin: 39px !important
}

.mgtb39 {
	margin-top: 39px !important;
	margin-bottom: 39px !important
}

.mglr39 {
	margin-right: 39px !important
}

.mgl39,
.mglr39 {
	margin-left: 39px !important
}

.mgr39 {
	margin-right: 39px !important
}

.mgt39 {
	margin-top: 39px !important
}

.mgb39 {
	margin-bottom: 39px !important
}

.pd40 {
	padding: 40px !important
}

.pdtb40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important
}

.pdlr40 {
	padding-right: 40px !important
}

.pdl40,
.pdlr40 {
	padding-left: 40px !important
}

.pdr40 {
	padding-right: 40px !important
}

.pdt40 {
	padding-top: 40px !important
}

.pdb40 {
	padding-bottom: 40px !important
}

.mg40 {
	margin: 40px !important
}

.mgtb40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important
}

.mglr40 {
	margin-right: 40px !important
}

.mgl40,
.mglr40 {
	margin-left: 40px !important
}

.mgr40 {
	margin-right: 40px !important
}

.mgt40 {
	margin-top: 40px !important
}

.mgb40 {
	margin-bottom: 40px !important
}

.pd41 {
	padding: 41px !important
}

.pdtb41 {
	padding-top: 41px !important;
	padding-bottom: 41px !important
}

.pdlr41 {
	padding-right: 41px !important
}

.pdl41,
.pdlr41 {
	padding-left: 41px !important
}

.pdr41 {
	padding-right: 41px !important
}

.pdt41 {
	padding-top: 41px !important
}

.pdb41 {
	padding-bottom: 41px !important
}

.mg41 {
	margin: 41px !important
}

.mgtb41 {
	margin-top: 41px !important;
	margin-bottom: 41px !important
}

.mglr41 {
	margin-right: 41px !important
}

.mgl41,
.mglr41 {
	margin-left: 41px !important
}

.mgr41 {
	margin-right: 41px !important
}

.mgt41 {
	margin-top: 41px !important
}

.mgb41 {
	margin-bottom: 41px !important
}

.pd42 {
	padding: 42px !important
}

.pdtb42 {
	padding-top: 42px !important;
	padding-bottom: 42px !important
}

.pdlr42 {
	padding-right: 42px !important
}

.pdl42,
.pdlr42 {
	padding-left: 42px !important
}

.pdr42 {
	padding-right: 42px !important
}

.pdt42 {
	padding-top: 42px !important
}

.pdb42 {
	padding-bottom: 42px !important
}

.mg42 {
	margin: 42px !important
}

.mgtb42 {
	margin-top: 42px !important;
	margin-bottom: 42px !important
}

.mglr42 {
	margin-right: 42px !important
}

.mgl42,
.mglr42 {
	margin-left: 42px !important
}

.mgr42 {
	margin-right: 42px !important
}

.mgt42 {
	margin-top: 42px !important
}

.mgb42 {
	margin-bottom: 42px !important
}

.pd43 {
	padding: 43px !important
}

.pdtb43 {
	padding-top: 43px !important;
	padding-bottom: 43px !important
}

.pdlr43 {
	padding-right: 43px !important
}

.pdl43,
.pdlr43 {
	padding-left: 43px !important
}

.pdr43 {
	padding-right: 43px !important
}

.pdt43 {
	padding-top: 43px !important
}

.pdb43 {
	padding-bottom: 43px !important
}

.mg43 {
	margin: 43px !important
}

.mgtb43 {
	margin-top: 43px !important;
	margin-bottom: 43px !important
}

.mglr43 {
	margin-right: 43px !important
}

.mgl43,
.mglr43 {
	margin-left: 43px !important
}

.mgr43 {
	margin-right: 43px !important
}

.mgt43 {
	margin-top: 43px !important
}

.mgb43 {
	margin-bottom: 43px !important
}

.pd44 {
	padding: 44px !important
}

.pdtb44 {
	padding-top: 44px !important;
	padding-bottom: 44px !important
}

.pdlr44 {
	padding-right: 44px !important
}

.pdl44,
.pdlr44 {
	padding-left: 44px !important
}

.pdr44 {
	padding-right: 44px !important
}

.pdt44 {
	padding-top: 44px !important
}

.pdb44 {
	padding-bottom: 44px !important
}

.mg44 {
	margin: 44px !important
}

.mgtb44 {
	margin-top: 44px !important;
	margin-bottom: 44px !important
}

.mglr44 {
	margin-right: 44px !important
}

.mgl44,
.mglr44 {
	margin-left: 44px !important
}

.mgr44 {
	margin-right: 44px !important
}

.mgt44 {
	margin-top: 44px !important
}

.mgb44 {
	margin-bottom: 44px !important
}

.pd45 {
	padding: 45px !important
}

.pdtb45 {
	padding-top: 45px !important;
	padding-bottom: 45px !important
}

.pdlr45 {
	padding-right: 45px !important
}

.pdl45,
.pdlr45 {
	padding-left: 45px !important
}

.pdr45 {
	padding-right: 45px !important
}

.pdt45 {
	padding-top: 45px !important
}

.pdb45 {
	padding-bottom: 45px !important
}

.mg45 {
	margin: 45px !important
}

.mgtb45 {
	margin-top: 45px !important;
	margin-bottom: 45px !important
}

.mglr45 {
	margin-right: 45px !important
}

.mgl45,
.mglr45 {
	margin-left: 45px !important
}

.mgr45 {
	margin-right: 45px !important
}

.mgt45 {
	margin-top: 45px !important
}

.mgb45 {
	margin-bottom: 45px !important
}

.pd46 {
	padding: 46px !important
}

.pdtb46 {
	padding-top: 46px !important;
	padding-bottom: 46px !important
}

.pdlr46 {
	padding-right: 46px !important
}

.pdl46,
.pdlr46 {
	padding-left: 46px !important
}

.pdr46 {
	padding-right: 46px !important
}

.pdt46 {
	padding-top: 46px !important
}

.pdb46 {
	padding-bottom: 46px !important
}

.mg46 {
	margin: 46px !important
}

.mgtb46 {
	margin-top: 46px !important;
	margin-bottom: 46px !important
}

.mglr46 {
	margin-right: 46px !important
}

.mgl46,
.mglr46 {
	margin-left: 46px !important
}

.mgr46 {
	margin-right: 46px !important
}

.mgt46 {
	margin-top: 46px !important
}

.mgb46 {
	margin-bottom: 46px !important
}

.pd47 {
	padding: 47px !important
}

.pdtb47 {
	padding-top: 47px !important;
	padding-bottom: 47px !important
}

.pdlr47 {
	padding-right: 47px !important
}

.pdl47,
.pdlr47 {
	padding-left: 47px !important
}

.pdr47 {
	padding-right: 47px !important
}

.pdt47 {
	padding-top: 47px !important
}

.pdb47 {
	padding-bottom: 47px !important
}

.mg47 {
	margin: 47px !important
}

.mgtb47 {
	margin-top: 47px !important;
	margin-bottom: 47px !important
}

.mglr47 {
	margin-right: 47px !important
}

.mgl47,
.mglr47 {
	margin-left: 47px !important
}

.mgr47 {
	margin-right: 47px !important
}

.mgt47 {
	margin-top: 47px !important
}

.mgb47 {
	margin-bottom: 47px !important
}

.pd48 {
	padding: 48px !important
}

.pdtb48 {
	padding-top: 48px !important;
	padding-bottom: 48px !important
}

.pdlr48 {
	padding-right: 48px !important
}

.pdl48,
.pdlr48 {
	padding-left: 48px !important
}

.pdr48 {
	padding-right: 48px !important
}

.pdt48 {
	padding-top: 48px !important
}

.pdb48 {
	padding-bottom: 48px !important
}

.mg48 {
	margin: 48px !important
}

.mgtb48 {
	margin-top: 48px !important;
	margin-bottom: 48px !important
}

.mglr48 {
	margin-right: 48px !important
}

.mgl48,
.mglr48 {
	margin-left: 48px !important
}

.mgr48 {
	margin-right: 48px !important
}

.mgt48 {
	margin-top: 48px !important
}

.mgb48 {
	margin-bottom: 48px !important
}

.pd49 {
	padding: 49px !important
}

.pdtb49 {
	padding-top: 49px !important;
	padding-bottom: 49px !important
}

.pdlr49 {
	padding-right: 49px !important
}

.pdl49,
.pdlr49 {
	padding-left: 49px !important
}

.pdr49 {
	padding-right: 49px !important
}

.pdt49 {
	padding-top: 49px !important
}

.pdb49 {
	padding-bottom: 49px !important
}

.mg49 {
	margin: 49px !important
}

.mgtb49 {
	margin-top: 49px !important;
	margin-bottom: 49px !important
}

.mglr49 {
	margin-right: 49px !important
}

.mgl49,
.mglr49 {
	margin-left: 49px !important
}

.mgr49 {
	margin-right: 49px !important
}

.mgt49 {
	margin-top: 49px !important
}

.mgb49 {
	margin-bottom: 49px !important
}

.pd50 {
	padding: 50px !important
}

.pdtb50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important
}

.pdlr50 {
	padding-right: 50px !important
}

.pdl50,
.pdlr50 {
	padding-left: 50px !important
}

.pdr50 {
	padding-right: 50px !important
}

.pdt50 {
	padding-top: 50px !important
}

.pdb50 {
	padding-bottom: 50px !important
}

.mg50 {
	margin: 50px !important
}

.mgtb50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important
}

.mglr50 {
	margin-right: 50px !important
}

.mgl50,
.mglr50 {
	margin-left: 50px !important
}

.mgr50 {
	margin-right: 50px !important
}

.mgt50 {
	margin-top: 50px !important
}

.mgb50 {
	margin-bottom: 50px !important
}

.pd51 {
	padding: 51px !important
}

.pdtb51 {
	padding-top: 51px !important;
	padding-bottom: 51px !important
}

.pdlr51 {
	padding-right: 51px !important
}

.pdl51,
.pdlr51 {
	padding-left: 51px !important
}

.pdr51 {
	padding-right: 51px !important
}

.pdt51 {
	padding-top: 51px !important
}

.pdb51 {
	padding-bottom: 51px !important
}

.mg51 {
	margin: 51px !important
}

.mgtb51 {
	margin-top: 51px !important;
	margin-bottom: 51px !important
}

.mglr51 {
	margin-right: 51px !important
}

.mgl51,
.mglr51 {
	margin-left: 51px !important
}

.mgr51 {
	margin-right: 51px !important
}

.mgt51 {
	margin-top: 51px !important
}

.mgb51 {
	margin-bottom: 51px !important
}

.pd52 {
	padding: 52px !important
}

.pdtb52 {
	padding-top: 52px !important;
	padding-bottom: 52px !important
}

.pdlr52 {
	padding-right: 52px !important
}

.pdl52,
.pdlr52 {
	padding-left: 52px !important
}

.pdr52 {
	padding-right: 52px !important
}

.pdt52 {
	padding-top: 52px !important
}

.pdb52 {
	padding-bottom: 52px !important
}

.mg52 {
	margin: 52px !important
}

.mgtb52 {
	margin-top: 52px !important;
	margin-bottom: 52px !important
}

.mglr52 {
	margin-right: 52px !important
}

.mgl52,
.mglr52 {
	margin-left: 52px !important
}

.mgr52 {
	margin-right: 52px !important
}

.mgt52 {
	margin-top: 52px !important
}

.mgb52 {
	margin-bottom: 52px !important
}

.pd53 {
	padding: 53px !important
}

.pdtb53 {
	padding-top: 53px !important;
	padding-bottom: 53px !important
}

.pdlr53 {
	padding-right: 53px !important
}

.pdl53,
.pdlr53 {
	padding-left: 53px !important
}

.pdr53 {
	padding-right: 53px !important
}

.pdt53 {
	padding-top: 53px !important
}

.pdb53 {
	padding-bottom: 53px !important
}

.mg53 {
	margin: 53px !important
}

.mgtb53 {
	margin-top: 53px !important;
	margin-bottom: 53px !important
}

.mglr53 {
	margin-right: 53px !important
}

.mgl53,
.mglr53 {
	margin-left: 53px !important
}

.mgr53 {
	margin-right: 53px !important
}

.mgt53 {
	margin-top: 53px !important
}

.mgb53 {
	margin-bottom: 53px !important
}

.pd54 {
	padding: 54px !important
}

.pdtb54 {
	padding-top: 54px !important;
	padding-bottom: 54px !important
}

.pdlr54 {
	padding-right: 54px !important
}

.pdl54,
.pdlr54 {
	padding-left: 54px !important
}

.pdr54 {
	padding-right: 54px !important
}

.pdt54 {
	padding-top: 54px !important
}

.pdb54 {
	padding-bottom: 54px !important
}

.mg54 {
	margin: 54px !important
}

.mgtb54 {
	margin-top: 54px !important;
	margin-bottom: 54px !important
}

.mglr54 {
	margin-right: 54px !important
}

.mgl54,
.mglr54 {
	margin-left: 54px !important
}

.mgr54 {
	margin-right: 54px !important
}

.mgt54 {
	margin-top: 54px !important
}

.mgb54 {
	margin-bottom: 54px !important
}

.pd55 {
	padding: 55px !important
}

.pdtb55 {
	padding-top: 55px !important;
	padding-bottom: 55px !important
}

.pdlr55 {
	padding-right: 55px !important
}

.pdl55,
.pdlr55 {
	padding-left: 55px !important
}

.pdr55 {
	padding-right: 55px !important
}

.pdt55 {
	padding-top: 55px !important
}

.pdb55 {
	padding-bottom: 55px !important
}

.mg55 {
	margin: 55px !important
}

.mgtb55 {
	margin-top: 55px !important;
	margin-bottom: 55px !important
}

.mglr55 {
	margin-right: 55px !important
}

.mgl55,
.mglr55 {
	margin-left: 55px !important
}

.mgr55 {
	margin-right: 55px !important
}

.mgt55 {
	margin-top: 55px !important
}

.mgb55 {
	margin-bottom: 55px !important
}

.pd56 {
	padding: 56px !important
}

.pdtb56 {
	padding-top: 56px !important;
	padding-bottom: 56px !important
}

.pdlr56 {
	padding-right: 56px !important
}

.pdl56,
.pdlr56 {
	padding-left: 56px !important
}

.pdr56 {
	padding-right: 56px !important
}

.pdt56 {
	padding-top: 56px !important
}

.pdb56 {
	padding-bottom: 56px !important
}

.mg56 {
	margin: 56px !important
}

.mgtb56 {
	margin-top: 56px !important;
	margin-bottom: 56px !important
}

.mglr56 {
	margin-right: 56px !important
}

.mgl56,
.mglr56 {
	margin-left: 56px !important
}

.mgr56 {
	margin-right: 56px !important
}

.mgt56 {
	margin-top: 56px !important
}

.mgb56 {
	margin-bottom: 56px !important
}

.pd57 {
	padding: 57px !important
}

.pdtb57 {
	padding-top: 57px !important;
	padding-bottom: 57px !important
}

.pdlr57 {
	padding-right: 57px !important
}

.pdl57,
.pdlr57 {
	padding-left: 57px !important
}

.pdr57 {
	padding-right: 57px !important
}

.pdt57 {
	padding-top: 57px !important
}

.pdb57 {
	padding-bottom: 57px !important
}

.mg57 {
	margin: 57px !important
}

.mgtb57 {
	margin-top: 57px !important;
	margin-bottom: 57px !important
}

.mglr57 {
	margin-right: 57px !important
}

.mgl57,
.mglr57 {
	margin-left: 57px !important
}

.mgr57 {
	margin-right: 57px !important
}

.mgt57 {
	margin-top: 57px !important
}

.mgb57 {
	margin-bottom: 57px !important
}

.pd58 {
	padding: 58px !important
}

.pdtb58 {
	padding-top: 58px !important;
	padding-bottom: 58px !important
}

.pdlr58 {
	padding-right: 58px !important
}

.pdl58,
.pdlr58 {
	padding-left: 58px !important
}

.pdr58 {
	padding-right: 58px !important
}

.pdt58 {
	padding-top: 58px !important
}

.pdb58 {
	padding-bottom: 58px !important
}

.mg58 {
	margin: 58px !important
}

.mgtb58 {
	margin-top: 58px !important;
	margin-bottom: 58px !important
}

.mglr58 {
	margin-right: 58px !important
}

.mgl58,
.mglr58 {
	margin-left: 58px !important
}

.mgr58 {
	margin-right: 58px !important
}

.mgt58 {
	margin-top: 58px !important
}

.mgb58 {
	margin-bottom: 58px !important
}

.pd59 {
	padding: 59px !important
}

.pdtb59 {
	padding-top: 59px !important;
	padding-bottom: 59px !important
}

.pdlr59 {
	padding-right: 59px !important
}

.pdl59,
.pdlr59 {
	padding-left: 59px !important
}

.pdr59 {
	padding-right: 59px !important
}

.pdt59 {
	padding-top: 59px !important
}

.pdb59 {
	padding-bottom: 59px !important
}

.mg59 {
	margin: 59px !important
}

.mgtb59 {
	margin-top: 59px !important;
	margin-bottom: 59px !important
}

.mglr59 {
	margin-right: 59px !important
}

.mgl59,
.mglr59 {
	margin-left: 59px !important
}

.mgr59 {
	margin-right: 59px !important
}

.mgt59 {
	margin-top: 59px !important
}

.mgb59 {
	margin-bottom: 59px !important
}

.pd60 {
	padding: 60px !important
}

.pdtb60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important
}

.pdlr60 {
	padding-right: 60px !important
}

.pdl60,
.pdlr60 {
	padding-left: 60px !important
}

.pdr60 {
	padding-right: 60px !important
}

.pdt60 {
	padding-top: 60px !important
}

.pdb60 {
	padding-bottom: 60px !important
}

.mg60 {
	margin: 60px !important
}

.mgtb60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important
}

.mglr60 {
	margin-right: 60px !important
}

.mgl60,
.mglr60 {
	margin-left: 60px !important
}

.mgr60 {
	margin-right: 60px !important
}

.mgt60 {
	margin-top: 60px !important
}

.mgb60 {
	margin-bottom: 60px !important
}

.pd61 {
	padding: 61px !important
}

.pdtb61 {
	padding-top: 61px !important;
	padding-bottom: 61px !important
}

.pdlr61 {
	padding-right: 61px !important
}

.pdl61,
.pdlr61 {
	padding-left: 61px !important
}

.pdr61 {
	padding-right: 61px !important
}

.pdt61 {
	padding-top: 61px !important
}

.pdb61 {
	padding-bottom: 61px !important
}

.mg61 {
	margin: 61px !important
}

.mgtb61 {
	margin-top: 61px !important;
	margin-bottom: 61px !important
}

.mglr61 {
	margin-right: 61px !important
}

.mgl61,
.mglr61 {
	margin-left: 61px !important
}

.mgr61 {
	margin-right: 61px !important
}

.mgt61 {
	margin-top: 61px !important
}

.mgb61 {
	margin-bottom: 61px !important
}

.pd62 {
	padding: 62px !important
}

.pdtb62 {
	padding-top: 62px !important;
	padding-bottom: 62px !important
}

.pdlr62 {
	padding-right: 62px !important
}

.pdl62,
.pdlr62 {
	padding-left: 62px !important
}

.pdr62 {
	padding-right: 62px !important
}

.pdt62 {
	padding-top: 62px !important
}

.pdb62 {
	padding-bottom: 62px !important
}

.mg62 {
	margin: 62px !important
}

.mgtb62 {
	margin-top: 62px !important;
	margin-bottom: 62px !important
}

.mglr62 {
	margin-right: 62px !important
}

.mgl62,
.mglr62 {
	margin-left: 62px !important
}

.mgr62 {
	margin-right: 62px !important
}

.mgt62 {
	margin-top: 62px !important
}

.mgb62 {
	margin-bottom: 62px !important
}

.pd63 {
	padding: 63px !important
}

.pdtb63 {
	padding-top: 63px !important;
	padding-bottom: 63px !important
}

.pdlr63 {
	padding-right: 63px !important
}

.pdl63,
.pdlr63 {
	padding-left: 63px !important
}

.pdr63 {
	padding-right: 63px !important
}

.pdt63 {
	padding-top: 63px !important
}

.pdb63 {
	padding-bottom: 63px !important
}

.mg63 {
	margin: 63px !important
}

.mgtb63 {
	margin-top: 63px !important;
	margin-bottom: 63px !important
}

.mglr63 {
	margin-right: 63px !important
}

.mgl63,
.mglr63 {
	margin-left: 63px !important
}

.mgr63 {
	margin-right: 63px !important
}

.mgt63 {
	margin-top: 63px !important
}

.mgb63 {
	margin-bottom: 63px !important
}

.pd64 {
	padding: 64px !important
}

.pdtb64 {
	padding-top: 64px !important;
	padding-bottom: 64px !important
}

.pdlr64 {
	padding-right: 64px !important
}

.pdl64,
.pdlr64 {
	padding-left: 64px !important
}

.pdr64 {
	padding-right: 64px !important
}

.pdt64 {
	padding-top: 64px !important
}

.pdb64 {
	padding-bottom: 64px !important
}

.mg64 {
	margin: 64px !important
}

.mgtb64 {
	margin-top: 64px !important;
	margin-bottom: 64px !important
}

.mglr64 {
	margin-right: 64px !important
}

.mgl64,
.mglr64 {
	margin-left: 64px !important
}

.mgr64 {
	margin-right: 64px !important
}

.mgt64 {
	margin-top: 64px !important
}

.mgb64 {
	margin-bottom: 64px !important
}

.pd65 {
	padding: 65px !important
}

.pdtb65 {
	padding-top: 65px !important;
	padding-bottom: 65px !important
}

.pdlr65 {
	padding-right: 65px !important
}

.pdl65,
.pdlr65 {
	padding-left: 65px !important
}

.pdr65 {
	padding-right: 65px !important
}

.pdt65 {
	padding-top: 65px !important
}

.pdb65 {
	padding-bottom: 65px !important
}

.mg65 {
	margin: 65px !important
}

.mgtb65 {
	margin-top: 65px !important;
	margin-bottom: 65px !important
}

.mglr65 {
	margin-right: 65px !important
}

.mgl65,
.mglr65 {
	margin-left: 65px !important
}

.mgr65 {
	margin-right: 65px !important
}

.mgt65 {
	margin-top: 65px !important
}

.mgb65 {
	margin-bottom: 65px !important
}

.pd66 {
	padding: 66px !important
}

.pdtb66 {
	padding-top: 66px !important;
	padding-bottom: 66px !important
}

.pdlr66 {
	padding-right: 66px !important
}

.pdl66,
.pdlr66 {
	padding-left: 66px !important
}

.pdr66 {
	padding-right: 66px !important
}

.pdt66 {
	padding-top: 66px !important
}

.pdb66 {
	padding-bottom: 66px !important
}

.mg66 {
	margin: 66px !important
}

.mgtb66 {
	margin-top: 66px !important;
	margin-bottom: 66px !important
}

.mglr66 {
	margin-right: 66px !important
}

.mgl66,
.mglr66 {
	margin-left: 66px !important
}

.mgr66 {
	margin-right: 66px !important
}

.mgt66 {
	margin-top: 66px !important
}

.mgb66 {
	margin-bottom: 66px !important
}

.pd67 {
	padding: 67px !important
}

.pdtb67 {
	padding-top: 67px !important;
	padding-bottom: 67px !important
}

.pdlr67 {
	padding-right: 67px !important
}

.pdl67,
.pdlr67 {
	padding-left: 67px !important
}

.pdr67 {
	padding-right: 67px !important
}

.pdt67 {
	padding-top: 67px !important
}

.pdb67 {
	padding-bottom: 67px !important
}

.mg67 {
	margin: 67px !important
}

.mgtb67 {
	margin-top: 67px !important;
	margin-bottom: 67px !important
}

.mglr67 {
	margin-right: 67px !important
}

.mgl67,
.mglr67 {
	margin-left: 67px !important
}

.mgr67 {
	margin-right: 67px !important
}

.mgt67 {
	margin-top: 67px !important
}

.mgb67 {
	margin-bottom: 67px !important
}

.pd68 {
	padding: 68px !important
}

.pdtb68 {
	padding-top: 68px !important;
	padding-bottom: 68px !important
}

.pdlr68 {
	padding-right: 68px !important
}

.pdl68,
.pdlr68 {
	padding-left: 68px !important
}

.pdr68 {
	padding-right: 68px !important
}

.pdt68 {
	padding-top: 68px !important
}

.pdb68 {
	padding-bottom: 68px !important
}

.mg68 {
	margin: 68px !important
}

.mgtb68 {
	margin-top: 68px !important;
	margin-bottom: 68px !important
}

.mglr68 {
	margin-right: 68px !important
}

.mgl68,
.mglr68 {
	margin-left: 68px !important
}

.mgr68 {
	margin-right: 68px !important
}

.mgt68 {
	margin-top: 68px !important
}

.mgb68 {
	margin-bottom: 68px !important
}

.pd69 {
	padding: 69px !important
}

.pdtb69 {
	padding-top: 69px !important;
	padding-bottom: 69px !important
}

.pdlr69 {
	padding-right: 69px !important
}

.pdl69,
.pdlr69 {
	padding-left: 69px !important
}

.pdr69 {
	padding-right: 69px !important
}

.pdt69 {
	padding-top: 69px !important
}

.pdb69 {
	padding-bottom: 69px !important
}

.mg69 {
	margin: 69px !important
}

.mgtb69 {
	margin-top: 69px !important;
	margin-bottom: 69px !important
}

.mglr69 {
	margin-right: 69px !important
}

.mgl69,
.mglr69 {
	margin-left: 69px !important
}

.mgr69 {
	margin-right: 69px !important
}

.mgt69 {
	margin-top: 69px !important
}

.mgb69 {
	margin-bottom: 69px !important
}

.pd70 {
	padding: 70px !important
}

.pdtb70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important
}

.pdlr70 {
	padding-right: 70px !important
}

.pdl70,
.pdlr70 {
	padding-left: 70px !important
}

.pdr70 {
	padding-right: 70px !important
}

.pdt70 {
	padding-top: 70px !important
}

.pdb70 {
	padding-bottom: 70px !important
}

.mg70 {
	margin: 70px !important
}

.mgtb70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important
}

.mglr70 {
	margin-right: 70px !important
}

.mgl70,
.mglr70 {
	margin-left: 70px !important
}

.mgr70 {
	margin-right: 70px !important
}

.mgt70 {
	margin-top: 70px !important
}

.mgb70 {
	margin-bottom: 70px !important
}

.pd71 {
	padding: 71px !important
}

.pdtb71 {
	padding-top: 71px !important;
	padding-bottom: 71px !important
}

.pdlr71 {
	padding-right: 71px !important
}

.pdl71,
.pdlr71 {
	padding-left: 71px !important
}

.pdr71 {
	padding-right: 71px !important
}

.pdt71 {
	padding-top: 71px !important
}

.pdb71 {
	padding-bottom: 71px !important
}

.mg71 {
	margin: 71px !important
}

.mgtb71 {
	margin-top: 71px !important;
	margin-bottom: 71px !important
}

.mglr71 {
	margin-right: 71px !important
}

.mgl71,
.mglr71 {
	margin-left: 71px !important
}

.mgr71 {
	margin-right: 71px !important
}

.mgt71 {
	margin-top: 71px !important
}

.mgb71 {
	margin-bottom: 71px !important
}

.pd72 {
	padding: 72px !important
}

.pdtb72 {
	padding-top: 72px !important;
	padding-bottom: 72px !important
}

.pdlr72 {
	padding-right: 72px !important
}

.pdl72,
.pdlr72 {
	padding-left: 72px !important
}

.pdr72 {
	padding-right: 72px !important
}

.pdt72 {
	padding-top: 72px !important
}

.pdb72 {
	padding-bottom: 72px !important
}

.mg72 {
	margin: 72px !important
}

.mgtb72 {
	margin-top: 72px !important;
	margin-bottom: 72px !important
}

.mglr72 {
	margin-right: 72px !important
}

.mgl72,
.mglr72 {
	margin-left: 72px !important
}

.mgr72 {
	margin-right: 72px !important
}

.mgt72 {
	margin-top: 72px !important
}

.mgb72 {
	margin-bottom: 72px !important
}

.pd73 {
	padding: 73px !important
}

.pdtb73 {
	padding-top: 73px !important;
	padding-bottom: 73px !important
}

.pdlr73 {
	padding-right: 73px !important
}

.pdl73,
.pdlr73 {
	padding-left: 73px !important
}

.pdr73 {
	padding-right: 73px !important
}

.pdt73 {
	padding-top: 73px !important
}

.pdb73 {
	padding-bottom: 73px !important
}

.mg73 {
	margin: 73px !important
}

.mgtb73 {
	margin-top: 73px !important;
	margin-bottom: 73px !important
}

.mglr73 {
	margin-right: 73px !important
}

.mgl73,
.mglr73 {
	margin-left: 73px !important
}

.mgr73 {
	margin-right: 73px !important
}

.mgt73 {
	margin-top: 73px !important
}

.mgb73 {
	margin-bottom: 73px !important
}

.pd74 {
	padding: 74px !important
}

.pdtb74 {
	padding-top: 74px !important;
	padding-bottom: 74px !important
}

.pdlr74 {
	padding-right: 74px !important
}

.pdl74,
.pdlr74 {
	padding-left: 74px !important
}

.pdr74 {
	padding-right: 74px !important
}

.pdt74 {
	padding-top: 74px !important
}

.pdb74 {
	padding-bottom: 74px !important
}

.mg74 {
	margin: 74px !important
}

.mgtb74 {
	margin-top: 74px !important;
	margin-bottom: 74px !important
}

.mglr74 {
	margin-right: 74px !important
}

.mgl74,
.mglr74 {
	margin-left: 74px !important
}

.mgr74 {
	margin-right: 74px !important
}

.mgt74 {
	margin-top: 74px !important
}

.mgb74 {
	margin-bottom: 74px !important
}

.pd75 {
	padding: 75px !important
}

.pdtb75 {
	padding-top: 75px !important;
	padding-bottom: 75px !important
}

.pdlr75 {
	padding-right: 75px !important
}

.pdl75,
.pdlr75 {
	padding-left: 75px !important
}

.pdr75 {
	padding-right: 75px !important
}

.pdt75 {
	padding-top: 75px !important
}

.pdb75 {
	padding-bottom: 75px !important
}

.mg75 {
	margin: 75px !important
}

.mgtb75 {
	margin-top: 75px !important;
	margin-bottom: 75px !important
}

.mglr75 {
	margin-right: 75px !important
}

.mgl75,
.mglr75 {
	margin-left: 75px !important
}

.mgr75 {
	margin-right: 75px !important
}

.mgt75 {
	margin-top: 75px !important
}

.mgb75 {
	margin-bottom: 75px !important
}

.pd76 {
	padding: 76px !important
}

.pdtb76 {
	padding-top: 76px !important;
	padding-bottom: 76px !important
}

.pdlr76 {
	padding-right: 76px !important
}

.pdl76,
.pdlr76 {
	padding-left: 76px !important
}

.pdr76 {
	padding-right: 76px !important
}

.pdt76 {
	padding-top: 76px !important
}

.pdb76 {
	padding-bottom: 76px !important
}

.mg76 {
	margin: 76px !important
}

.mgtb76 {
	margin-top: 76px !important;
	margin-bottom: 76px !important
}

.mglr76 {
	margin-right: 76px !important
}

.mgl76,
.mglr76 {
	margin-left: 76px !important
}

.mgr76 {
	margin-right: 76px !important
}

.mgt76 {
	margin-top: 76px !important
}

.mgb76 {
	margin-bottom: 76px !important
}

.pd77 {
	padding: 77px !important
}

.pdtb77 {
	padding-top: 77px !important;
	padding-bottom: 77px !important
}

.pdlr77 {
	padding-right: 77px !important
}

.pdl77,
.pdlr77 {
	padding-left: 77px !important
}

.pdr77 {
	padding-right: 77px !important
}

.pdt77 {
	padding-top: 77px !important
}

.pdb77 {
	padding-bottom: 77px !important
}

.mg77 {
	margin: 77px !important
}

.mgtb77 {
	margin-top: 77px !important;
	margin-bottom: 77px !important
}

.mglr77 {
	margin-right: 77px !important
}

.mgl77,
.mglr77 {
	margin-left: 77px !important
}

.mgr77 {
	margin-right: 77px !important
}

.mgt77 {
	margin-top: 77px !important
}

.mgb77 {
	margin-bottom: 77px !important
}

.pd78 {
	padding: 78px !important
}

.pdtb78 {
	padding-top: 78px !important;
	padding-bottom: 78px !important
}

.pdlr78 {
	padding-right: 78px !important
}

.pdl78,
.pdlr78 {
	padding-left: 78px !important
}

.pdr78 {
	padding-right: 78px !important
}

.pdt78 {
	padding-top: 78px !important
}

.pdb78 {
	padding-bottom: 78px !important
}

.mg78 {
	margin: 78px !important
}

.mgtb78 {
	margin-top: 78px !important;
	margin-bottom: 78px !important
}

.mglr78 {
	margin-right: 78px !important
}

.mgl78,
.mglr78 {
	margin-left: 78px !important
}

.mgr78 {
	margin-right: 78px !important
}

.mgt78 {
	margin-top: 78px !important
}

.mgb78 {
	margin-bottom: 78px !important
}

.pd79 {
	padding: 79px !important
}

.pdtb79 {
	padding-top: 79px !important;
	padding-bottom: 79px !important
}

.pdlr79 {
	padding-right: 79px !important
}

.pdl79,
.pdlr79 {
	padding-left: 79px !important
}

.pdr79 {
	padding-right: 79px !important
}

.pdt79 {
	padding-top: 79px !important
}

.pdb79 {
	padding-bottom: 79px !important
}

.mg79 {
	margin: 79px !important
}

.mgtb79 {
	margin-top: 79px !important;
	margin-bottom: 79px !important
}

.mglr79 {
	margin-right: 79px !important
}

.mgl79,
.mglr79 {
	margin-left: 79px !important
}

.mgr79 {
	margin-right: 79px !important
}

.mgt79 {
	margin-top: 79px !important
}

.mgb79 {
	margin-bottom: 79px !important
}

.pd80 {
	padding: 80px !important
}

.pdtb80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important
}

.pdlr80 {
	padding-right: 80px !important
}

.pdl80,
.pdlr80 {
	padding-left: 80px !important
}

.pdr80 {
	padding-right: 80px !important
}

.pdt80 {
	padding-top: 80px !important
}

.pdb80 {
	padding-bottom: 80px !important
}

.mg80 {
	margin: 80px !important
}

.mgtb80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important
}

.mglr80 {
	margin-right: 80px !important
}

.mgl80,
.mglr80 {
	margin-left: 80px !important
}

.mgr80 {
	margin-right: 80px !important
}

.mgt80 {
	margin-top: 80px !important
}

.mgb80 {
	margin-bottom: 80px !important
}

.pd81 {
	padding: 81px !important
}

.pdtb81 {
	padding-top: 81px !important;
	padding-bottom: 81px !important
}

.pdlr81 {
	padding-right: 81px !important
}

.pdl81,
.pdlr81 {
	padding-left: 81px !important
}

.pdr81 {
	padding-right: 81px !important
}

.pdt81 {
	padding-top: 81px !important
}

.pdb81 {
	padding-bottom: 81px !important
}

.mg81 {
	margin: 81px !important
}

.mgtb81 {
	margin-top: 81px !important;
	margin-bottom: 81px !important
}

.mglr81 {
	margin-right: 81px !important
}

.mgl81,
.mglr81 {
	margin-left: 81px !important
}

.mgr81 {
	margin-right: 81px !important
}

.mgt81 {
	margin-top: 81px !important
}

.mgb81 {
	margin-bottom: 81px !important
}

.pd82 {
	padding: 82px !important
}

.pdtb82 {
	padding-top: 82px !important;
	padding-bottom: 82px !important
}

.pdlr82 {
	padding-right: 82px !important
}

.pdl82,
.pdlr82 {
	padding-left: 82px !important
}

.pdr82 {
	padding-right: 82px !important
}

.pdt82 {
	padding-top: 82px !important
}

.pdb82 {
	padding-bottom: 82px !important
}

.mg82 {
	margin: 82px !important
}

.mgtb82 {
	margin-top: 82px !important;
	margin-bottom: 82px !important
}

.mglr82 {
	margin-right: 82px !important
}

.mgl82,
.mglr82 {
	margin-left: 82px !important
}

.mgr82 {
	margin-right: 82px !important
}

.mgt82 {
	margin-top: 82px !important
}

.mgb82 {
	margin-bottom: 82px !important
}

.pd83 {
	padding: 83px !important
}

.pdtb83 {
	padding-top: 83px !important;
	padding-bottom: 83px !important
}

.pdlr83 {
	padding-right: 83px !important
}

.pdl83,
.pdlr83 {
	padding-left: 83px !important
}

.pdr83 {
	padding-right: 83px !important
}

.pdt83 {
	padding-top: 83px !important
}

.pdb83 {
	padding-bottom: 83px !important
}

.mg83 {
	margin: 83px !important
}

.mgtb83 {
	margin-top: 83px !important;
	margin-bottom: 83px !important
}

.mglr83 {
	margin-right: 83px !important
}

.mgl83,
.mglr83 {
	margin-left: 83px !important
}

.mgr83 {
	margin-right: 83px !important
}

.mgt83 {
	margin-top: 83px !important
}

.mgb83 {
	margin-bottom: 83px !important
}

.pd84 {
	padding: 84px !important
}

.pdtb84 {
	padding-top: 84px !important;
	padding-bottom: 84px !important
}

.pdlr84 {
	padding-right: 84px !important
}

.pdl84,
.pdlr84 {
	padding-left: 84px !important
}

.pdr84 {
	padding-right: 84px !important
}

.pdt84 {
	padding-top: 84px !important
}

.pdb84 {
	padding-bottom: 84px !important
}

.mg84 {
	margin: 84px !important
}

.mgtb84 {
	margin-top: 84px !important;
	margin-bottom: 84px !important
}

.mglr84 {
	margin-right: 84px !important
}

.mgl84,
.mglr84 {
	margin-left: 84px !important
}

.mgr84 {
	margin-right: 84px !important
}

.mgt84 {
	margin-top: 84px !important
}

.mgb84 {
	margin-bottom: 84px !important
}

.pd85 {
	padding: 85px !important
}

.pdtb85 {
	padding-top: 85px !important;
	padding-bottom: 85px !important
}

.pdlr85 {
	padding-right: 85px !important
}

.pdl85,
.pdlr85 {
	padding-left: 85px !important
}

.pdr85 {
	padding-right: 85px !important
}

.pdt85 {
	padding-top: 85px !important
}

.pdb85 {
	padding-bottom: 85px !important
}

.mg85 {
	margin: 85px !important
}

.mgtb85 {
	margin-top: 85px !important;
	margin-bottom: 85px !important
}

.mglr85 {
	margin-right: 85px !important
}

.mgl85,
.mglr85 {
	margin-left: 85px !important
}

.mgr85 {
	margin-right: 85px !important
}

.mgt85 {
	margin-top: 85px !important
}

.mgb85 {
	margin-bottom: 85px !important
}

.pd86 {
	padding: 86px !important
}

.pdtb86 {
	padding-top: 86px !important;
	padding-bottom: 86px !important
}

.pdlr86 {
	padding-right: 86px !important
}

.pdl86,
.pdlr86 {
	padding-left: 86px !important
}

.pdr86 {
	padding-right: 86px !important
}

.pdt86 {
	padding-top: 86px !important
}

.pdb86 {
	padding-bottom: 86px !important
}

.mg86 {
	margin: 86px !important
}

.mgtb86 {
	margin-top: 86px !important;
	margin-bottom: 86px !important
}

.mglr86 {
	margin-right: 86px !important
}

.mgl86,
.mglr86 {
	margin-left: 86px !important
}

.mgr86 {
	margin-right: 86px !important
}

.mgt86 {
	margin-top: 86px !important
}

.mgb86 {
	margin-bottom: 86px !important
}

.pd87 {
	padding: 87px !important
}

.pdtb87 {
	padding-top: 87px !important;
	padding-bottom: 87px !important
}

.pdlr87 {
	padding-right: 87px !important
}

.pdl87,
.pdlr87 {
	padding-left: 87px !important
}

.pdr87 {
	padding-right: 87px !important
}

.pdt87 {
	padding-top: 87px !important
}

.pdb87 {
	padding-bottom: 87px !important
}

.mg87 {
	margin: 87px !important
}

.mgtb87 {
	margin-top: 87px !important;
	margin-bottom: 87px !important
}

.mglr87 {
	margin-right: 87px !important
}

.mgl87,
.mglr87 {
	margin-left: 87px !important
}

.mgr87 {
	margin-right: 87px !important
}

.mgt87 {
	margin-top: 87px !important
}

.mgb87 {
	margin-bottom: 87px !important
}

.pd88 {
	padding: 88px !important
}

.pdtb88 {
	padding-top: 88px !important;
	padding-bottom: 88px !important
}

.pdlr88 {
	padding-right: 88px !important
}

.pdl88,
.pdlr88 {
	padding-left: 88px !important
}

.pdr88 {
	padding-right: 88px !important
}

.pdt88 {
	padding-top: 88px !important
}

.pdb88 {
	padding-bottom: 88px !important
}

.mg88 {
	margin: 88px !important
}

.mgtb88 {
	margin-top: 88px !important;
	margin-bottom: 88px !important
}

.mglr88 {
	margin-right: 88px !important
}

.mgl88,
.mglr88 {
	margin-left: 88px !important
}

.mgr88 {
	margin-right: 88px !important
}

.mgt88 {
	margin-top: 88px !important
}

.mgb88 {
	margin-bottom: 88px !important
}

.pd89 {
	padding: 89px !important
}

.pdtb89 {
	padding-top: 89px !important;
	padding-bottom: 89px !important
}

.pdlr89 {
	padding-right: 89px !important
}

.pdl89,
.pdlr89 {
	padding-left: 89px !important
}

.pdr89 {
	padding-right: 89px !important
}

.pdt89 {
	padding-top: 89px !important
}

.pdb89 {
	padding-bottom: 89px !important
}

.mg89 {
	margin: 89px !important
}

.mgtb89 {
	margin-top: 89px !important;
	margin-bottom: 89px !important
}

.mglr89 {
	margin-right: 89px !important
}

.mgl89,
.mglr89 {
	margin-left: 89px !important
}

.mgr89 {
	margin-right: 89px !important
}

.mgt89 {
	margin-top: 89px !important
}

.mgb89 {
	margin-bottom: 89px !important
}

.pd90 {
	padding: 90px !important
}

.pdtb90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important
}

.pdlr90 {
	padding-right: 90px !important
}

.pdl90,
.pdlr90 {
	padding-left: 90px !important
}

.pdr90 {
	padding-right: 90px !important
}

.pdt90 {
	padding-top: 90px !important
}

.pdb90 {
	padding-bottom: 90px !important
}

.mg90 {
	margin: 90px !important
}

.mgtb90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important
}

.mglr90 {
	margin-right: 90px !important
}

.mgl90,
.mglr90 {
	margin-left: 90px !important
}

.mgr90 {
	margin-right: 90px !important
}

.mgt90 {
	margin-top: 90px !important
}

.mgb90 {
	margin-bottom: 90px !important
}

.pd91 {
	padding: 91px !important
}

.pdtb91 {
	padding-top: 91px !important;
	padding-bottom: 91px !important
}

.pdlr91 {
	padding-right: 91px !important
}

.pdl91,
.pdlr91 {
	padding-left: 91px !important
}

.pdr91 {
	padding-right: 91px !important
}

.pdt91 {
	padding-top: 91px !important
}

.pdb91 {
	padding-bottom: 91px !important
}

.mg91 {
	margin: 91px !important
}

.mgtb91 {
	margin-top: 91px !important;
	margin-bottom: 91px !important
}

.mglr91 {
	margin-right: 91px !important
}

.mgl91,
.mglr91 {
	margin-left: 91px !important
}

.mgr91 {
	margin-right: 91px !important
}

.mgt91 {
	margin-top: 91px !important
}

.mgb91 {
	margin-bottom: 91px !important
}

.pd92 {
	padding: 92px !important
}

.pdtb92 {
	padding-top: 92px !important;
	padding-bottom: 92px !important
}

.pdlr92 {
	padding-right: 92px !important
}

.pdl92,
.pdlr92 {
	padding-left: 92px !important
}

.pdr92 {
	padding-right: 92px !important
}

.pdt92 {
	padding-top: 92px !important
}

.pdb92 {
	padding-bottom: 92px !important
}

.mg92 {
	margin: 92px !important
}

.mgtb92 {
	margin-top: 92px !important;
	margin-bottom: 92px !important
}

.mglr92 {
	margin-right: 92px !important
}

.mgl92,
.mglr92 {
	margin-left: 92px !important
}

.mgr92 {
	margin-right: 92px !important
}

.mgt92 {
	margin-top: 92px !important
}

.mgb92 {
	margin-bottom: 92px !important
}

.pd93 {
	padding: 93px !important
}

.pdtb93 {
	padding-top: 93px !important;
	padding-bottom: 93px !important
}

.pdlr93 {
	padding-right: 93px !important
}

.pdl93,
.pdlr93 {
	padding-left: 93px !important
}

.pdr93 {
	padding-right: 93px !important
}

.pdt93 {
	padding-top: 93px !important
}

.pdb93 {
	padding-bottom: 93px !important
}

.mg93 {
	margin: 93px !important
}

.mgtb93 {
	margin-top: 93px !important;
	margin-bottom: 93px !important
}

.mglr93 {
	margin-right: 93px !important
}

.mgl93,
.mglr93 {
	margin-left: 93px !important
}

.mgr93 {
	margin-right: 93px !important
}

.mgt93 {
	margin-top: 93px !important
}

.mgb93 {
	margin-bottom: 93px !important
}

.pd94 {
	padding: 94px !important
}

.pdtb94 {
	padding-top: 94px !important;
	padding-bottom: 94px !important
}

.pdlr94 {
	padding-right: 94px !important
}

.pdl94,
.pdlr94 {
	padding-left: 94px !important
}

.pdr94 {
	padding-right: 94px !important
}

.pdt94 {
	padding-top: 94px !important
}

.pdb94 {
	padding-bottom: 94px !important
}

.mg94 {
	margin: 94px !important
}

.mgtb94 {
	margin-top: 94px !important;
	margin-bottom: 94px !important
}

.mglr94 {
	margin-right: 94px !important
}

.mgl94,
.mglr94 {
	margin-left: 94px !important
}

.mgr94 {
	margin-right: 94px !important
}

.mgt94 {
	margin-top: 94px !important
}

.mgb94 {
	margin-bottom: 94px !important
}

.pd95 {
	padding: 95px !important
}

.pdtb95 {
	padding-top: 95px !important;
	padding-bottom: 95px !important
}

.pdlr95 {
	padding-right: 95px !important
}

.pdl95,
.pdlr95 {
	padding-left: 95px !important
}

.pdr95 {
	padding-right: 95px !important
}

.pdt95 {
	padding-top: 95px !important
}

.pdb95 {
	padding-bottom: 95px !important
}

.mg95 {
	margin: 95px !important
}

.mgtb95 {
	margin-top: 95px !important;
	margin-bottom: 95px !important
}

.mglr95 {
	margin-right: 95px !important
}

.mgl95,
.mglr95 {
	margin-left: 95px !important
}

.mgr95 {
	margin-right: 95px !important
}

.mgt95 {
	margin-top: 95px !important
}

.mgb95 {
	margin-bottom: 95px !important
}

.pd96 {
	padding: 96px !important
}

.pdtb96 {
	padding-top: 96px !important;
	padding-bottom: 96px !important
}

.pdlr96 {
	padding-right: 96px !important
}

.pdl96,
.pdlr96 {
	padding-left: 96px !important
}

.pdr96 {
	padding-right: 96px !important
}

.pdt96 {
	padding-top: 96px !important
}

.pdb96 {
	padding-bottom: 96px !important
}

.mg96 {
	margin: 96px !important
}

.mgtb96 {
	margin-top: 96px !important;
	margin-bottom: 96px !important
}

.mglr96 {
	margin-right: 96px !important
}

.mgl96,
.mglr96 {
	margin-left: 96px !important
}

.mgr96 {
	margin-right: 96px !important
}

.mgt96 {
	margin-top: 96px !important
}

.mgb96 {
	margin-bottom: 96px !important
}

.pd97 {
	padding: 97px !important
}

.pdtb97 {
	padding-top: 97px !important;
	padding-bottom: 97px !important
}

.pdlr97 {
	padding-right: 97px !important
}

.pdl97,
.pdlr97 {
	padding-left: 97px !important
}

.pdr97 {
	padding-right: 97px !important
}

.pdt97 {
	padding-top: 97px !important
}

.pdb97 {
	padding-bottom: 97px !important
}

.mg97 {
	margin: 97px !important
}

.mgtb97 {
	margin-top: 97px !important;
	margin-bottom: 97px !important
}

.mglr97 {
	margin-right: 97px !important
}

.mgl97,
.mglr97 {
	margin-left: 97px !important
}

.mgr97 {
	margin-right: 97px !important
}

.mgt97 {
	margin-top: 97px !important
}

.mgb97 {
	margin-bottom: 97px !important
}

.pd98 {
	padding: 98px !important
}

.pdtb98 {
	padding-top: 98px !important;
	padding-bottom: 98px !important
}

.pdlr98 {
	padding-right: 98px !important
}

.pdl98,
.pdlr98 {
	padding-left: 98px !important
}

.pdr98 {
	padding-right: 98px !important
}

.pdt98 {
	padding-top: 98px !important
}

.pdb98 {
	padding-bottom: 98px !important
}

.mg98 {
	margin: 98px !important
}

.mgtb98 {
	margin-top: 98px !important;
	margin-bottom: 98px !important
}

.mglr98 {
	margin-right: 98px !important
}

.mgl98,
.mglr98 {
	margin-left: 98px !important
}

.mgr98 {
	margin-right: 98px !important
}

.mgt98 {
	margin-top: 98px !important
}

.mgb98 {
	margin-bottom: 98px !important
}

.pd99 {
	padding: 99px !important
}

.pdtb99 {
	padding-top: 99px !important;
	padding-bottom: 99px !important
}

.pdlr99 {
	padding-right: 99px !important
}

.pdl99,
.pdlr99 {
	padding-left: 99px !important
}

.pdr99 {
	padding-right: 99px !important
}

.pdt99 {
	padding-top: 99px !important
}

.pdb99 {
	padding-bottom: 99px !important
}

.mg99 {
	margin: 99px !important
}

.mgtb99 {
	margin-top: 99px !important;
	margin-bottom: 99px !important
}

.mglr99 {
	margin-right: 99px !important
}

.mgl99,
.mglr99 {
	margin-left: 99px !important
}

.mgr99 {
	margin-right: 99px !important
}

.mgt99 {
	margin-top: 99px !important
}

.mgb99 {
	margin-bottom: 99px !important
}

.pd100 {
	padding: 100px !important
}

.pdtb100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important
}

.pdlr100 {
	padding-right: 100px !important
}

.pdl100,
.pdlr100 {
	padding-left: 100px !important
}

.pdr100 {
	padding-right: 100px !important
}

.pdt100 {
	padding-top: 100px !important
}

.pdb100 {
	padding-bottom: 100px !important
}

.mg100 {
	margin: 100px !important
}

.mgtb100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important
}

.mglr100 {
	margin-right: 100px !important
}

.mgl100,
.mglr100 {
	margin-left: 100px !important
}

.mgr100 {
	margin-right: 100px !important
}

.mgt100 {
	margin-top: 100px !important
}

.mgb100 {
	margin-bottom: 100px !important
}

.pd101 {
	padding: 101px !important
}

.pdtb101 {
	padding-top: 101px !important;
	padding-bottom: 101px !important
}

.pdlr101 {
	padding-right: 101px !important
}

.pdl101,
.pdlr101 {
	padding-left: 101px !important
}

.pdr101 {
	padding-right: 101px !important
}

.pdt101 {
	padding-top: 101px !important
}

.pdb101 {
	padding-bottom: 101px !important
}

.mg101 {
	margin: 101px !important
}

.mgtb101 {
	margin-top: 101px !important;
	margin-bottom: 101px !important
}

.mglr101 {
	margin-right: 101px !important
}

.mgl101,
.mglr101 {
	margin-left: 101px !important
}

.mgr101 {
	margin-right: 101px !important
}

.mgt101 {
	margin-top: 101px !important
}

.mgb101 {
	margin-bottom: 101px !important
}

.pd102 {
	padding: 102px !important
}

.pdtb102 {
	padding-top: 102px !important;
	padding-bottom: 102px !important
}

.pdlr102 {
	padding-right: 102px !important
}

.pdl102,
.pdlr102 {
	padding-left: 102px !important
}

.pdr102 {
	padding-right: 102px !important
}

.pdt102 {
	padding-top: 102px !important
}

.pdb102 {
	padding-bottom: 102px !important
}

.mg102 {
	margin: 102px !important
}

.mgtb102 {
	margin-top: 102px !important;
	margin-bottom: 102px !important
}

.mglr102 {
	margin-right: 102px !important
}

.mgl102,
.mglr102 {
	margin-left: 102px !important
}

.mgr102 {
	margin-right: 102px !important
}

.mgt102 {
	margin-top: 102px !important
}

.mgb102 {
	margin-bottom: 102px !important
}

.pd103 {
	padding: 103px !important
}

.pdtb103 {
	padding-top: 103px !important;
	padding-bottom: 103px !important
}

.pdlr103 {
	padding-right: 103px !important
}

.pdl103,
.pdlr103 {
	padding-left: 103px !important
}

.pdr103 {
	padding-right: 103px !important
}

.pdt103 {
	padding-top: 103px !important
}

.pdb103 {
	padding-bottom: 103px !important
}

.mg103 {
	margin: 103px !important
}

.mgtb103 {
	margin-top: 103px !important;
	margin-bottom: 103px !important
}

.mglr103 {
	margin-right: 103px !important
}

.mgl103,
.mglr103 {
	margin-left: 103px !important
}

.mgr103 {
	margin-right: 103px !important
}

.mgt103 {
	margin-top: 103px !important
}

.mgb103 {
	margin-bottom: 103px !important
}

.pd104 {
	padding: 104px !important
}

.pdtb104 {
	padding-top: 104px !important;
	padding-bottom: 104px !important
}

.pdlr104 {
	padding-right: 104px !important
}

.pdl104,
.pdlr104 {
	padding-left: 104px !important
}

.pdr104 {
	padding-right: 104px !important
}

.pdt104 {
	padding-top: 104px !important
}

.pdb104 {
	padding-bottom: 104px !important
}

.mg104 {
	margin: 104px !important
}

.mgtb104 {
	margin-top: 104px !important;
	margin-bottom: 104px !important
}

.mglr104 {
	margin-right: 104px !important
}

.mgl104,
.mglr104 {
	margin-left: 104px !important
}

.mgr104 {
	margin-right: 104px !important
}

.mgt104 {
	margin-top: 104px !important
}

.mgb104 {
	margin-bottom: 104px !important
}

.pd105 {
	padding: 105px !important
}

.pdtb105 {
	padding-top: 105px !important;
	padding-bottom: 105px !important
}

.pdlr105 {
	padding-right: 105px !important
}

.pdl105,
.pdlr105 {
	padding-left: 105px !important
}

.pdr105 {
	padding-right: 105px !important
}

.pdt105 {
	padding-top: 105px !important
}

.pdb105 {
	padding-bottom: 105px !important
}

.mg105 {
	margin: 105px !important
}

.mgtb105 {
	margin-top: 105px !important;
	margin-bottom: 105px !important
}

.mglr105 {
	margin-right: 105px !important
}

.mgl105,
.mglr105 {
	margin-left: 105px !important
}

.mgr105 {
	margin-right: 105px !important
}

.mgt105 {
	margin-top: 105px !important
}

.mgb105 {
	margin-bottom: 105px !important
}

.pd106 {
	padding: 106px !important
}

.pdtb106 {
	padding-top: 106px !important;
	padding-bottom: 106px !important
}

.pdlr106 {
	padding-right: 106px !important
}

.pdl106,
.pdlr106 {
	padding-left: 106px !important
}

.pdr106 {
	padding-right: 106px !important
}

.pdt106 {
	padding-top: 106px !important
}

.pdb106 {
	padding-bottom: 106px !important
}

.mg106 {
	margin: 106px !important
}

.mgtb106 {
	margin-top: 106px !important;
	margin-bottom: 106px !important
}

.mglr106 {
	margin-right: 106px !important
}

.mgl106,
.mglr106 {
	margin-left: 106px !important
}

.mgr106 {
	margin-right: 106px !important
}

.mgt106 {
	margin-top: 106px !important
}

.mgb106 {
	margin-bottom: 106px !important
}

.pd107 {
	padding: 107px !important
}

.pdtb107 {
	padding-top: 107px !important;
	padding-bottom: 107px !important
}

.pdlr107 {
	padding-right: 107px !important
}

.pdl107,
.pdlr107 {
	padding-left: 107px !important
}

.pdr107 {
	padding-right: 107px !important
}

.pdt107 {
	padding-top: 107px !important
}

.pdb107 {
	padding-bottom: 107px !important
}

.mg107 {
	margin: 107px !important
}

.mgtb107 {
	margin-top: 107px !important;
	margin-bottom: 107px !important
}

.mglr107 {
	margin-right: 107px !important
}

.mgl107,
.mglr107 {
	margin-left: 107px !important
}

.mgr107 {
	margin-right: 107px !important
}

.mgt107 {
	margin-top: 107px !important
}

.mgb107 {
	margin-bottom: 107px !important
}

.pd108 {
	padding: 108px !important
}

.pdtb108 {
	padding-top: 108px !important;
	padding-bottom: 108px !important
}

.pdlr108 {
	padding-right: 108px !important
}

.pdl108,
.pdlr108 {
	padding-left: 108px !important
}

.pdr108 {
	padding-right: 108px !important
}

.pdt108 {
	padding-top: 108px !important
}

.pdb108 {
	padding-bottom: 108px !important
}

.mg108 {
	margin: 108px !important
}

.mgtb108 {
	margin-top: 108px !important;
	margin-bottom: 108px !important
}

.mglr108 {
	margin-right: 108px !important
}

.mgl108,
.mglr108 {
	margin-left: 108px !important
}

.mgr108 {
	margin-right: 108px !important
}

.mgt108 {
	margin-top: 108px !important
}

.mgb108 {
	margin-bottom: 108px !important
}

.pd109 {
	padding: 109px !important
}

.pdtb109 {
	padding-top: 109px !important;
	padding-bottom: 109px !important
}

.pdlr109 {
	padding-right: 109px !important
}

.pdl109,
.pdlr109 {
	padding-left: 109px !important
}

.pdr109 {
	padding-right: 109px !important
}

.pdt109 {
	padding-top: 109px !important
}

.pdb109 {
	padding-bottom: 109px !important
}

.mg109 {
	margin: 109px !important
}

.mgtb109 {
	margin-top: 109px !important;
	margin-bottom: 109px !important
}

.mglr109 {
	margin-right: 109px !important
}

.mgl109,
.mglr109 {
	margin-left: 109px !important
}

.mgr109 {
	margin-right: 109px !important
}

.mgt109 {
	margin-top: 109px !important
}

.mgb109 {
	margin-bottom: 109px !important
}

.pd110 {
	padding: 110px !important
}

.pdtb110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important
}

.pdlr110 {
	padding-right: 110px !important
}

.pdl110,
.pdlr110 {
	padding-left: 110px !important
}

.pdr110 {
	padding-right: 110px !important
}

.pdt110 {
	padding-top: 110px !important
}

.pdb110 {
	padding-bottom: 110px !important
}

.mg110 {
	margin: 110px !important
}

.mgtb110 {
	margin-top: 110px !important;
	margin-bottom: 110px !important
}

.mglr110 {
	margin-right: 110px !important
}

.mgl110,
.mglr110 {
	margin-left: 110px !important
}

.mgr110 {
	margin-right: 110px !important
}

.mgt110 {
	margin-top: 110px !important
}

.mgb110 {
	margin-bottom: 110px !important
}

.pd111 {
	padding: 111px !important
}

.pdtb111 {
	padding-top: 111px !important;
	padding-bottom: 111px !important
}

.pdlr111 {
	padding-right: 111px !important
}

.pdl111,
.pdlr111 {
	padding-left: 111px !important
}

.pdr111 {
	padding-right: 111px !important
}

.pdt111 {
	padding-top: 111px !important
}

.pdb111 {
	padding-bottom: 111px !important
}

.mg111 {
	margin: 111px !important
}

.mgtb111 {
	margin-top: 111px !important;
	margin-bottom: 111px !important
}

.mglr111 {
	margin-right: 111px !important
}

.mgl111,
.mglr111 {
	margin-left: 111px !important
}

.mgr111 {
	margin-right: 111px !important
}

.mgt111 {
	margin-top: 111px !important
}

.mgb111 {
	margin-bottom: 111px !important
}

.pd112 {
	padding: 112px !important
}

.pdtb112 {
	padding-top: 112px !important;
	padding-bottom: 112px !important
}

.pdlr112 {
	padding-right: 112px !important
}

.pdl112,
.pdlr112 {
	padding-left: 112px !important
}

.pdr112 {
	padding-right: 112px !important
}

.pdt112 {
	padding-top: 112px !important
}

.pdb112 {
	padding-bottom: 112px !important
}

.mg112 {
	margin: 112px !important
}

.mgtb112 {
	margin-top: 112px !important;
	margin-bottom: 112px !important
}

.mglr112 {
	margin-right: 112px !important
}

.mgl112,
.mglr112 {
	margin-left: 112px !important
}

.mgr112 {
	margin-right: 112px !important
}

.mgt112 {
	margin-top: 112px !important
}

.mgb112 {
	margin-bottom: 112px !important
}

.pd113 {
	padding: 113px !important
}

.pdtb113 {
	padding-top: 113px !important;
	padding-bottom: 113px !important
}

.pdlr113 {
	padding-right: 113px !important
}

.pdl113,
.pdlr113 {
	padding-left: 113px !important
}

.pdr113 {
	padding-right: 113px !important
}

.pdt113 {
	padding-top: 113px !important
}

.pdb113 {
	padding-bottom: 113px !important
}

.mg113 {
	margin: 113px !important
}

.mgtb113 {
	margin-top: 113px !important;
	margin-bottom: 113px !important
}

.mglr113 {
	margin-right: 113px !important
}

.mgl113,
.mglr113 {
	margin-left: 113px !important
}

.mgr113 {
	margin-right: 113px !important
}

.mgt113 {
	margin-top: 113px !important
}

.mgb113 {
	margin-bottom: 113px !important
}

.pd114 {
	padding: 114px !important
}

.pdtb114 {
	padding-top: 114px !important;
	padding-bottom: 114px !important
}

.pdlr114 {
	padding-right: 114px !important
}

.pdl114,
.pdlr114 {
	padding-left: 114px !important
}

.pdr114 {
	padding-right: 114px !important
}

.pdt114 {
	padding-top: 114px !important
}

.pdb114 {
	padding-bottom: 114px !important
}

.mg114 {
	margin: 114px !important
}

.mgtb114 {
	margin-top: 114px !important;
	margin-bottom: 114px !important
}

.mglr114 {
	margin-right: 114px !important
}

.mgl114,
.mglr114 {
	margin-left: 114px !important
}

.mgr114 {
	margin-right: 114px !important
}

.mgt114 {
	margin-top: 114px !important
}

.mgb114 {
	margin-bottom: 114px !important
}

.pd115 {
	padding: 115px !important
}

.pdtb115 {
	padding-top: 115px !important;
	padding-bottom: 115px !important
}

.pdlr115 {
	padding-right: 115px !important
}

.pdl115,
.pdlr115 {
	padding-left: 115px !important
}

.pdr115 {
	padding-right: 115px !important
}

.pdt115 {
	padding-top: 115px !important
}

.pdb115 {
	padding-bottom: 115px !important
}

.mg115 {
	margin: 115px !important
}

.mgtb115 {
	margin-top: 115px !important;
	margin-bottom: 115px !important
}

.mglr115 {
	margin-right: 115px !important
}

.mgl115,
.mglr115 {
	margin-left: 115px !important
}

.mgr115 {
	margin-right: 115px !important
}

.mgt115 {
	margin-top: 115px !important
}

.mgb115 {
	margin-bottom: 115px !important
}

.pd116 {
	padding: 116px !important
}

.pdtb116 {
	padding-top: 116px !important;
	padding-bottom: 116px !important
}

.pdlr116 {
	padding-right: 116px !important
}

.pdl116,
.pdlr116 {
	padding-left: 116px !important
}

.pdr116 {
	padding-right: 116px !important
}

.pdt116 {
	padding-top: 116px !important
}

.pdb116 {
	padding-bottom: 116px !important
}

.mg116 {
	margin: 116px !important
}

.mgtb116 {
	margin-top: 116px !important;
	margin-bottom: 116px !important
}

.mglr116 {
	margin-right: 116px !important
}

.mgl116,
.mglr116 {
	margin-left: 116px !important
}

.mgr116 {
	margin-right: 116px !important
}

.mgt116 {
	margin-top: 116px !important
}

.mgb116 {
	margin-bottom: 116px !important
}

.pd117 {
	padding: 117px !important
}

.pdtb117 {
	padding-top: 117px !important;
	padding-bottom: 117px !important
}

.pdlr117 {
	padding-right: 117px !important
}

.pdl117,
.pdlr117 {
	padding-left: 117px !important
}

.pdr117 {
	padding-right: 117px !important
}

.pdt117 {
	padding-top: 117px !important
}

.pdb117 {
	padding-bottom: 117px !important
}

.mg117 {
	margin: 117px !important
}

.mgtb117 {
	margin-top: 117px !important;
	margin-bottom: 117px !important
}

.mglr117 {
	margin-right: 117px !important
}

.mgl117,
.mglr117 {
	margin-left: 117px !important
}

.mgr117 {
	margin-right: 117px !important
}

.mgt117 {
	margin-top: 117px !important
}

.mgb117 {
	margin-bottom: 117px !important
}

.pd118 {
	padding: 118px !important
}

.pdtb118 {
	padding-top: 118px !important;
	padding-bottom: 118px !important
}

.pdlr118 {
	padding-right: 118px !important
}

.pdl118,
.pdlr118 {
	padding-left: 118px !important
}

.pdr118 {
	padding-right: 118px !important
}

.pdt118 {
	padding-top: 118px !important
}

.pdb118 {
	padding-bottom: 118px !important
}

.mg118 {
	margin: 118px !important
}

.mgtb118 {
	margin-top: 118px !important;
	margin-bottom: 118px !important
}

.mglr118 {
	margin-right: 118px !important
}

.mgl118,
.mglr118 {
	margin-left: 118px !important
}

.mgr118 {
	margin-right: 118px !important
}

.mgt118 {
	margin-top: 118px !important
}

.mgb118 {
	margin-bottom: 118px !important
}

.pd119 {
	padding: 119px !important
}

.pdtb119 {
	padding-top: 119px !important;
	padding-bottom: 119px !important
}

.pdlr119 {
	padding-right: 119px !important
}

.pdl119,
.pdlr119 {
	padding-left: 119px !important
}

.pdr119 {
	padding-right: 119px !important
}

.pdt119 {
	padding-top: 119px !important
}

.pdb119 {
	padding-bottom: 119px !important
}

.mg119 {
	margin: 119px !important
}

.mgtb119 {
	margin-top: 119px !important;
	margin-bottom: 119px !important
}

.mglr119 {
	margin-right: 119px !important
}

.mgl119,
.mglr119 {
	margin-left: 119px !important
}

.mgr119 {
	margin-right: 119px !important
}

.mgt119 {
	margin-top: 119px !important
}

.mgb119 {
	margin-bottom: 119px !important
}

.pd120 {
	padding: 120px !important
}

.pdtb120 {
	padding-top: 120px !important;
	padding-bottom: 120px !important
}

.pdlr120 {
	padding-right: 120px !important
}

.pdl120,
.pdlr120 {
	padding-left: 120px !important
}

.pdr120 {
	padding-right: 120px !important
}

.pdt120 {
	padding-top: 120px !important
}

.pdb120 {
	padding-bottom: 120px !important
}

.mg120 {
	margin: 120px !important
}

.mgtb120 {
	margin-top: 120px !important;
	margin-bottom: 120px !important
}

.mglr120 {
	margin-right: 120px !important
}

.mgl120,
.mglr120 {
	margin-left: 120px !important
}

.mgr120 {
	margin-right: 120px !important
}

.mgt120 {
	margin-top: 120px !important
}

.mgb120 {
	margin-bottom: 120px !important
}

.def-t {
	font-size: 12px !important
}

.def-t.md {
	font-size: 14px !important
}

.def-t.lg {
	font-size: 16px !important
}

.def-t.llg {
	font-size: 18px !important
}

.def-t.llllg {
	font-size: 22px !important
}

.def-t.lllg {
	font-size: 20px !important
}

.def-t.lllllg {
	font-size: 24px !important
}

.def-t.llllllg {
	font-size: 26px !important
}

.def-t.lllllllg {
	font-size: 28px !important
}

.def-t.llllllllg {
	font-size: 30px !important
}

.def-t.lllllllllg {
	font-size: 32px !important
}

.ftsz10 {
	font-size: 10px
}

.ftsz11 {
	font-size: 11px
}

.ftsz12 {
	font-size: 12px
}

.ftsz13 {
	font-size: 13px
}

.ftsz14 {
	font-size: 14px
}

.ftsz15 {
	font-size: 15px
}

.ftsz16 {
	font-size: 16px
}

.ftsz17 {
	font-size: 17px
}

.ftsz18 {
	font-size: 18px
}

.ftsz19 {
	font-size: 19px
}

.ftsz20 {
	font-size: 20px
}

.ftsz21 {
	font-size: 21px
}

.ftsz22 {
	font-size: 22px
}

.ftsz23 {
	font-size: 23px
}

.ftsz24 {
	font-size: 24px
}

.ftsz25 {
	font-size: 25px
}

.ftsz26 {
	font-size: 26px
}

.ftsz27 {
	font-size: 27px
}

.ftsz28 {
	font-size: 28px
}

.ftsz29 {
	font-size: 29px
}

.ftsz30 {
	font-size: 30px
}

.ftsz31 {
	font-size: 31px
}

.ftsz32 {
	font-size: 32px
}

.ftsz33 {
	font-size: 33px
}

.ftsz34 {
	font-size: 34px
}

.ftsz35 {
	font-size: 35px
}

.ftsz36 {
	font-size: 36px
}

.ftsz37 {
	font-size: 37px
}

.ftsz38 {
	font-size: 38px
}

.ftsz39 {
	font-size: 39px
}

.ftsz40 {
	font-size: 40px
}

.ftsz41 {
	font-size: 41px
}

.ftsz42 {
	font-size: 42px
}

.ftsz43 {
	font-size: 43px
}

.ftsz44 {
	font-size: 44px
}

.ftsz45 {
	font-size: 45px
}

.ftsz46 {
	font-size: 46px
}

.ftsz47 {
	font-size: 47px
}

.ftsz48 {
	font-size: 48px
}

.ftsz49 {
	font-size: 49px
}

.ftsz50 {
	font-size: 50px
}

.ftsz51 {
	font-size: 51px
}

.ftsz52 {
	font-size: 52px
}

.ftsz53 {
	font-size: 53px
}

.ftsz54 {
	font-size: 54px
}

.ftsz55 {
	font-size: 55px
}

.ftsz56 {
	font-size: 56px
}

.ftsz57 {
	font-size: 57px
}

.ftsz58 {
	font-size: 58px
}

.ftsz59 {
	font-size: 59px
}

.ftsz60 {
	font-size: 60px
}

.ftsz61 {
	font-size: 61px
}

.ftsz62 {
	font-size: 62px
}

.ftsz63 {
	font-size: 63px
}

.ftsz64 {
	font-size: 64px
}

.ftsz65 {
	font-size: 65px
}

.ftsz66 {
	font-size: 66px
}

.ftsz67 {
	font-size: 67px
}

.ftsz68 {
	font-size: 68px
}

.ftsz69 {
	font-size: 69px
}

.ftsz70 {
	font-size: 70px
}

.ftsz71 {
	font-size: 71px
}

.ftsz72 {
	font-size: 72px
}

.ftsz73 {
	font-size: 73px
}

.ftsz74 {
	font-size: 74px
}

.ftsz75 {
	font-size: 75px
}

.ftsz76 {
	font-size: 76px
}

.ftsz77 {
	font-size: 77px
}

.ftsz78 {
	font-size: 78px
}

.ftsz79 {
	font-size: 79px
}

.ftsz80 {
	font-size: 80px
}

.ftsz81 {
	font-size: 81px
}

.ftsz82 {
	font-size: 82px
}

.ftsz83 {
	font-size: 83px
}

.ftsz84 {
	font-size: 84px
}

.ftsz85 {
	font-size: 85px
}

.ftsz86 {
	font-size: 86px
}

.ftsz87 {
	font-size: 87px
}

.ftsz88 {
	font-size: 88px
}

.ftsz89 {
	font-size: 89px
}

.ftsz90 {
	font-size: 90px
}

.ftsz91 {
	font-size: 91px
}

.ftsz92 {
	font-size: 92px
}

.ftsz93 {
	font-size: 93px
}

.ftsz94 {
	font-size: 94px
}

.ftsz95 {
	font-size: 95px
}

.ftsz96 {
	font-size: 96px
}

.ftsz97 {
	font-size: 97px
}

.ftsz98 {
	font-size: 98px
}

.ftsz99 {
	font-size: 99px
}

.ftsz100 {
	font-size: 100px
}

.def-cur {
	cursor: pointer
}

.text-bold {
	font-weight: 700
}

.text-through {
	text-decoration: line-through
}

.dis-flex,
.flex {
	display: flex
}

.dis-flex.align-start,
.flex.align-start {
	align-items: flex-start
}

.dis-flex.align-baseline,
.flex.align-baseline {
	align-items: baseline
}

.dis-flex.align-center,
.flex.align-center {
	align-items: center
}

.dis-flex.align-flex-end,
.flex.align-flex-end {
	align-items: flex-end
}

.dis-flex.f-d-c,
.flex.f-d-c {
	flex-direction: column
}

.dis-flex.justify-content-center,
.flex.justify-content-center {
	justify-content: center
}

.dis-flex.justify-content-end,
.flex.justify-content-end {
	justify-content: flex-end
}

.dis-flex.space-between,
.flex.space-between {
	justify-content: space-between
}

.dis-flex.space-around,
.flex.space-around {
	justify-content: space-around
}

.dis-flex.space-evenly,
.flex.space-evenly {
	justify-content: space-evenly
}

.dis-flex.end,
.flex.end {
	justify-content: end
}

.dis-flex.wrap,
.flex.wrap {
	flex-wrap: wrap
}

.flex-1 {
	flex: 1
}

.flex-2 {
	flex: 2
}

.flex-3 {
	flex: 3
}

.flex-grow-1 {
	flex-grow: 1;
	min-width: 0;
	min-height: 0
}

.flex-shrink-0 {
	flex-shrink: 0
}

.flex-full-auto-y-grow-1 {
	flex-grow: 1;
	min-width: 0;
	overflow-y: auto
}

.page-enter-active,
.page-leave-active {
	transition: opacity .5s
}

.page-enter,
.page-leave-active {
	transition: opacity .5s;
	opacity: 0
}

.component-fade-enter-active,
.component-fade-leave-active {
	transition: opacity .3s ease
}

.component-fade-enter,
.component-fade-leave-to {
	opacity: 0
}

@font-face {
	font-family: HanTi;
	src: url(https://imgcdn.meizhuahuyu.com/nuxt/fonts/hanti.ccdd188.ttf)
}

@font-face {
	font-family: Pang;
	src: url(https://imgcdn.meizhuahuyu.com/nuxt/fonts/pang.277b2d5.ttf)
}

@font-face {
	font-family: Helve;
	src: url(https://imgcdn.meizhuahuyu.com/nuxt/fonts/HelveticaNeue-BoldItalic.21d7648.otf)
}

@font-face {
	font-family: DINP;
	src: url(https://imgcdn.meizhuahuyu.com/nuxt/fonts/DINPro-Bold.d3c192a.otf)
}

@font-face {
	font-family: DIN-Medium;
	src: url(https://imgcdn.meizhuahuyu.com/nuxt/fonts/DIN-Medium.615b0c6.otf)
}

@font-face {
	font-family: DINPro-Regular;
	src: url(https://imgcdn.meizhuahuyu.com/nuxt/fonts/DINPro-Regular.cbb8d83.otf)
}

@font-face {
	font-family: HXB;
	src: url(https://imgcdn.meizhuahuyu.com/nuxt/fonts/HuXiaoBo.7b9d8e5.otf)
}

@font-face {
	font-family: AvenirNext;
	src: url(https://imgcdn.meizhuahuyu.com/nuxt/fonts/AvenirNext.05051c7.otf),
}

.grayFont {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989
}

.DINP {
	font-family: DINP
}

.header-popover-overlay-box {
	margin-top: 0 !important;
	width: 100% !important;
	padding: 0 !important
}

.header-popover-overlay-box .text-333 {
	color: #333
}

.header-popover-overlay-box .text-666 {
	color: #666
}

.header-popover-overlay-box .flex1 {
	flex: 1
}

.header-popover-overlay-box .content {
	display: flex;
	justify-content: center;
	padding: 16px 0 28px
}

.header-popover-overlay-box .content .item-a {
	display: block;
	color: #666
}

.header-popover-overlay-box .content .item {
	padding: 0 20px;
	background: #fbfbfb;
	width: 250px;
	color: #666;
	margin-right: 20px;
	cursor: pointer;
	border-radius: 8px
}

.header-popover-overlay-box .content .item.short {
	width: 200px
}

.header-popover-overlay-box .content .item .head {
	padding: 12px 0;
	border-bottom: 1px solid #ddd
}

.header-popover-overlay-box .content .item .head .icon-box {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #ffeeeb;
	color: #ee8667;
	display: flex;
	align-items: center;
	justify-content: center
}

.header-popover-overlay-box .content .item .head .icon-box .iconfont {
	font-size: 30px
}

.header-popover-overlay-box .content .item .head .title {
	font-size: 16px;
	font-weight: 700;
	margin-left: 12px
}

.header-popover-overlay-box .content .item .desc-item {
	display: flex;
	align-items: center;
	margin: 12px 0
}

.header-popover-overlay-box .content .item .desc-item .circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ee8667;
	margin-right: 6px
}

.header-popover-overlay-box .content .item:hover {
	background: #ee8667;
	color: #fff
}

.header-popover-overlay-box .content .item:hover .item-a {
	color: #fff
}

.header-popover-overlay-box .content .item:hover .circle,
.header-popover-overlay-box .content .item:hover .icon-box {
	background: #fff
}

.header-popover-overlay-box .content .item:hover .head {
	border-color: #ffbca9
}

body[data-v-95c0b4b6],
html[data-v-95c0b4b6] {
	margin: 0;
	padding: 0
}

.drop-down[data-v-7704a20c] {
	padding: 10px 10px 0
}

.drop-down p[data-v-7704a20c] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.drop-down .drop-down-nickname[data-v-7704a20c] {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px
}

.drop-down .drop-down-id[data-v-7704a20c] {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px
}

.drop-down .join-vip[data-v-7704a20c] {
	display: inline-block;
	height: 24px;
	margin-top: 4px;
	margin-left: -2px;
	line-height: 24px;
	font-size: 12px;
	background-color: #fec251;
	color: #fff;
	padding: 0 9px;
	border-radius: 12px;
	cursor: pointer
}

.drop-down .join-vip-text[data-v-7704a20c] {
	margin-left: 5px;
	margin-top: 4px;
	color: #ffaf00;
	font-size: 12px;
	cursor: pointer
}

.drop-down .vip-time[data-v-7704a20c] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ffae21;
	font-size: 12px
}

.drop-down .vip-time .junior-level[data-v-7704a20c],
.drop-down .vip-time .senior-level[data-v-7704a20c] {
	display: inline-block;
	background: #ffc052;
	border-radius: 10px;
	width: 44px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff
}

.drop-down .vip-time .senior-level[data-v-7704a20c] {
	color: #f5be59;
	background: #595959
}

.drop-down .divide[data-v-7704a20c] {
	margin: 7px -10px 10px;
	height: 1px;
	background: #eee
}

.drop-down .popover-item[data-v-7704a20c] {
	font-size: 14px;
	line-height: 30px
}

.logined[data-v-7704a20c] {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center
}

.logined img.avatar[data-v-7704a20c] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	cursor: pointer
}

.logined .vip-icon[data-v-7704a20c] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 23px;
	height: 23px
}

.enter-btn[data-v-7704a20c],
.login-btn[data-v-7704a20c] {
	opacity: 1;
	background: #fff;
	border: 1px solid #ff4800;
	height: 38px;
	margin-right: 16px;
	padding: 0 15px;
	border-radius: 4px;
	color: #ff4800;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
        width: 120px; 
}

.enter-btn[data-v-7704a20c] {
	background: #ff4800;
	border: none;
	color: #fff;
	padding: 0 19px
}

.title[data-v-d2ae606a] {
	font-size: 22px;
	font-weight: 700;
	color: #000
}

.desc[data-v-d2ae606a] {
	color: #ff4800;
	font-size: 20px
}

.code-box[data-v-d2ae606a] {
	padding: 20px 0 14px
}

.gift-item[data-v-d2ae606a] {
	width: 318px;
	height: 78px;
	background: #fff;
	border: 1px solid #ff4800;
	border-radius: 10px;
	position: relative;
	margin: 14px auto 0;
	display: flex;
	align-items: center
}

.gift-item .gift-item-logo[data-v-d2ae606a] {
	position: relative;
	margin-left: 30px
}

.gift-item .gift-item-logo div[data-v-d2ae606a] {
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 33px;
	color: #fff
}

.gift-item .gift-item-text[data-v-d2ae606a] {
	flex: 1;
	text-align: left;
	margin-left: 12px
}

.gift-item .gift-item-text .gift-item-name[data-v-d2ae606a] {
	font-size: 16px;
	color: #000
}

.gift-item img[data-v-d2ae606a] {
	width: 54px;
	height: 54px
}

.gift-item .vip-label[data-v-d2ae606a] {
	background: #ffe9e1;
	border-radius: 13px;
	padding: 2px 6px;
	display: inline-block;
	margin-top: 4px;
	color: #ff4800
}

.gift-item[data-v-d2ae606a]:after {
	content: "";
	background: url(https://imgcdn.meizhuahuyu.com/1650520612330.png);
	width: 30px;
	height: 28px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background-size: 100%
}

.mgDialog .el-dialog__body {
	padding-top: 0
}

.page-enter-active[data-v-e608f434],
.page-leave-active[data-v-e608f434] {
	transition: opacity .5s
}

.page-enter[data-v-e608f434],
.page-leave-active[data-v-e608f434] {
	opacity: 0
}

.el-menu-demo[data-v-e608f434] {
	flex: 1;
	align-items: center
}

[data-v-e608f434] .el-menu--horizontal>.el-menu-item {
	height: 70px;
	line-height: 70px;
	padding: 0 53px 0 13px;
	border-bottom-color: transparent;
}

[data-v-e608f434] .el-menu--horizontal .el-menu .el-submenu__title {
	padding: 8px 0 8px 20px
}

[data-v-e608f434] .el-submenu .el-menu-item {
	width: 130px;
	min-width: 130px;
	box-sizing: border-box;
	padding: 8px 0 8px 20px
}

[data-v-e608f434] .el-submenu .el-menu-item:first-child {
	padding-top: 10px
}

[data-v-e608f434] .el-submenu .el-menu-item:last-child {
	padding-bottom: 10px
}

[data-v-e608f434] .el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
	border-bottom: 2px solid transparent;
	font-weight: 500;
	color: #333
}

[data-v-e608f434] .el-menu--horizontal>.el-submenu .el-submenu__icon-arrow {
	display: none
}

[data-v-e608f434] .el-menu.el-menu--horizontal {
	border-bottom: 1px solid transparent;
	height: 100%;
	white-space:nowrap;
	text-align: right;
}

[data-v-e608f434] .el-submenu__title {
	padding: 0
}

[data-v-e608f434] .el-menu--horizontal>.el-menu-item a {
	color: #666;
	margin-top: 0;
	height: 70px;
	line-height: 70px;
	display: block;
	font-size: 16px;
}

[data-v-e608f434] .el-menu--horizontal>.el-menu-item:hover a {
	border-bottom: 2px solid transparent;
	font-size: 16px;
	color: #ff4800;
	margin-top: 0
}

[data-v-e608f434] .el-menu--horizontal>.el-menu-item:hover:after {
	display: block;
	content: "";
	width: 14px;
	height: 4px;
	background: #ff4800;
	border-radius: 2px;
	position: absolute;
	top: 51px;
	left: 50%;
	transform: translateX(-50%)
}

[data-v-e608f434] .el-menu--horizontal>.el-submenu .el-submenu__title {
	font-size: 14px;
	font-weight: 500;
	color: #666;
	margin-top: 0;
	height: 70px;
	line-height: 70px
}

[data-v-e608f434] .el-menu--horizontal>.el-submenu .el-submenu__title:hover {
	border-bottom: 2px solid transparent;
	font-size: 14px;
	color: #ff4800
}

[data-v-e608f434] .el-menu--horizontal>.el-submenu .el-submenu__title:hover:after {
	display: block;
	content: "";
	width: 14px;
	height: 4px;
	background: #ff4800;
	border-radius: 2px;
	position: absolute;
	top: 51px;
	left: 50%;
	transform: translateX(-50%)
}

[data-v-e608f434] .el-menu--horizontal>.el-menu-item.is-active {
	margin-top: 0;
	height: 70px;
	line-height: 70px
}

[data-v-e608f434] .el-menu--horizontal>.el-menu-item.is-active,
[data-v-e608f434] .el-menu--horizontal>.el-menu-item.is-active a {
	border-bottom: 2px solid transparent;
	font-size: 14px;
	color: #ff4800
}

[data-v-e608f434] .el-menu--horizontal>.el-menu-item.is-active:after {
	display: block;
	content: "";
	width: 14px;
	height: 4px;
	background: #ff4800;
	border-radius: 2px;
	position: absolute;
	top: 51px;
	left: 50%;
	transform: translateX(-50%)
}

[data-v-e608f434] .el-menu--horizontal>.el-submenu.is-active .el-submenu__title:hover {
	border-bottom: 2px solid transparent;
	font-size: 14px;
	color: #ff4800;
	margin-top: 0;
	height: 70px;
	line-height: 70px
}

[data-v-e608f434] .el-menu--horizontal>.el-submenu.is-active .el-submenu__title:after {
	display: block;
	content: "";
	width: 14px;
	height: 4px;
	background: #ff4800;
	border-radius: 2px;
	position: absolute;
	top: 51px;
	left: 50%;
	transform: translateX(-50%)
}

.newLogo[data-v-e608f434] {
	width: 172px;
	height: 70px;
	margin-top: 1px
}

.tips[data-v-e608f434] {
	position: absolute;
	top: 7px;
	right: 0;
	transform: translateX(100%);
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 18px;
	text-align: center;
	width: 80px;
	height: 18px;
	background: #ff4800;
	border-radius: 9px
}

.headerOut[data-v-e608f434] {
	width: 100%
}

.header[data-v-e608f434] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
	/* background: transparent; */
	background: #fff;
	min-width: 1200px;
	margin: 0 auto;
	/* padding: 0 2vw 0 250px */
}

.header .logo-wrap[data-v-e608f434] {
	display: inline-block;
	margin-right: 6%;
	margin-left:3%;
}

.header .logo[data-v-e608f434] {
	width: 55px;
	height: 55px;
	border-radius: 50%
}

.customized-lt[data-v-e608f434] {
	padding: 14px 20px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	color: #333;
	margin-right: 18px
}

.customized-lt[data-v-e608f434]:hover {
	background: #ee8667;
	color: #fff
}

.customized-lt:hover .customized-lt-name[data-v-e608f434] {
	color: #fff
}

.customized-lt:hover .customized-icon[data-v-e608f434] {
	background: #fff
}

.customized-lt:hover .customized-text[data-v-e608f434] {
	color: #fff
}

.customized-lt:hover .customized-text .customized-item[data-v-e608f434]:before {
	background: #fff
}

.customized-lt .customized-icon[data-v-e608f434] {
	width: 50px;
	height: 50px;
	background: #ffeeeb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px
}

.customized-lt .customized-icon .iconfont[data-v-e608f434] {
	font-size: 24px;
	color: #ee8667
}

.customized-lt .customized-lt-name[data-v-e608f434] {
	font-size: 16px;
	font-weight: 700;
	color: #666
}

.customized-lt .customized-text[data-v-e608f434] {
	border-top: 1px solid #ddd;
	color: #666;
	margin-top: 10px
}

.customized-lt .customized-text .customized-item[data-v-e608f434] {
	margin-top: 16px;
	display: flex;
	align-items: center;
	line-height: 1
}

.customized-lt .customized-text .customized-item[data-v-e608f434]:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #ee8667;
	border-radius: 50%;
	display: block;
	margin-right: 8px
}

.customized-rt[data-v-e608f434] {
	width: 178px;
	height: 180px;
	background: #fbfbfb;
	border-radius: 8px;
	text-align: center;
	padding-top: 18px
}

.customized-rt img[data-v-e608f434] {
	width: 114px;
	height: 114px
}

.customized-rt .mgt16[data-v-e608f434] {
	margin-top: 16px
}

.member-gift[data-v-e608f434] {
	float: left;
	height: 70px;
	line-height: 62px;
	position: relative;
	cursor: pointer;
	margin-left: 12px
}

.member-gift img[data-v-e608f434] {
	width: 113px;
	height: 45px
}

.member-gift .member-gift-text[data-v-e608f434] {
	font-size: 16px;
	color: #bb865e;
	font-weight: 700;
	top: 3px;
	left: 50px;
	position: absolute
}

.footer[data-v-2fdffa24] {
	height: 40px;
	padding-left: 250px;
	padding-right: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	line-height: 40px;
	margin-top: -40px;
	font-size: 16px;
	background-color: transparent
}

.footer[data-v-2fdffa24],
.footer a[data-v-2fdffa24] {
	color: #dbdbdb
}

.footer a[data-v-2fdffa24]:hover {
	color: #0056b3
}

.default[data-v-1ea50ff4] {
	margin-top: 80px;
	height: 100%
}

.router[data-v-1ea50ff4] {
	min-height: 100%;
	padding-bottom: 70px
}

.title-text[data-v-bb393a6c] {
	color: #898989;
	font-size: 16px
}

.input-wrap[data-v-bb393a6c] {
	position: relative
}

.input-wrap .input[data-v-bb393a6c] {
	margin-top: 10px
}

.input-wrap .input[data-v-bb393a6c]::-moz-placeholder {
	color: #898989
}

.input-wrap .input[data-v-bb393a6c]:-ms-input-placeholder {
	color: #898989
}

.input-wrap .input[data-v-bb393a6c]::placeholder {
	color: #898989
}

.input-wrap .length[data-v-bb393a6c] {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #898989
}

.mar20[data-v-50357c3a] {
	margin-top: 20px
}

.title[data-v-50357c3a] {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	line-height: 28px
}

.collection-list[data-v-50357c3a] {
	max-height: 326px;
	overflow: scroll;
	margin-top: 30px
}

.collection-list .collection-list-item[data-v-50357c3a] {
	background-color: #f9f9fa;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 86px;
	padding: 16px
}

.collection-list .collection-list-item[data-v-50357c3a]:not(:first-child) {
	margin-top: 10px
}

.collection-list .collection-list-item .item-left[data-v-50357c3a] {
	width: 300px;
	display: flex;
	flex-direction: column
}

.collection-list .collection-list-item .item-left .collection-name[data-v-50357c3a] {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000;
	line-height: 22px
}

.collection-list .collection-list-item .item-left .collection-count[data-v-50357c3a] {
	margin-top: 12px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989;
	line-height: 20px
}

.collection-list .collection-list-item .item-left .collection-count .btn[data-v-50357c3a] {
	border-radius: 2px;
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	padding: 2px 6px;
	margin-right: 8px
}

.collection-list .collection-list-item .item-left .collection-count .public[data-v-50357c3a] {
	background: rgba(103, 186, 7, .1);
	color: #67ba07
}

.collection-list .collection-list-item .item-left .collection-count .private[data-v-50357c3a] {
	background: rgba(76, 110, 255, .1);
	color: #4c6eff
}

.collection-list .collection-list-item .item-left .collection-count .lock[data-v-50357c3a] {
	color: #4c6eff;
	margin-left: 25px
}

.collection-list .collection-list-item .item-left .collection-count .unlock[data-v-50357c3a] {
	margin-left: 25px
}

.collection-list .collection-list-item .item-right[data-v-50357c3a] {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.collection-list .collection-list-item .item-right .add-icon[data-v-50357c3a],
.collection-list .collection-list-item .item-right .tick-icon[data-v-50357c3a] {
	width: 32px;
	height: 32px;
	color: #fff;
	background: #4c6eff;
	text-align: center;
	line-height: 32px;
	border-radius: 5px
}

.collection-list .collection-list-item .item-right .tick-icon[data-v-50357c3a] {
	opacity: .5
}

.iconfont[data-v-50357c3a] {
	margin-left: 5px;
	cursor: pointer
}

.cha[data-v-50357c3a] {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 20px;
	right: 30px;
	cursor: pointer
}

.addToCollectionDialog {
	width: 520px !important;
	border-radius: 5px !important
}

.addToCollectionDialog .el-dialog__header {
	padding: 0
}

.addToCollectionDialog .el-dialog__body {
	padding: 20px 30px;
	height: 100%
}

.addToCollectionDialog .el-dialog__headerbtn .el-dialog__close {
	display: none
}

.getVipHeader[data-v-a2b7bc6c] {
	position: relative
}

.getVipHeader>div:first-child>img[data-v-a2b7bc6c] {
	width: 600px
}

.getVipHeader>div[data-v-a2b7bc6c]:nth-child(2) {
	width: 332px;
	height: 28px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 28px
}

.dysq[data-v-a2b7bc6c] {
	position: absolute;
	left: 134px;
	top: 30px
}

.sqcg[data-v-a2b7bc6c] {
	margin: 16px auto 0;
	text-align: center;
	height: 28px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666;
	line-height: 28px
}

.sqcg>span[data-v-a2b7bc6c] {
	font-size: 20px;
	color: #ff4800
}

.sqhc[data-v-a2b7bc6c] {
	position: relative;
	margin-top: 17px
}

.sqhc>div[data-v-a2b7bc6c]:first-child {
	position: absolute;
	left: 249px;
	top: -7px
}

.sqhc>div:first-child>img[data-v-a2b7bc6c] {
	width: 7px
}

.sqhc>div[data-v-a2b7bc6c]:nth-child(2) {
	text-align: center;
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	line-height: 22px
}

.sqhc>div[data-v-a2b7bc6c]:nth-child(3) {
	position: absolute;
	right: 248px;
	top: 6px
}

.sqhc>div:nth-child(3)>img[data-v-a2b7bc6c] {
	width: 7px
}

.smky[data-v-a2b7bc6c] {
	text-align: center;
	height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ff4800;
	line-height: 17px;
	margin: 10px auto 0
}

.sztp[data-v-a2b7bc6c] {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	padding: 0 30px
}

.sztp>div[data-v-a2b7bc6c] {
	width: 170px;
	height: 170px;
	background: rgba(244, 245, 250, .4);
	border-radius: 5px;
	text-align: center;
	position: relative
}

.sztp .sztpFont[data-v-a2b7bc6c] {
	width: 96px;
	height: 36px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666;
	line-height: 18px;
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translate(-50%);
	text-align: center
}

.sztp>div:first-child img[data-v-a2b7bc6c],
.sztp>div:last-child img[data-v-a2b7bc6c],
.sztp>div:nth-child(2) img[data-v-a2b7bc6c] {
	width: 170px
}

.zh123[data-v-a2b7bc6c] {
	display: flex;
	justify-content: space-between;
	padding-left: 60px;
	padding-right: 68px;
	height: 20px;
	align-items: center;
	margin-top: 20px
}

.zh123>div[data-v-a2b7bc6c] {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666
}

.hdsj[data-v-a2b7bc6c] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	padding: 0 30px 30px
}

.hdsj>div[data-v-a2b7bc6c]:first-child {
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ff4800
}

.hdsj>div>button[data-v-a2b7bc6c] {
	width: 96px;
	height: 40px;
	background: #ff4800;
	border-radius: 5px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff;
	cursor: pointer
}

.delete[data-v-a2b7bc6c] {
	position: absolute;
	left: 275px;
	bottom: -95px
}

.delete img[data-v-a2b7bc6c] {
	width: 50px;
	cursor: pointer
}

.getVipDialog {
	border-radius: 5px !important;
	margin-top: 6.5vh !important
}

.getVipDialog .el-dialog__body,
.getVipDialog .el-dialog__header {
	padding: 0
}

.title[data-v-4f63ea88] {
	font-size: 19px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	line-height: 26px;
	margin-bottom: 30px
}

.erCode[data-v-4f63ea88] {
	width: 400px
}

.erCode .img[data-v-4f63ea88] {
	width: 160px;
	height: 160px;
	margin-bottom: 14px;
	border-radius: 5px;
	border: 1px solid #f5f5f5
}

.erCode .erName[data-v-4f63ea88] {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	line-height: 20px;
	margin-bottom: 8px
}

.erCode .desc[data-v-4f63ea88] {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989;
	line-height: 16px
}

.cha[data-v-4f63ea88] {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 30px;
	right: 20px;
	cursor: pointer
}

.erNum[data-v-4f63ea88] {
	width: 280px;
	height: 280px;
	margin-bottom: 20px
}

.btn[data-v-4f63ea88] {
	width: 285px;
	height: 35px;
	background: #ff4800;
	border-radius: 4px;
	font-size: 13px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 17px
}

.xsxDialog {
	border-radius: 5px !important;
	margin-top: 25vh !important
}

.xsxDialog .el-dialog__headerbtn .el-dialog__close {
	display: none
}

.xsxDialog .el-dialog__header {
	padding-bottom: 0;
	padding-top: 30px
}

.xsxDialog .el-dialog__body {
	padding: 0 30px 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center
}

.title[data-v-6dbc8f16] {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	line-height: 22px;
	margin-bottom: 18px
}

.desc[data-v-6dbc8f16] {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989;
	line-height: 17px
}

.cha[data-v-6dbc8f16] {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 16px;
	right: 20px;
	cursor: pointer
}

.erNum[data-v-6dbc8f16] {
	width: 204px;
	height: 204px;
	margin-bottom: 10px
}

.btn[data-v-6dbc8f16] {
	width: 285px;
	height: 35px;
	background: #ff4800;
	border-radius: 4px;
	font-size: 13px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff;
	line-height: 17px
}

.serviceDialog {
	border-radius: 5px !important;
	margin-top: 25vh !important
}

.serviceDialog .el-dialog__headerbtn .el-dialog__close {
	display: none
}

.serviceDialog .el-dialog__header {
	padding-bottom: 0;
	padding-top: 16px
}

.serviceDialog .el-dialog__body {
	padding: 0 0 29px;
	display: flex;
	flex-direction: column;
	align-items: center
}

[data-v-0728cb76] .low-price-dialog .el-dialog__body {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	border-radius: 20px
}

[data-v-0728cb76] .low-price-dialog img {
	vertical-align: middle
}

[data-v-0728cb76] .low-price-dialog .step1 img,
[data-v-0728cb76] .low-price-dialog .step2 img {
	width: 100%
}

[data-v-0728cb76] .low-price-dialog .step1 {
	transition: transform 1s ease-in-out
}

[data-v-0728cb76] .low-price-dialog .step1 .open {
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: 13%;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer
}

[data-v-0728cb76] .low-price-dialog .step1 .nick {
	color: #ffe8b7;
	font-size: 24px;
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translateX(-50%)
}

[data-v-0728cb76] .low-price-dialog .step1.rotateY {
	transform: rotateY(180deg)
}

[data-v-0728cb76] .low-price-dialog .step2 .price {
	width: 100%;
	top: 10%;
	text-align: center
}

[data-v-0728cb76] .low-price-dialog .step2 .receive-success {
	color: #a72828;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center
}

[data-v-0728cb76] .low-price-dialog .step2 .receive-success .correct {
	width: 24px;
	height: 24px;
	margin-right: 8px
}

[data-v-0728cb76] .low-price-dialog .step2 .divider {
	color: #a52020;
	font-size: 16px;
	width: 70%;
	margin: 0 auto
}

[data-v-0728cb76] .low-price-dialog .step2 .coupon {
	width: 280px;
	height: 70px;
	display: flex;
	align-items: center;
	margin: 24px auto 0;
	background-image: url(https://img.alicdn.com/imgextra/i4/2211227103034/O1CN01RNubVH1YHcQ03tTBU_!!2211227103034.png);
	background-size: cover
}

[data-v-0728cb76] .low-price-dialog .step2 .coupon .left {
	flex-basis: 75%;
	font-size: 24px
}

[data-v-0728cb76] .low-price-dialog .step2 .coupon .left .amount {
	color: #fd3c3c;
	background: linear-gradient(0deg, #ff741d, #ef3107 99.21875%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

[data-v-0728cb76] .low-price-dialog .step2 .coupon .right {
	flex-basis: 25%;
	color: #ddbd7f;
	font-size: 16px
}

[data-v-0728cb76] .low-price-dialog .step2 .count-down {
	bottom: 6%;
	left: 50%;
	transform: translateX(-50%)
}

[data-v-0728cb76] .low-price-dialog .step2 .count-down .remaining-time {
	font-size: 18px;
	color: #ddbd7f
}

[data-v-0728cb76] .low-price-dialog .step2 .count-down .el-button {
	background-color: #ddbd7f;
	border-radius: 30px;
	border: none;
	font-size: 22px;
	padding: 16px 72px;
	color: #333;
	font-weight: 400
}

[data-v-0728cb76] .low-price-dialog .step3 {
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 48px 36px
}

[data-v-0728cb76] .low-price-dialog .step3 .give-up {
	font-size: 18px;
	width: 80%;
	margin: 0 auto 36px
}

[data-v-0728cb76] .low-price-dialog .step3 .give-up span {
	color: #a52020
}

[data-v-0728cb76] .low-price-dialog .step3 img {
	width: 100%
}

[data-v-0728cb76] .low-price-dialog .step3 .btns div {
	cursor: pointer;
	width: 45%;
	font-size: 18px;
	padding: 12px 32px;
	border-radius: 28px
}

[data-v-0728cb76] .low-price-dialog .step3 .btns .give-up-btn {
	color: #b3b3b3;
	background-color: #e9e9e9
}

[data-v-0728cb76] .low-price-dialog .step3 .btns .continue-btn {
	color: #333;
	background-color: #ddbd7f
}

[data-v-0728cb76] .wx-pay-dialog {
	border-radius: 16px
}

[data-v-0728cb76] .wx-pay-dialog .innerQrcode {
	text-align: center
}

[data-v-0c939861] .el-autocomplete-suggestion li {
	padding: 0 !important
}

[data-v-0c939861] .my-autocomplete-wrap .el-input__inner {
	border-radius: 5px;
	border: 1px solid #eee;
	height: 36px;
	padding-left: 12px;
	font-size: 12px;
	line-height: 14px
}

.my-autocomplete-wrap[data-v-0c939861] {
	position: relative;
	margin-right: 26px
}

.my-autocomplete-wrap .search-icon[data-v-0c939861] {
	position: absolute;
	top: 0;
	right: 16px;
	line-height: 36px;
	font-size: 16px;
	cursor: pointer;
	z-index: 12;
	color: rgba(0, 0, 0, .19)
}

.my-autocomplete-wrap .my-autocomplete[data-v-0c939861] {
	width: 260px;
	height: 36px;
	position: relative
}

.select-row[data-v-0c939861] {
	display: flex;
	align-items: center;
	padding-left: 16px !important;
	height: 60px;
	margin: 10px 0 0
}

.select-row .avatar-img[data-v-0c939861] {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.select-row .select-row-right[data-v-0c939861] {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-left: 10px
}

.select-row .select-row-right .highlight[data-v-0c939861] {
	line-height: 15px;
	width: 175px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.select-row .select-row-right .name[data-v-0c939861] {
	font-size: 15px;
	line-height: 15px
}

.select-row .select-row-right .number[data-v-0c939861] {
	font-size: 12px;
	line-height: 12px;
	color: #898989
}

.navigation[data-v-0c939861] {
	height: 64px;
	min-width: 1040px;
	box-sizing: border-box;
	padding: 0 40px 0 0;
	background-color: #fff;
	z-index: 1000;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 20px
}

.content[data-v-0c939861] {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.content .content-left[data-v-0c939861] {
	position: relative
}

.content .content-left .version_change[data-v-0c939861] {
	display: none;
	position: absolute;
	top: 37px;
	left: 20px;
	z-index: 99
}

.content .content-left .version_change .ltttt[data-v-0c939861] {
	height: 10px;
	width: 100%;
	background: transparent
}

.content .content-left .version_change .version_content[data-v-0c939861] {
	width: 374px;
	background: #fff;
	box-shadow: 0 6px 30px 0 rgba(35, 35, 36, .1);
	padding: 20px
}

.content .content-left .version_change[data-v-0c939861]:hover {
	display: block
}

.content .content-left .version_change .bottom_img[data-v-0c939861] {
	position: absolute;
	right: 0;
	top: 10px;
	width: 69px;
	height: 71px;
	z-index: 0
}

.content .content-left .version_change .title[data-v-0c939861] {
	margin-bottom: 12px
}

.content .content-left .version_change .title .img[data-v-0c939861] {
	width: 14px;
	height: 14px;
	margin-left: 1px;
	margin-right: 4px
}

.content .content-left .version_change .title .div[data-v-0c939861] {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989;
	line-height: 22px
}

.content .content-left .version_change .version[data-v-0c939861] {
	width: 162px;
	padding: 20px 16px;
	height: 94px;
	position: relative
}

.content .content-left .version_change .version .top_img[data-v-0c939861] {
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 24px
}

.content .content-left .version_change .version .name[data-v-0c939861] {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	line-height: 22px;
	margin-bottom: 12px
}

.content .content-left .version_change .version .desc[data-v-0c939861] {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989;
	line-height: 20px
}

.content .content-left .version_change .version .splitline[data-v-0c939861] {
	width: 2px;
	height: 12px;
	background: #ddd
}

.content .content-left .version_change .content_version[data-v-0c939861] {
	background: rgba(76, 110, 255, .05);
	border-radius: 5px;
	border: 2px solid #4c6eff
}

.content .content-left .version_change .goods_version[data-v-0c939861] {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #eee;
	cursor: pointer
}

.content .content-left .version_change .goods_version .name[data-v-0c939861] {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #898989;
	line-height: 22px;
	margin-bottom: 12px
}

.content .content-left .version_change .goods_version[data-v-0c939861]:hover {
	border: 1px solid rgba(76, 110, 225, .3)
}

.content .content-left .version_change .goods_version:hover .name[data-v-0c939861] {
	color: #000
}

.content .content-left .inner-left[data-v-0c939861] {
	cursor: pointer;
	position: relative;
	border-radius: 5px;
	border: 1px solid hsla(0, 0%, 53.7%, .2);
	width: 91px;
	height: 36px;
	margin-left: 20px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989
}

.content .content-left .inner-left .img[data-v-0c939861] {
	width: 14px;
	height: 14px;
	margin-left: 9px;
	margin-right: 3px
}

.content .content-left .inner-left:hover~.version_change[data-v-0c939861] {
	display: block
}

.content .link[data-v-0c939861] {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000;
	margin-left: 40px
}

.content .link[data-v-0c939861]:hover {
	color: #4c6eff
}

.content .content-right[data-v-0c939861] {
	display: flex;
	align-items: center
}

.content .content-right .imgFont[data-v-0c939861] {
	margin-right: 12px;
	cursor: pointer
}

.content .content-right .imgFont>img[data-v-0c939861] {
	height: 64px
}

.content .content-right .questionnaire[data-v-0c939861] {
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px
}

.content .content-right .questionnaire .img[data-v-0c939861] {
	width: 100px;
	height: auto
}

.content .content-right .compare[data-v-0c939861] {
	position: relative;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #4c6eff;
	font-size: 12px;
	padding: 10px 15px 0;
	margin-right: 30px;
	cursor: pointer
}

.content .content-right .compare .icon[data-v-0c939861] {
	width: 32px;
	height: 32px
}

.content .content-right .compare .compare-icon[data-v-0c939861] {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAzElEQVR4Xu3XsQ3DMAxEUWs4d+6zRWaIZ/EIni9RJoiaA4EQeO5JCLR0/3Mczzm3P/4e++esPN4wADfAE5ABlSGT9haCKACDPCDNkVU9EWKCTJAJMsHKlE17M0EmyASZYJojTHAxASpMhakwFabClZhJe1NhKkyFqXCaI1SYCv+egF3ALmAXsAvYBSo5m/a2C1TvAtf9fqV/qXP9MAA3wBOQAZ1DLD27EEQBFEABFEiTtHM9CqAACqAACnRO8fTsKIACKIACKJAmaef6L1AOBRADLo16AAAAAElFTkSuQmCC) 50%;
	background-size: cover
}

.content .content-right .compare[data-v-0c939861]:hover {
	background: #4c6eff;
	color: #fff
}

.content .content-right .compare:hover .compare-icon[data-v-0c939861] {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAQUlEQVRYR+3WMQoAIAwDQP25vjziEwoFHa5zKOGmzCQZvbcr76YCBAgQIECAAAECPwisyobrzt5NqAABAgQIPBU4w/GDwUYLUvUAAAAASUVORK5CYII=) 50%
}

.content .content-right .compare.selected[data-v-0c939861] {
	background: #4c6eff;
	color: #fff
}

.content .content-right .compare.selected .compare-icon[data-v-0c939861] {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAQUlEQVRYR+3WMQoAIAwDQP25vjziEwoFHa5zKOGmzCQZvbcr76YCBAgQIECAAAECPwisyobrzt5NqAABAgQIPBU4w/GDwUYLUvUAAAAASUVORK5CYII=) 50%
}

.content .content-right .compare.red-dot[data-v-0c939861]:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 20px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #f63458
}

.content .content-right .unlogin[data-v-0c939861] {
	display: flex;
	align-items: center
}

.content .content-right .unlogin .login-button[data-v-0c939861] {
	background-color: #fff;
	color: #4c6eff;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #4c6eff;
	border-radius: 5px;
	padding: 0 19px;
	cursor: pointer;
	white-space: nowrap
}

.content .content-right .logined[data-v-0c939861] {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center
}

.content .content-right .logined img.avatar[data-v-0c939861] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 36px;
	height: 36px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
	border-radius: 18px;
	border: 2px solid #fff;
	cursor: pointer
}

.content .content-right .logined .vip-icon[data-v-0c939861] {
	position: absolute;
	bottom: -3px;
	right: -4px;
	width: 16px;
	height: 16px
}

.qr-div[data-v-0c939861] {
	text-align: center
}

.qr-div .qr-top[data-v-0c939861] {
	font-size: 20px;
	color: #000
}

.qr-div .qr-code-wrap[data-v-0c939861] {
	position: relative;
	width: 280px;
	height: 280px;
	border: 1px solid #e2e2e2;
	margin: 20px auto
}

.qr-div .qr-code-wrap .qr-code[data-v-0c939861] {
	width: 100%
}

.qr-div .qr-code-wrap .mask[data-v-0c939861] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: hsla(0, 0%, 100%, .93)
}

.qr-div .qr-code-wrap .mask .text[data-v-0c939861] {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	line-height: 20px;
	margin-top: 34px
}

.qr-div .qr-bottom[data-v-0c939861] {
	font-size: 13px
}

.drop-service .title[data-v-0c939861] {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	line-height: 20px;
	margin-top: 2px;
	margin-bottom: 26px
}

.drop-service .service_item[data-v-0c939861] {
	cursor: pointer
}

.drop-service .service_item img[data-v-0c939861] {
	width: 30px;
	height: 30px;
	margin-bottom: 6px
}

.drop-service .service_item div[data-v-0c939861] {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989;
	line-height: 20px
}

.drop-service .service_item:hover div[data-v-0c939861] {
	color: #4c6eff
}

.drop-service .line[data-v-0c939861] {
	width: 1px;
	height: 38px;
	background: #eee;
	margin-top: 5.235px
}

.drop-down[data-v-0c939861] {
	padding: 10px 10px 0
}

.drop-down p[data-v-0c939861] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.drop-down .drop-down-nickname[data-v-0c939861] {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 5px
}

.drop-down .drop-down-id[data-v-0c939861] {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px
}

.drop-down .join-vip[data-v-0c939861] {
	display: inline-block;
	height: 24px;
	margin-top: 4px;
	margin-left: -2px;
	line-height: 24px;
	font-size: 12px;
	background-color: #fec251;
	color: #fff;
	padding: 0 9px;
	border-radius: 12px;
	cursor: pointer
}

.drop-down .join-vip-text[data-v-0c939861] {
	margin-left: 5px;
	margin-top: 4px;
	color: #ffaf00;
	font-size: 12px;
	cursor: pointer
}

.drop-down .vip-time[data-v-0c939861] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ffae21;
	font-size: 12px
}

.drop-down .vip-time .junior-level[data-v-0c939861],
.drop-down .vip-time .senior-level[data-v-0c939861] {
	display: inline-block;
	background: #ffc052;
	border-radius: 10px;
	width: 44px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff
}

.drop-down .vip-time .senior-level[data-v-0c939861] {
	color: #f5be59;
	background: #595959
}

.drop-down .divide[data-v-0c939861] {
	margin: 12px -10px 2px;
	height: 1px;
	background: #eee
}

.drop-down .popover-item[data-v-0c939861] {
	margin-left: -22px;
	padding-left: 22px;
	width: 198px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #666;
	display: block
}

.drop-down .popover-item[data-v-0c939861]:last-child {
	margin-bottom: -2px
}

.drop-down .popover-item[data-v-0c939861]:hover {
	background: rgba(76, 110, 255, .05);
	color: #4c6eff
}

.sub-menu-wrap[data-v-0c939861] {
	position: absolute;
	left: 0;
	top: 80px;
	width: 130px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	padding-top: 5px;
	transition: all .4s;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.sub-menu-wrap .sub-menu[data-v-0c939861] {
	padding: 5px 0;
	height: 115px;
	background: #fff
}

.sub-menu-wrap .item[data-v-0c939861] {
	text-align: left;
	color: #4c4c4c;
	font-size: 15px;
	padding: 15px 0 15px 15px
}

.sub-menu-wrap .item[data-v-0c939861]:hover {
	background: #4c6eff;
	color: #fff
}

.nav-item[data-v-0c939861] {
	position: relative
}

.nav-item .sub-menu-wrap .item[data-v-0c939861] {
	line-height: 22.5px
}

.nav-item:hover .sub-menu-wrap[data-v-0c939861] {
	visibility: visible;
	opacity: 1;
	display: block
}

.agreement[data-v-0c939861] {
	position: relative;
	top: 20px;
	font-size: 12px;
	font-weight: 400
}

.agreement .usragree[data-v-0c939861] {
	color: #4c6eff;
	cursor: pointer
}

.right-item[data-v-0c939861] {
	margin-right: 20px;
	text-decoration: none;
	cursor: pointer
}

.right-item .iconfont[data-v-0c939861] {
	font-weight: 500;
	color: rgba(0, 0, 0, .2)
}

.right-item .text[data-v-0c939861] {
	line-height: 16px;
	margin-left: 4px;
	color: #666;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400
}

.right-item:hover .iconfont[data-v-0c939861],
.right-item:hover .text[data-v-0c939861] {
	color: #4c6eff
}

.includebtn[data-v-0c939861] {
	box-sizing: border-box
}

.splitLine[data-v-0c939861] {
	width: 1px;
	height: 16px;
	background: #ddd;
	margin-right: 20px
}

.text-highlight[data-v-0c939861] {
	color: #ff4800 !important
}

[data-v-0c939861] .el-input__inner {
	color: #666
}

[data-v-0c939861] .el-input__inner::placeholder {
	color: #666
}

[data-v-0c939861] .el-input__inner::-webkit-input-placeholder {
	color: #666
}

[data-v-0c939861] .el-input__inner:-moz-placeholder,
[data-v-0c939861] .el-input__inner::-moz-placeholder {
	color: #666
}

[data-v-0c939861] .el-input__inner:-ms-input-placeholder {
	color: #666
}

.el-menu-vertical-demo[data-v-26e15c8c]:not(.el-menu--collapse) {
	width: 200px;
	min-height: 400px;
	margin-top: 16px;
	border-right: 0
}

[data-v-26e15c8c] .el-menu-item {
	height: 49px;
	line-height: 48px
}

[data-v-26e15c8c] .el-menu-item-group .el-menu-item {
	line-height: 36px !important;
	margin-left: 42px !important;
	margin-bottom: 4px !important;
	padding-left: 10px !important;
	padding-right: 0 !important;
	min-width: 134px;
	width: 134px;
	border-radius: 5px;
	height: 36px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989
}

[data-v-26e15c8c] .el-menu-item-group .el-menu-item.is-active {
	background: #4c6eff !important;
	color: #fff !important
}

[data-v-26e15c8c] .el-menu-item-group__title {
	padding: 0
}

[data-v-26e15c8c] .el-submenu .el-submenu__title {
	height: 49px;
	line-height: 48px
}

[data-v-26e15c8c] .el-menu-item.is-active,
[data-v-26e15c8c] .el-menu-item:hover,
[data-v-26e15c8c] .el-submenu.is-active .el-submenu__title,
[data-v-26e15c8c] .el-submenu__title:hover {
	background: transparent !important
}

li[data-v-26e15c8c],
ul[data-v-26e15c8c] {
	padding: 0;
	margin: 0;
	list-style: none
}

.left-navigation[data-v-26e15c8c] {
	width: 200px;
	background-color: #fff;
	height: 100%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08)
}

.logo-wrap[data-v-26e15c8c] {
	cursor: pointer;
	padding-top: 35px;
	display: flex;
	justify-content: center;
	align-items: center
}

.logo-wrap .logo-img[data-v-26e15c8c] {
	width: 146px;
	height: 72.64px
}

.logo-wrap[data-v-26e15c8c]:active,
.logo-wrap[data-v-26e15c8c]:hover {
	color: #000
}

.flexcenter[data-v-26e15c8c] {
	display: flex;
	justify-content: center;
	align-content: center
}

.white-bottom[data-v-26e15c8c] {
	height: 40px;
	background-color: #fff
}

i[data-v-26e15c8c] {
	font-size: 20px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: cursor
}

.menu-icon[data-v-26e15c8c] {
	display: inline-block;
	min-width: 16px;
	color: #000;
	font-weight: 500
}

.isPrice[data-v-26e15c8c] {
	width: 54px;
	height: 20px;
	background-image: url(https://imgcdn.meizhuahuyu.com/1596726279722.png);
	background-position: 50%;
	background-size: cover;
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff;
	margin-left: 4px
}

.isHot[data-v-26e15c8c],
.isNew[data-v-26e15c8c] {
	width: 31px;
	height: 15px;
	margin-left: 4px;
	color: #ff4800 !important
}

.isNew[data-v-26e15c8c] {
	color: #67ba07 !important
}

.spaname[data-v-26e15c8c] {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500
}

[data-v-26e15c8c] .el-submenu__icon-arrow {
	font-weight: 600
}

.smallScreen[data-v-b459b442] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	width: 100%;
	height: 40px;
	background: #edf1ff;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #3f4250
}

.smallScreen .tipsImg[data-v-b459b442] {
	margin-right: 8px;
	margin-left: 16px;
	width: 16px;
	height: 16px
}

.smallScreen .cha[data-v-b459b442] {
	margin-right: 16px;
	width: 16px;
	height: 16px;
	cursor: pointer
}

.fade-enter-active[data-v-b459b442],
.fade-leave-active[data-v-b459b442] {
	transition: opacity .3s
}

.fade-enter[data-v-b459b442],
.fade-leave-to[data-v-b459b442] {
	opacity: 0
}

.total-container[data-v-3d5e9cec] {
	position: relative;
	height: 100%
}

.main-body[data-v-3d5e9cec] {
	min-height: 100%;
	overflow: hidden
}

.main-body[data-v-3d5e9cec]:after {
	content: "";
	display: block;
	clear: both
}

.main-body .col-side[data-v-3d5e9cec] {
	height: 100%;
	overflow: auto;
	position: fixed;
	z-index: 100
}

.main-body .col-main[data-v-3d5e9cec] {
	padding-left: 200px;
	overflow: hidden
}

.router[data-v-3d5e9cec] {
	min-height: 100%;
	min-width: 800px;
	padding: 20px 20px 70px;
	overflow: scroll
}

[data-v-3d5e9cec]::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	position: relative;
	z-index: 2
}

[data-v-3d5e9cec]::-webkit-scrollbar-button {
	background-color: #fff
}

[data-v-3d5e9cec]::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #d8d8d8
}

[data-v-3d5e9cec]::-webkit-scrollbar-corner {
	background-color: #fff
}

.spinner[data-v-9c3426a0] {
	display: flex;
	position: relative
}

.middle-div[data-v-9c3426a0] {
	align-items: center;
	margin: auto;
	text-align: center
}

.spinner .bounce[data-v-9c3426a0] {
	width: 18px;
	height: 18px;
	background-color: rgba(51, 51, 51, .6);
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay-data-v-9c3426a0 1.4s ease-in-out infinite both;
	animation: sk-bouncedelay-data-v-9c3426a0 1.4s ease-in-out infinite both
}

.spinner .bounce1[data-v-9c3426a0] {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.spinner .bounce2[data-v-9c3426a0] {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay-data-v-9c3426a0 {

	0%,
	80%,
	to {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bouncedelay-data-v-9c3426a0 {

	0%,
	80%,
	to {
		transform: scale(0)
	}

	40% {
		transform: scale(1)
	}
}

.elLoading[data-v-476845fa] {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.circular[data-v-476845fa] {
	height: 42px;
	width: 42px;
	-webkit-animation: loading-rotate-data-v-476845fa 2s linear infinite;
	animation: loading-rotate-data-v-476845fa 2s linear infinite
}

.path[data-v-476845fa] {
	-webkit-animation: loading-dash-data-v-476845fa 1.5s ease-in-out infinite;
	animation: loading-dash-data-v-476845fa 1.5s ease-in-out infinite;
	stroke-dasharray: 90, 150;
	stroke-dashoffset: 0;
	stroke-width: 2;
	stroke: #409eff;
	stroke-linecap: round
}

@-webkit-keyframes loading-rotate-data-v-476845fa {
	to {
		transform: rotate(1turn)
	}
}

@keyframes loading-rotate-data-v-476845fa {
	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes loading-dash-data-v-476845fa {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px
	}
}

@keyframes loading-dash-data-v-476845fa {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px
	}
}

.innerQrcode[data-v-c1646c06] {
	text-align: center;
	margin-top: -15px
}

.innerFont[data-v-c1646c06] {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989;
	margin-top: 10px
}

.innerImg[data-v-c1646c06] {
	margin-top: -25px
}

.outerBtn[data-v-c1646c06] {
	cursor: pointer;
	height: 30px;
	line-height: 28px;
	padding: 0 16px;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid hsla(0, 0%, 80%, .3)
}

.outerBtnFont[data-v-c1646c06] {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989
}

.outerBtnChosed[data-v-c1646c06] {
	font-weight: 500;
	color: #4c6eff
}

.monthNormal[data-v-c1646c06] {
	padding-top: 21px;
	padding-left: 20px;
	padding-bottom: 10px;
	display: inline-block;
	width: 200px;
	height: 122px;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-right: 20px;
	cursor: pointer
}

.monthNormal>div[data-v-c1646c06]:first-child {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666
}

.monthNormal>div[data-v-c1646c06]:nth-child(2) {
	display: flex;
	align-items: center
}

.monthNormal>div:nth-child(2)>div:first-child>span[data-v-c1646c06] {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #898989
}

.monthNormal>div:nth-child(2)>div:first-child>span[data-v-c1646c06]:last-child {
	font-size: 32px
}

.monthNormal>div[data-v-c1646c06]:nth-child(3) {
	text-decoration: line-through;
	font-size: 10px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ccc
}

.outerDiscount[data-v-c1646c06] {
	width: 40px;
	height: 20px;
	background: #ff4800;
	border-radius: 10px 10px 10px 0;
	text-align: center;
	padding-top: 2px;
	margin-left: 10px
}

.outerDiscount>div[data-v-c1646c06] {
	font-size: 12px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff
}

.vipLevel[data-v-c1646c06] {
	background: rgba(76, 110, 255, .02);
	border: 1px solid rgba(76, 110, 255, .3)
}

.outerHeader[data-v-c1646c06] {
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989;
	line-height: 20px;
	margin-right: 20px
}

.outerBold[data-v-c1646c06] {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000
}

.outerCombo[data-v-c1646c06] {
	display: flex;
	align-items: center
}

.monthType[data-v-c1646c06] {
	background: rgba(76, 110, 255, .02);
	border: 2px solid #4c6eff;
	padding-top: 20px;
	padding-left: 19px;
	padding-bottom: 9px
}

.outerMsg[data-v-c1646c06] {
	margin-top: 10px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989
}

.outerMsg>span[data-v-c1646c06] {
	color: #000;
	font-weight: 600
}

.outerPay[data-v-c1646c06],
.outerPayType[data-v-c1646c06] {
	display: flex;
	align-items: center
}

.outerPay[data-v-c1646c06] {
	cursor: pointer
}

.outerSummary>hr[data-v-c1646c06] {
	margin: 0
}

.outerSummaryDiv[data-v-c1646c06] {
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989;
	margin-bottom: 10px
}

.outerSummaryDiv>div[data-v-c1646c06] {
	clear: right;
	float: right
}

.needToPay[data-v-c1646c06] {
	display: flex;
	align-items: center;
	height: 44px;
	justify-content: space-between
}

.needToPay>div[data-v-c1646c06]:first-child {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989
}

.needToPay>div:nth-child(2)>span[data-v-c1646c06]:first-child {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ff4800
}

.needToPay>div:nth-child(2)>span[data-v-c1646c06]:nth-child(2) {
	font-size: 32px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ff4800;
	margin-left: 6px
}

.outerBottom[data-v-c1646c06] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	margin-top: 30px
}

.outerBottom a[data-v-c1646c06] {
	color: #007bff
}

.outerBottom>span[data-v-c1646c06] {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400
}

.outerBottom>button[data-v-c1646c06] {
	width: 96px;
	height: 40px;
	background: #4c6eff;
	border-radius: 5px;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff;
	margin-left: 6px;
	cursor: pointer
}

.iFont[data-v-c1646c06] {
	color: #ccc
}

.updateText[data-v-c1646c06] {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666;
	line-height: 20px
}

.innerDialog .el-dialog__body {
	word-break: normal
}

.payDialog {
	border-radius: 5px !important
}

.payDialog .el-dialog__title {
	font-size: 20px;
	font-weight: 500;
	font-family: PingFangSC-Medium, PingFang SC
}

.payDialog .el-dialog__body,
.payDialog .el-dialog__header {
	padding-left: 30px;
	padding-right: 30px
}

.payDialog .el-dialog__body {
	padding-bottom: 20px
}

.TipsDialog .el-dialog__title {
	font-size: 20px;
	font-weight: 500;
	font-family: PingFangSC-Medium, PingFang SC
}

.TipsDialog .el-dialog__header {
	padding-left: 30px;
	padding-right: 30px
}

.TipsDialog .el-dialog__body {
	padding: 10px 30px
}

.TipsDialog .el-dialog__footer {
	padding-left: 30px;
	padding-right: 30px
}

.qr-div[data-v-0b2eb575] {
	text-align: center
}

.qr-div .qr-top[data-v-0b2eb575] {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	line-height: 22px
}

.qr-div .qr-code-wrap[data-v-0b2eb575] {
	position: relative;
	width: 230px;
	height: 230px;
	margin: 10px auto
}

.qr-div .qr-code-wrap .qr-code[data-v-0b2eb575] {
	width: 100%
}

.qr-div .qr-code-wrap .mask[data-v-0b2eb575] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: hsla(0, 0%, 100%, .93)
}

.qr-div .qr-code-wrap .mask .text[data-v-0b2eb575] {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	line-height: 20px;
	margin-top: 34px
}

.qr-div .qr-bottom[data-v-0b2eb575] {
	font-size: 14px;
	line-height: 20px
}

.qr-div .agreement[data-v-0b2eb575] {
	padding-top: 20px;
	font-size: 12px;
	font-weight: 400
}

.qr-div .agreement .usragree[data-v-0b2eb575] {
	color: #4c6eff;
	cursor: pointer
}

.cha[data-v-0b2eb575] {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer
}

.loginModal {
	border-radius: 5px !important;
	margin-top: 25vh !important
}

.loginModal .el-dialog__headerbtn .el-dialog__close {
	display: none
}

.loginModal .el-dialog__header {
	padding-bottom: 0 !important;
	padding-top: 0 !important
}

.loginModal .el-dialog__body {
	padding: 20px 0 10px;
	display: flex;
	flex-direction: column
}