.pear-btn {
	display: inline-block;
	line-height: 38px;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	transition: 0.1s;
	font-weight: 500;
	padding: 0 18px;
	height: 38px;
	font-size: 14px;
	background-color: white;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
}

.pear-btn i {
	font-size: 13px;
}

.pear-btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	color: #409eff;
	background-color: #ECF5FF;
}

.pear-btn-danger,
.pear-btn-warming,
.pear-btn-success,
.pear-btn-detail,
.pear-btn-primary {
	height: 36px;
	line-height: 36px;
	color: #fff !important
}

/** Button 主题 */
.pear-btn-primary {
	background-color: #2d8cf0 !important;
	color: #2d8cf0 !important;
}
.pear-btn-danger {
	background-color: #df0714 !important;
	color: #df0714 !important;
}
.pear-btn-warming {
	background-color: #e6a23c !important;
	color: #FFB90F !important;
}
.pear-btn-success {
	background-color: #36b368 !important;
}

.pear-btn-detail {
	background-color: #2d8cf0 !important;
}

.pear-btn[round] {
	border-radius: 50px;
}

.pear-btn-primary[plain] {
	color: #409eff !important;
	background: #ecf5ff 10% !important;
}

.pear-btn-primary[plain]:hover {
	color: #fff !important;
	background-color: #2d8cf0!important
}

.pear-btn-success[plain] {
	color: #36b368 !important;
	background: #f0f9eb !important;
}

.pear-btn-success[plain]:hover {
	color: white !important;
	background-color: #36b368 !important
}

.pear-btn-warming[plain] {
	color: #e6a23c !important;
	background: #fdf6ec !important;
}

.pear-btn-warming[plain]:hover {
	color: white !important;
	background-color: #e6a23c !important
}

.pear-btn-danger[plain] {
	color: #f56c6c !important;
	background: #fef0f0 !important;
}

.pear-btn-danger[plain]:hover {
	color: white !important;
	background-color: #f56c6c !important
}

/** Button Group */
.pear-btn-group {
	display: inline-block;
	vertical-align: middle;
}

.pear-btn-group .pear-btn {
	float: left;
	position: relative;
	border-radius: 0px;
	margin-left: 1px;
	margin-right: 1px;
}

.pear-btn-md {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	color: #fff !important;
}

.pear-btn-group .pear-btn:first-child {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.pear-btn-group .pear-btn:last-child {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.pear-btn-group .pear-btn[round]:first-child {
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
}

.pear-btn-group .pear-btn[round]:last-child {
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
}

/** Button Size*/
.pear-btn-sm {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	font-size: 12px;
}

.pear-btn-xs {
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	font-size: 12px;
}

.pear-btn-lg {
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	font-size: 16px;
}

/* new */
.pear-btn-no-color {
	color: #C10016 !important;
	font-weight: bold;
	background-color: #FDF5E6 !important;
}

/* new */
.pear-btn-reset {
	color: #000 !important;
}

.pear-btn-reset:hover {
	background-color: rgba(245,245,245,0.5) !important;
}







