/*----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------
×ÓÀ¸Ä¿ÑùÊ½*/
.sub-nav-box {  clear: both;   position: relative; 
}

	.sub-nav-box .sub-nav-title {
		line-height: 57px;
		text-align: left;
		background: #0069b5;
		padding-left: 15px;
		font-size: 22px;
		color: white;
		font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
	}

	.sub-nav-box .sub-nav {  clear:both;   text-align:left;   margin-bottom:20px;   width:100%;   overflow:visible;   background:#fafafa; 
	}

		.sub-nav-box .sub-nav li {  width:100%;   padding:0px;   text-align:left;   position:relative;   display:block; 
		}

			.sub-nav-box .sub-nav li a {  display:block;   padding-left:25px;   line-height:54px;   font-size:14px;   color:#808080;   font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";   border-bottom:1px #ececec solid;   font-size:15px; 
			}

				.sub-nav-box .sub-nav li a:hover {
					color: #0066cc;
				}

			.sub-nav-box .sub-nav li ul {
				display: none
			}

				.sub-nav-box .sub-nav li ul li a {
					padding-left: 55px;
				}

				.sub-nav-box .sub-nav li ul li ul li a {
					padding-left: 85px
				}

	.sub-nav-box li .arrow {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 54px;
		height: 54px;
		line-height: 54px;
		text-align: center;
		transition-duration: 0.1s;
		cursor: pointer
	}

		.sub-nav-box li .arrow:after {
			font-family: FontAwesome;
			content: "\f105";
			display: block;
			font-weight: bold;
			font-size: 18px
		}

	.sub-nav-box .sub-nav li.current > a {
		color: #0066cc;
	}

	.sub-nav-box .sub-nav li.active > ul {
		display: block
	}

	.sub-nav-box .sub-nav li.active > .arrow {
		transform: rotate(90deg)
	}


.product-card {
	position: relative;
	background: #fff;
	padding: 24px 24px 50px;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	border-radius: 4px
}

.product-card__logo {
	background-position: 0;
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px
}

	.product-card__logo .el-image__inner {
		width: auto;
		max-width: 100%
	}

.product-card__content {
	position: relative;
	margin-top: 16px;
	display: flex
}

.product-card__img {
	position: relative;
	width: 116px;
	height: 167px;
	background-color: var(--dex-fill-normal)
}

.product-card__img:hover .product-card__look {
	opacity: 1
}

.product-card__look {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	opacity: 0;
	pointer-events: none;
	background-color: rgba(0,0,0,.4);
	transition: opacity .5s
}

.product-card__intro {
	margin-left: 16px;
	min-width: 0;
	flex: 1
}

.product-card__name {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	height: 22px;
	color: var(--dex-text-dark);
	overflow: hidden;
	text-overflow: ellipsis;

}
.product-card__logo {
	/* background-position:0; */
	/* background-repeat:no-repeat; */
	/* background-size:contain; */
	height: 40px;
}

.product-card__tag {
	display: flex;
	align-items: center;
	margin-top: 6px
}

.product-card__series {
	flex: 1;
	margin-left: 6px
}

.product-card__desc {
	min-height: 63px;
	font-size: 14px;
	line-height: 21px;
	color: var(--dex-text-gray);
	margin-top: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all
}

.product-card__time {
	font-size: 12px;
	line-height: 22px;
	color: var(--dex-text-gray-normal);
	margin-top: 14px
}

.product-card__trade {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center
}

.product-card__trade-value {
	font-size: 16px;
	line-height: 22px;
	color: var(--dex-color-normal)
}

.product-card__trade-label {
	font-size: 12px;
	line-height: 22px;
	color: var(--dex-text-gray-normal);
	margin-top: 6px
}

.product-card__mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background-color: var(--dex-color-normal);
	z-index: 10
}


.hall-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px
}

.hall-list__wrap {
	min-height: 300px;
	overflow: hidden;
	margin-top: 24px
}

.hall-list__item {
	min-width: 0;
	
	padding: 0 10px;
	margin-bottom: 20px
}

.hall-result {
	display: flex;
	flex-shrink: 0
}

.hall-result__left {
	flex: 1
}

.hall-result__right {
	margin-top: 24px;
	margin-left: 24px;
	flex-basis: 262px
}

.hall-result__children {
	margin-left: 100px;
	min-height: 42px;
	background: #f6f8fd;
	border-radius: 2px;
	margin-top: 10px;
	padding: 0 10px;
	display: flex;
	align-items: center
}

	.hall-result__children
	.hall-filter {
		margin-top: 0 !important;
		position: relative
	}

	.hall-result__children
	.hall-filter-item__condition-item {
		font-size: 12px !important
	}

	.hall-result__children
	.is-active {
		color: #357fed !important;
		background-color: #f6f8fd !important
	}

