/*
.container {
  margin-top: 0px;
  margin-top: 0px;
  width: auto;
  padding: 20px 20px 0px 20px;
}

.detail-page,.form-page,.search-page{
	padding:0;
}
*/
/*gui 页面主体框架*/
.gsys_container {
  margin-top: 0px;
  padding: 20px 3px 0px 3px;
}
/*gui 竖直偏移量*/
.offsettop24 { margin-top:970px; }
.offsettop23 { margin-top:930px; }
.offsettop22 { margin-top:890px; }
.offsettop21 { margin-top:850px; }
.offsettop20 { margin-top:810px; }
.offsettop19 { margin-top:770px; }
.offsettop18 { margin-top:730px; }
.offsettop17 { margin-top:690px; }
.offsettop16 { margin-top:650px; }
.offsettop15 { margin-top:610px; }
.offsettop14 { margin-top:570px; }
.offsettop13 { margin-top:530px; }
.offsettop12 { margin-top:490px; }
.offsettop11 { margin-top:450px; }
.offsettop10 { margin-top:410px; }
.offsettop9 { margin-top:370px; }
.offsettop8 { margin-top:330px; }
.offsettop7 { margin-top:290px; }
.offsettop6 { margin-top:250px; }
.offsettop5 { margin-top:210px; }
.offsettop4 { margin-top:170px; }
.offsettop3 { margin-top:130px; }
.offsettop2 { margin-top:90px; }
.offsettop1 { margin-top:50px; }
.offsettop0 { margin-top:10px; }

.offsetbottom0 { margin-bottom:10px; }

/*gui padding值*/
.goochrpadding0 { padding:5px;}
.goochrpadding1 { padding:10px; }

/*gui自定义样式*/
/*icon 图标背景绿色
.gui-icon-green .icon-white{background-color: #5BB75B;color: white;}
.gui-icon-red .icon-white{background-color:#F00;color: white;}
*/

