/* 重置样式 */
body {
	background-color: #FFFFFF;
	font-family: "microsoft yahei,Helvetica";
	max-width: 750px;
	margin: 0 auto;
	color: #333333;
}

body,
html {
	height: 100%;
	width: 100%;
}

a:active {
	color: #fff;
}

img{
	vertical-align:top;
	border:none
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	white-space: normal;
	line-height: 1.5;
}

li,
ul,
ol {
	list-style: none;
}

.mui-bar-tab .mui-tab-item.mui-active {
	color: #1272ef;
}
.mui-bar-tab .mui-tab-item,
.mui-icon,
.mui-action-back,
.mui-segmented-control .mui-control-item {
	touch-action: none;
}
.mui-bar {
	box-shadow: none;
}
.mui-content{
	background-color: #FFFFFF;
}

/* ----------begin通用flex布局 ----------*/
.display-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-space-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-between-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-justify-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-justify-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.padding_0_15{
	padding: 0 15px;
}

/* 底部导航 */
.tabbar-bottom {
	background-color: #fafafa;
	border-top: 1px solid #EEEEEE;
}

.tabbar-bottom img {
	width: 22px;
	height: 22px;
}

.tabbar-bottom .mui-tab-label {
	font-size: 12px !important;
}

/* 底部文字 */
.footer_box{
	padding-bottom: 50px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 30px 0;
}
.footer_txt p{
	font-size: 12px;
	color: #c2c2c2;
}

/* 首页 */
.banner-content{
	position: relative;
}
.bg_box{
	border-radius: 0 0 150px 150px / 1em;
	overflow: hidden;
}
/* 待办 */
.wait_handle{
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	position: relative;
	top: -40px;
	margin: 0 15px;
	padding: 5px 0 10px 0;
	overflow: hidden;
}
.wait_handle .icon img{
	width: 44px !important;
	height: 44px;
}
.wait_handle .mui-media-body{
	height: 30px !important;
	font-size: 13px !important;
}
.wait_handle .mui-grid-view{
	padding: 0;
}
.wait_handle .mui-table-view-cell{
	padding-left:12px !important;
}
.wait_handle .mui-badge{
	background-color: #ff6868;
	color: #FFFFFF;
	right: 10% !important;
	top: 12px !important;
	font-size: 11px;
	padding: 0 4px;
	height: 14px;
	min-width: 14px;
	line-height: 14px;
	border-radius: 20px;
}
/* 公告 */
.news_sj_dxs_box{
	background-color: #FAFAFA;
	margin: -20px 15px 0 ;
	border-radius: 5px;
}
.news_sj_dxs_box .scrollnews{overflow: hidden; padding:0 0 0 10px; height: 44px;}
.news_sj_dxs_box .scrollnews span:first-child{float: left; width: 24px; height: 20px; border-right: #DDDDDD solid 1px; padding-right: 32px;}
.news_sj_dxs_box .scrollnews span:first-child img{ width: 24px; display: block; }
.news_sj_dxs_box .scrollnews ul{ width: 80%;height: 44px; overflow: hidden; }
.news_sj_dxs_box .scrollnews ul li{line-height: 44px; height: 44px;}
.news_sj_dxs_box .scrollnews ul li a{display: block; color: #333; font-size: 14px;
	white-space: nowrap; overflow: hidden;text-overflow: ellipsis; line-height: 44px;
}
.news_sj_dxs_box .scrollnews .mui-icon-arrowright{ color: #BBBBBB; font-size: 20px;}
/* 办件预警 */
.work_warn{
	background-color: #FAFAFA;
	border-radius: 5px;
}
.work_warn a{
	display: block;
	padding: 15px 0;
}
.work_warn .icon,.work_warn .txt{
	display: inline-block;
	vertical-align: middle;
}
.work_warn .icon img{
	width:40px ;
	height: 40px;
	margin-right: 5px;
}
.work_warn .txt h4{
	color: #333333;
	font-weight: normal;
	font-size: 16px;
}
.work_warn .txt p{
	color: #999999;
	font-size: 12px;
}
/* 综合查询 */
.all_query{
	border: #EEEEEE solid 1px;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 5px 15px;
}
.all_query .txt{
	width: calc(100% - 55px);
}
.all_query .txt p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 统计分析 */
#tab_title{ 
	margin: 20px 0 10px;
}
#tab_title li{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #666666;
	margin-right: 10px;
}
#tab_title li.cur{
	font-size: 20px;
	color: #1272EF;
	font-weight: bold;
	position: relative;
}
#tab_title li.cur::after{
	position: absolute;
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: #1272EF transparent transparent;
	content: '';
	left: 50%;
	bottom: -10px;
	margin-left: -6px;
}
#tab_box .con_box{
	height: 0;
	overflow: hidden;
}
#tab_box .con_box:first-child{
	height: auto;
}
#tab_box .mui-slider-item{
	border: 0;
	margin-top: 10px;
}
#tab_box .mui-scroll{
	padding-right: 15px;
}
#tab_box .mui-scroll-wrapper::after{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 15px;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #DDDDDD;
}
#tab_box .mui-control-item{
	padding: 0;
	margin-left: 15px;
	color: #666666;
}
#tab_box .mui-control-item.mui-active{
	color: #333333;
	font-weight: bold;
	position: relative;
}
#tab_box .mui-control-item.mui-active::after{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	content: '';
	background-color: #333333;
	z-index: 5;
}

