
*
{
	font-family:"微软雅黑";
}

/****** sui ******/

.page
{
	background-color:#f8f8f8;
}

.bar
{
	background-color: #fbfbfb;
	border-top: 1px solid #E8E8E8;
	z-index:9999;
}

.bar-tab
{
	height: 2.8rem;
}

.bar-tab~.content
{
    bottom: 2.8rem;
}

.bar-tab .tab-item
{
	padding:0.2rem 0px;
}

.bar-tab .tab-item .icon~.tab-label
{
	font-size: .6rem;
}

.button-fill
{
	width:100%;
}
.button-success
{
	background-color: #09bb07;
	border-color: #09bb07;
}

.title 
{
	font-weight:normal;
}

.tab-panel .active
{
	display: block !important;
}

.tab-panel .tab-content
{
	display:none;
}

.bar .searchbar 
{
    margin: 0 -.5rem;
    padding: .4rem .5rem;
    background:#efefef;
}

.text-gray
{
	color:#888;
}

.text-green
{
	color:#09bb07;
}

.text-lgray
{
	color:#c1bdbd;
}

.btn-disabled
{
	background-color:#c8c9cb !important;
}

.btn-big
{
	padding: 8px 0px;
    font-size: 16px;
    height: auto;
}

.bg-lgreen
{
	background-color:#f0fff3 !important;	
}

.bg-green, .bg-success
{
	background-color:#09bb07 !important;
}

.bg-red, .bg-danger
{
	background-color:#e64340 !important;
}

.bg-yellow, .bg-warning
{
	background-color:#FECE0A !important;
}

.bg-lgray
{
	background-color:#F8F8F8 !important;
}

.bg-transparent
{
	background:none
}

.list-block
{
	margin-bottom:0px;
}

.md-input
{
	border:none;
	padding:6px ;
	width:100%;
	font-size:16px;
	box-sizing: border-box;
	background:none;
	border-bottom:1px solid #E8E8E8;/*fbfbfb*/
}

.md-input:focus
{ 
	border-bottom:1px solid #09bb07;
}

.invisible
{
	display:none;
}

.label
{
	background-color:#D4D4D4;
	color:white;
	padding:2px 7px;
	border-radius:2px;
	font-size:13px;
	height:21px;
}