/*谷奇垣 icon 20151022按钮图标背景常用色系*/
/*icon 图标背景绿色*/
.icon-bg-green{background-color:#5BB75B; color: white;}
.icon-bg-blue{background-color:#0000FF; color: white;}
.icon-bg-red{background-color:#ff0000; color: white;}
.icon-bg-orange{background-color:#ff6100; color: white;}
.icon-bg-yellow{background-color:#ffff00; color: white;}
.icon-bg-gray{background-color:#c0c0c0; color: white;} /*灰色*/

/*自定义弹出框样式*/
.custom-dialog{
  /*border: none;
  -webkit-box-shadow : none;
  box-shadow : none;*/
}
.custom-dialog .bui-stdmod-header,.custom-dialog .bui-stdmod-footer{
  display: none;
}

/*iconfont 字体颜色*/
.iconfont-black{color:#000000;}
.iconfont-green{color:#5BB75B;}
.iconfont-blue{color:#0000FF;}
.iconfont-red{color:#ff0000;}
.iconfont-orange{color:#ff6100;}
.iconfont-yellow{color:#ffff00;}
.iconfont-gray{color:#c0c0c0;} /*灰色*/
.iconfont-white{color:#white;} /*白色*/
/*iconfont 大小*/
.iconfont-large{font-size: 14px;}
.iconfont-nomal{font-size: 12px;}
.iconfont-small{font-size: 10px;}

/*底部菜单样式*/
.gqyclearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; zoom: 1; }
.gqybtn3 { position: fixed; z-index: 3; bottom: 0px; border-top: 1px solid #b3b3b3; background: #e6e6e6; width: 100%; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; }
.gqymenu { position: relative; float: left; width: 33.33%; height: 50px; line-height: 50px; background: #fff; border-right: 1px solid #ebebeb; box-sizing: border-box; -webkit-box-sizing: border-box; }
.gqymenu:last-child { border-right: none; }
.gqynew-sub { position: absolute; bottom: 60px; z-index: 10; width: 100%; padding: 0px 10px; background: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #EEEEEE; border-radius: 5px; display: none; }
.gqynew-sub li { width: 100%; background: #fff; float: none; box-sizing: border-box; -webkit-box-sizing: border-box; border-top: 1px solid #f2f2f2; }
.gqynew-sub li a { display: block; height: 50px; line-height: 50px; text-align: left; background: #fff; color: #333; border: none; text-align: center; font-size: 16px; }
.sanjiao { position: absolute; bottom: 5px; right: 5px; width: 0; height: 0; border: 5px solid transparent; border-right: 5px solid #000; border-bottom: 5px solid #000; opacity: 0.5; }
.gqybt-name { font-size: 16px; color: #000; }
.gqybt-name a { display: block; font-size: 16px; color: #000; }
.gqynew-sub .gtiggle { width: 0px; height: 0px; position: absolute; left: 50%; margin-left: -10px; bottom: -9px; border-top: 10px solid #EEEEEE; border-left: 10px solid transparent; border-right: 10px solid transparent; z-index: 10; }
.gqynew-sub .ginnertiggle { width: 0px; height: 0px; position: absolute; left: 50%; margin-left: -9px; bottom: -8px; border-top: 9px solid white; border-left: 9px solid transparent; border-right: 9px solid transparent; z-index: 11; }

/*菜单弹窗自定义样式*/
.custom-submenu-dialog{border: none;-webkit-box-shadow : none;box-shadow : none;}
.custom-submenu-dialog .bui-stdmod-footer{display: none;}
.bui-side-menu .bui-menu-item-selected a {background-color:#414DA7;}

/**<br>**/
.br10div{ height:10px;width:100%; clear:both;}
.br5div{ height:5px;width:100%; clear:both;}

.gdiv_center{text-align:center;}

/**uploadpic_base64**/
.weui-uploader__hd{
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	padding-bottom:10px;
	-webkit-box-align:center;
	-webkit-align-items:center;
					align-items:center;
}
.weui-uploader__title{
	-webkit-box-flex:1;
	-webkit-flex:1;
					flex:1;
}
.weui-uploader__info{
	color:#B2B2B2;
}
.weui-uploader__bd{
	margin-bottom:-4px;
	margin-right:-9px;
	overflow:hidden;
}
.weui-uploader__files{
	list-style:none;
}
.weui-uploader__file{
	float:left;
	margin-right:9px;
	margin-bottom:9px;
	width:79px;
	height:79px;
	background:no-repeat center center;
	background-size:cover;
}
.weui-uploader__file_status{
	position:relative;
}
.weui-uploader__file_status:before{
	content:" ";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.5);
}
.weui-uploader__input-box{
	float:left;
	position:relative;
	margin-right:9px;
	margin-bottom:9px;
	width:77px;
	height:77px;
	border:1px solid #D9D9D9;
}
.weui-uploader__input-box:before,
.weui-uploader__input-box:after{
	content:" ";
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
					transform:translate(-50%, -50%);
	background-color:#D9D9D9;
}
.weui-uploader__input-box:before{
	width:2px;
	height:39.5px;
}
.weui-uploader__input-box:after{
	width:39.5px;
	height:2px;
}
.weui-uploader__input-box:active{
	border-color:#999999;
}
.weui-uploader__input-box:active:before,
.weui-uploader__input-box:active:after{
	background-color:#999999;
}
.weui-uploader__input{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.weui-gallery{
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#000000;
	z-index:1000;
}
.weui-gallery__img{
	position:absolute;
	top:0;
	right:0;
	bottom:60px;
	left:0;
	background:center center no-repeat;
	background-size:contain;
}
.weui-gallery__opr{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	background-color:#0D0D0D;
	color:#FFFFFF;
	line-height:60px;
	text-align:center;
}
.weui-gallery__del{
	display:block;
}
.weui-icon-delete.weui-icon_gallery-delete{
	color:#FFFFFF;
	font-size:22px;
}
/*span标签 替换a*/
.zqz_spantoa{
	color: #428bca;
	cursor:pointer;
}
/*cursor 鼠标样式*/
.cursor_pointer {cursor:pointer;}