/* 互动 */
.title{padding: 20px 0 10px;}
.title h2{
	color: #333333;
	font-size: 20px;
}
.title a{
	font-size: 13px;
	color: #999999;
}
.consult_list .mui-table-view{
	margin-top: -10px;
}
.consult_list .mui-table-view::before{
	height: 0;
}
.consult_list .mui-table-view::after{
	background-color: #EEEEEE;
}
.consult_list .mui-table-view-cell{
	padding: 0;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.consult_list .mui-table-view-cell::after{
	background-color: #EEEEEE;
	left: 0;
}
.consult_list .mui-table-view-cell a{
	margin:0;
	padding: 12px 0 12px 36px;
	color: #333333;
}
.hudong_box .mui-btn{
	left: 0;
	right: auto;
	padding: 0 4px;
	font-size: 11px;
	border: 0;
	line-height: 1.6;
	z-index: 5;
}
.btn-blue{
	background-color: #e0edfd;
	color: #1272ef;
}
.btn-red{
	background-color: #f8e1e5;
	color: #ff0000;
}
.common_problem {
	margin-top: 5px;
}
.common_problem .list_box h4{
	font-size: 17px;
}
.common_problem .list_box .box{
	background-color: #f7fbff;
	padding: 10px 0;
	margin-top: 5px;
}
.common_problem .list_box .box a{
	font-size: 15px;
	margin: -15px 0 -15px 10px;
	white-space: normal;
	line-height: 1.8;
	padding-right: 0;
}
.common_problem .list{
	margin-bottom: 24px;
}
.common_problem .mui-table-view-cell::after{
	height: 0;
}
.common_problem .mui-table-view-cell > a:not(.mui-btn).mui-active {
    background: none;
}
.common_problem .mui-btn{
	line-height: 1.8;
	padding: 0 5px;
	font-size: 12px;
	top: 9px;
	left: 15px;
	webkit-transform: translateY(0);
	transform: translateY(0);
}

/* 个人中心 */
.user_name{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;
	margin: auto;
}
.user_name .head{
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 100%;
	overflow: hidden;
}
.user_name .head img{
	width: 100%;
	height: 100%;
}
.user_name .name{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 2.0;
}

/* 个人中心菜单列表 */
.user_menu_list .mui-table-view-cell{
	padding: 13px 15px;
}
.user_menu_list .mui-navigate-right{
	color: #333333 !important;
	margin: -13px -15px !important;
}
.user_menu_list .mui-navigate-right img{
	width: 24px;
	height: 24px;
	margin-right: 8px;
	margin-top: -1px;
}
.user_menu_list .mui-active{
	background-color: #FFFFFF;
}
.mui-table-view-cell.mui-collapse.mui-active{
	margin-top: 0;
}
.user_menu_list .mui-table-view-cell::after,.user_menu_list::after{
	background-color: #EEEEEE;
	left: 46px;
}
.user_sub_list .mui-table-view-cell::after{
	background-color: #EEEEEE !important;
	left: 46px !important;
}
.user_menu_list::before{
	background:none;
}
.user_menu_list .mui-badge{
	background: none;
	right: 30px;
	color: #FF0000;
}
.user_menu_list .tip_newInfo{
	color: #999999;
}
.user_sub_list{
	background-color: #FAFAFA;
}
.user_sub_list .mui-navigate-right{
	font-size: 15px;
}
.user_sub_list .mui-active{
	padding-left: 31px !important;
}