.hall
.hall-result__children .hall-filter-item__condition-item {
	font-size: 12px !important;
	padding: 4px 5px;
	margin-right: 0;
	width: 90px
}

.el-image__error, .el-image__inner, .el-image__placeholder {
	width: 100%;
	height: 100%;
}

.hidden {
	display: none !important;
}


.card__desc {
	font-weight :100;
		min-height: 63px;
	font-size: 14px;
	line-height: 21px;
	color: var(--dex-text-gray);
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all
}



input::-webkit-input-placeholder {
	color: #F8F8F9;
}

.series-tag[data-v-3f194452] {
	height: 22px;
	color: #fff;
	line-height: 22px;
	border-radius: 2px;
	overflow: hidden;
	display: flex
}

.series-tag__label[data-v-3f194452] {
	background: #357fed;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	flex-basis: 36px;
	flex-shrink: 0
}

.series-tag__value[data-v-3f194452] {
	background: #e8f3ff;
	color: #357fed;
	padding: 0 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	font-size:14px;
}

.series-tag__value1[data-v-3f194452] {
	background: #fdf6ec;
	color: #e6a23c;
	padding: 0 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	font-size: 14px;
}
.series-tag__value2 {
	background: #f4f4f5;
	color: #909399;
	border-color: #e9e9eb;
	padding: 0 8px;
	margin:10px 10px 10px 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	font-size: 14px;
}

.login-version {
	position:absolute;
	position: inline-block;
	right: 0px;
	top: 0px;
	width: 82px;
	height: 82px;
	background: url('images/login_version.png') no-repeat center;
	background-size: 100%;
}
	.login-version-text

{
	width: 82px;
	height: 82px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	transform: rotate(45deg);
}

.main-content[data-v-5a9f5ae1] {
	position: relative
}

.main-content p[data-v-5a9f5ae1] {
	font-size: 14px;
	font-weight: 400;
	color: #6e727f;
	padding: 24px 0;
	margin: 0
}

.main-content p span[data-v-5a9f5ae1] {
	color: #1d2129;
	font-weight: 500 !important
}

.main-content h3[data-v-5a9f5ae1] {
	margin: 32px 0;
	font-weight: 500;
	font-size: 40px;
	color: #fff
}

.main-content .product-pec[data-v-5a9f5ae1] {
	flex: 1;
	min-width: 0;
	border-radius: 4px;
	overflow: hidden;
}
	.main-content .product-pec[data-v-5a9f5ae1] .common-panel {
		padding: 15px 32px
	}

.main-content .product-pec .unregistered-mask[data-v-5a9f5ae1] .common-panel__content {
	border: none;
	padding: 0;
	background: url(/static/img/specification-mask.bf92fc83.png) no-repeat 50%/100% 625px;
	height: 625px;
	overflow: hidden
}

.main-content .product-pec .unregistered-mask .tip[data-v-5a9f5ae1] {
	margin: 250px auto;
	color: #fff;
	width: 258px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.main-content .product-pec .unregistered-mask .tip span[data-v-5a9f5ae1] {
	color: var(--dex-text-dark);
	font-size: 16px;
	margin-bottom: 24px;
	font-weight: 400
}

.main-content .recoment[data-v-5a9f5ae1] {
	flex-basis: 262px;
	flex-shrink: 0;
	margin-left: 24px;
	border-radius: 4px;
	overflow: hidden
}

.main-content .data-info[data-v-5a9f5ae1] {
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-around;
	color: #555
}

.main-content .data-info-title[data-v-5a9f5ae1] {
	font-size: 18px
}

.main-content .data-info-subtitle[data-v-5a9f5ae1] {
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 400px;
	overflow: hidden
}

.main-content .series-link[data-v-5a9f5ae1] {
	color: var(--dex-color-normal)
}

	.main-content .series-link[data-v-5a9f5ae1]:hover {
		cursor: pointer;
		text-decoration: underline
	}


.header {
	width: 100%;
	padding: 24px 15px 10px;
	box-sizing: border-box;
	background: #fff;
	position: relative
}

.header-content {
	background: #f3f6f8;
	padding: 22px 0 22px 22px;
	display: flex;
	align-items: stretch
}

.header-content .info {
	padding: 0 50px
}

.header-content .info-logo {
	height: 32px;
	width: 100px
}

.header-content .info-name {
	font-weight: 500;
	font-size: 24px;
	color: var(--dex-text-dark);
	margin: 16px 0
}

.header-content .info-name img {
	width: 22px
}

.header-content .info-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #65798e
}

.header-content .info-code {
	font-weight: 500;
	font-size: 14px;
	color: var(--dex-text-dark);
	margin-top: 16px
}

.header-content .purchase {
	position: absolute;
	top: 44px;
	right: 52px
}

