
*{
	font-size: 14px;
}
[v-cloak] {
    display: none;
}

.mui-bar-tab .mui-tab-item.mui-active{
	color:#e60012;
}


.img-responsive{
	max-width: 100%;
	max-height: 100%;
}


.text-theme{
	color:#e60012;
}

.text-gray{
	color:#8f8f94;
}

.text-primary{
	color:#007aff;
}

.text-success{
	color:#4cd964;
}

.text-warning{
	color:#f0ad4e;
}

.text-danger{
	color:#dd524d;
}

.text-royal{
	color:#8a6de9;
}
.mui-btn-block{
	padding: 0;
	font-size: 14px;
	line-height: 40px;	
	border-radius: 20px;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
}

.mui-btn-theme{
	background: #e60012;
	border-color:#e60012;
	color:#fff;
}

.mui-btn-theme.mui-btn-outlined{
	background: #fff;
	color:#e60012;
}


header.mui-bar{
	background: #e60012;
	color: #fff;
	border:none;
	box-shadow: none;
}

header.mui-bar *{
	color: #fff;
}



.no-data{
    display: flex;
    height: 140rpx;
    font-size: 26rpx;
    color: #ccc;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
