﻿@charset "utf-8";

html, body{
	/*background-color: #efeff4;*/
}
header a{
	color:#b40001 !important;
}

#offCanvasSide a{
	color:#fff !important;
}

span.mui-icon {
	font-size: 14px;
	/*color: #007aff;
	margin-left: -15px;*/
	padding-right: 10px;
}
.mui-off-canvas-left {
	color: #fff;
}
.top-ico{
	color:#900 !important;
}
/*
左侧滑动菜单的事件

*/
.title {
	margin: 35px 15px 10px;
}
.title+.content {
	margin: 10px 15px 35px;
	color: #bbb;
	text-indent: 1em;
	font-size: 14px;
	line-height: 24px;
}
input {
	color: #000;
}
/*账户信息区域*/
.accInfoBox
{
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
/*党员头像*/
.accPhoto{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #CCC;
	margin-right: 10px;
	float:left;
}
.accPhoto img{
	width: 60px;
	
}
/*党员右上角的头像*/
.right-logo{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 6px;
	border: 2px solid #CCC !important;
	float: right;
	display: block;
}
.right-logo img{
	width: 30px;
	
}
.stName{
	color: #F00 !important;
}
.accInfo{
	float: left;
	height: 60px;
	width: auto;
	min-width:100px;
}
.acc-name{
	line-height: 35px;
	font-weight: bold;
}
.acc-name, .acc-name a{
	color: #CCC;
}
.acc-money{
	font-size: 13px;
}
.accico{
	font-size: 14px;
}
/*充值链接*/
.income{
	float: right;
}
/*关闭应用的按钮*/
.btn-closeApp{
	margin-left: 3px;
	color: #FFF;
}
.btn-about{
	float: right;
	color: #FFF;
	margin-right: 5px;
}
/*列表菜单项前面的图标*/
.rowico{
	margin-right: 10px;
}
/*导航箭头（向左）*/
.nav-left{
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	/*IE*/
	filter: FlipH;
	color: #333;
	margin-top: 12px;
	font-size:25px !important;
}