/* 流程可视化新增图片CSS */
.flow-chart-edit div		{ background-position: 0 -420px;}
.flow-chart-add div		{ background-position: 0 -462px;}

/** 首页头部，显示登录后所属网厅**/
/*个人 */
.header .home-logo div.home-logo-person{width:80px;right:-80px;background-position:0 0;}
/*单位 */
.header .home-logo div.home-logo-orgauth{width:80px;right:-80px;background-position:0 -20px;}
/*开发商 */
.header .home-logo div.home-logo-developer{width:91px;right:-80px;background-position:0 -40px;}
/*管理员 */
.header .home-logo div.home-logo-manager{width:0;right:0;}

/*点击提交后显示的提示图片样式，配合loading-4(1).gif使用*/
/*.layui-layer-loading .layui-layer-content.layui-layer-loading0{
    width: 255px;
    height: 160px;
    opacity: 0.75;
}*/

#sub_ct_tips .doc-title{text-align:center;font-size: 30px;}
#sub_ct_tips strong{font-size:22px;font-weight: 900; text-indent:2em;}
#sub_ct_tips li{line-height:35px;color:#444;font-size:20px}
#sub_ct_tips li.indent-li{text-indent:2em;}
#sub_ct_tips .agree-div label{cursor:pointer;font-size: 20px;vertical-align:middle;margin-top:-8px;}
#sub_ct_tips .agree-div label:hover{color:#ff005e;}
#sub_ct_tips .agree-box{width:30px;height:20px;cursor:pointer;}
#sub_buttons_box button#sub_ok{font-size:22px;}
#sub_buttons_box button#sub_ok .glyphicon{padding-right:6px;}
#sub_buttons_box button#sub_close{font-size:22px;}
#sub_buttons_box button#sub_close .glyphicon{padding-right:6px;}