.btn[data-v-98ef0507] {
	padding: .3rem .6rem;
	font-size: .32rem;
	border-radius: .2rem;
	cursor: pointer;
	transition: all .3s;
	border: none;
	outline: none;
	color: #fff
}

.btn-red[data-v-98ef0507] {
	background: linear-gradient(135deg,#667eea,#764ba2);
	color: #fff
}

.btn-red[data-v-98ef0507]:active {
	opacity: .8
}

.btn-block[data-v-98ef0507] {
	width: 100%;
	display: block
}

.btn-disabled[data-v-98ef0507] {
	opacity: .6;
	cursor: not-allowed
}

.btn-loading[data-v-98ef0507] {
	display: inline-block
}