.header-content .purchase .btn {
	background: val(--dex-color-normal)
}

.common-panel[data-v-f0474b64] {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 15px 15px;
	box-sizing: border-box
}

.common-panel__content.border[data-v-f0474b64] {
	padding: 10px;
	border: 1px solid #f5f6fa
}

.level-title[data-v-cc6be1ac] {
	position: relative;
	display: flex;
	align-items: center
}

.level-title h2[data-v-cc6be1ac], .level-title h3[data-v-cc6be1ac], .level-title h4[data-v-cc6be1ac] {
	font-weight: 700 !important;
	margin: 24px 0;
}

.level-title.level-title__icon--no[data-v-cc6be1ac]:before {
	content: " ";
	width: 4px;
	height: 15px;
	display: block;
	background: #357fed;
	position: relative;
	left: 0;
	border-radius: 2px
}

.level-title.level-title__icon--border[data-v-cc6be1ac] {
	background: #f3f6f8;
	line-height: 40px
}

.level-title.level-title__icon--border .level-title__text[data-v-cc6be1ac] {
	margin: 0 !important
}

.level-title.level-title__border__left[data-v-cc6be1ac] {
	border-left: 4px solid #357fed;
}

.level-title__text[data-v-cc6be1ac] {
	flex: 1;
	font-size: 14px;
	line-height:40px;
}
.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;
		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: #222
}

.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: #555;
	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 #e6ebf5;
		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;
	overflow-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: #222;
		line-height: 1.3
	}

.el-result__subtitle {
	margin-top: 10px
}

	.el-result__subtitle p {
		margin: 0;
		font-size: 14px;
		color: #555;
		line-height: 1.3
	}

.el-result__extra {
	margin-top: 30px
}

.el-result .icon-success {
	fill: #13ce66
}

.el-result .icon-error {
	fill: #ff4949
}

.el-result .icon-info {
	fill: #909399
}

.el-result .icon-warning {
	fill: #e9a412
}

.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)
}

.hot-recomments[data-v-84a24d5c] {
	background: #fff;
	border-radius: 2px;
	padding: 0 24px
}

.hot-recomments .hot-title[data-v-84a24d5c] {
	padding: 16px 0;
	line-height: 22px;
	font-size: 16px;
	color: #222
}

.hot-recomments .hot-main .hot-item[data-v-84a24d5c] {
	padding: 12px 0;
	border-top: 1px solid #edeff4;
	cursor: pointer
}

.hot-recomments .hot-main .hot-item-content[data-v-84a24d5c] {
	margin-top: 8px;
	display: flex;
	flex-direction: column
}

.hot-recomments .hot-main .hot-item-content-img[data-v-84a24d5c] {
	height: 36px;
	width: 36px;
	flex-shrink: 0;
	margin-bottom: 8px
}

.hot-recomments .hot-main .hot-item-content-right[data-v-84a24d5c] {
	flex: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start
}

.hot-recomments .hot-main .hot-item-content-right .hot-item-product-name[data-v-84a24d5c] {
	font-size: 14px;
	color: var(--dex-text-dark);
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 6px
}

.hot-recomments .hot-main .hot-item-content-right .hot-item-product-desc[data-v-84a24d5c] {
	margin-top: 8px;
	font-size: 12px;
	line-height: 18px;
	color: var(--dex-text-gray);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.hot-recomments .hot-main .hot-item-content-right .hot-item-product-more[data-v-84a24d5c] {
	margin-top: 10px
}

.el-button--text {
	border-color: transparent;
	color: #357fed;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	font-size:13px;
}

	.el-button--text:focus, .el-button--text:hover {
		color: #5d99f1;
		border-color: transparent;
		background-color: transparent
	}

	.el-button--text:active {
		color: #3072d5;
		background-color: transparent
	}


.common-panel__content1 {
	border: none;
	padding: 0;
	background: url(images/specification-mask.bf92fc83.png) no-repeat 50%/100% 625px;
	height: 625px;
	overflow: hidden
}

.tip1 {
	margin: 250px auto;
	color: #fff;
	width: 258px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

	.tip1 span {
		color: #1d2129;
		font-size: 16px;
		margin-bottom: 24px;
		font-weight: 400
	}

.el-button--primary {
	color: #fff;
	background-color: #357fed;
	border-color: #357fed
}

	.el-button--primary:focus, .el-button--primary:hover {
		background: #5d99f1;
		border-color: #5d99f1;
		color: #fff
	}

	.el-button--primary:active {
		outline: none
	}

	.el-button--primary.is-active, .el-button--primary:active {
		background: #3072d5;
		border-color: #3072d5;
		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: #9abff6;
		border-color: #9abff6
	}

.el-button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	border-color: #dcdfe6;
	color: #555;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	transition: .1s;
	font-weight: 400;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px
}
