body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
	-moz-user-select:none; /* Firefox私有属性 */
	-webkit-user-select:none; /* WebKit内核私有属性 */
	-ms-user-select:none; /* IE私有属性(IE10及以后) */
	-khtml-user-select:none; /* KHTML内核私有属性 */
	-o-user-select:none; /* Opera私有属性 */
	user-select:none; /* CSS3属性 */
}
.header {
	background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
	color: white;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.card38{
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
/* 底部导航 */
.bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	z-index: 100;
}

.nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	color: #666;
	cursor: pointer;
	padding: 5px;
}

.nav-item.active {
	color: #ff6b6b;
}

.nav-icon {
	font-size: 20px;
	margin-bottom: 3px;
}
	
.red-btn {
	background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
	color: #ffffff;
}

.pingluan {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 1024;
	box-shadow: 0 -1rpx 3px rgba(0, 0, 0, 0.1);
}
			
.flex {
	display: flex;
}

.flex-sub {
	flex: 1;
}

.flex-twice {
	flex: 2;
}

.flex-treble {
	flex: 3;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.align-center {
	align-items: center;
}

.cu-tag {
	font-size: 12px;
	vertical-align: middle;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0px 8px;
	height: 24px;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	white-space: nowrap;
}

.radius {
	border-radius: 4px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.mdui-textfield {
	position: relative;
	padding-top: 16px;
	padding-bottom: 8px;
	overflow: hidden;
}

.mdui-textfield-has-bottom {
	padding-bottom: 28px;
}

.mdui-textfield-input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 8px 0;
	overflow: hidden;
	color: rgba(0, 0, 0, 0.87);
	font-size: 16px;
	font-family: inherit;
	line-height: 20px;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.42);
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: border-bottom-color, padding-right, -webkit-box-shadow;
	transition-property: border-bottom-color, padding-right, -webkit-box-shadow;
	transition-property: border-bottom-color, padding-right, box-shadow;
	transition-property: border-bottom-color, padding-right, box-shadow, -webkit-box-shadow;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
}

.mdui-textfield-input::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.42;
}

.border-bottom {
	border-bottom: #f2f2f1 solid 1px;
}

.border-top {
	border-top: #f2f2f1 solid 1px;
}
.border-right {
	border-right: #ffcc80 solid 1px;
}

.padding-xs {
	padding: 3px;
}

.padding-top-xs {
	padding-top: 5px;
}

.padding-bottom-xs {
	padding-bottom: 3px;
}

.padding-y-xs {
	padding: 3px 0px;
}

.alink {
	text-decoration: none;
	color: #666;
}
a:active{
	color: #ff6b6b;
}

.mdui-typo-samll,
.mdui-typo-samll-opacity {
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.08em;
}
.mdui-typo-samll-opacity {
  opacity: 0.54;
}

.mdui-typo-min,
.mdui-typo-min-opacity {
  font-weight: 200;
  font-size: 8px;
  letter-spacing: 0.08em;
}
.mdui-typo-min-opacity {
  opacity: 0.54;
}

.mdui-p-y-1{
	
}