@charset "utf-8";
#web_titlebar {
	height:40px;
	text-align: center;
	position: relative;
}

#web_titlebar.theme-none{
	display: none;
}
/*默认色*/
#web_titlebar.theme-def{
	background-color: #fff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}
#web_titlebar.theme-blue{
	background-color: #166ae4;
	color: #fff;
	 position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}
#web_titlebar.theme-red{
	background-color: #e5483c;
	color: #fff;
	position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}
#web_titlebar.theme-alpha{
	background-color: transparent;
	color: #000;
	position: fixed;
    top: 0px;
    width: 100%;
    z-index:10;
}
/* #web_titlebar:before{
	content: ' ';
	position: absolute;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.6,transparent),color-stop(0.9,#ffffff),to(#ffffff));
	background-size: 100% 1px;
	height: 1px;
	width: 90%;
	left: 5%;
	bottom: 0;
	
} */
#web_titlebar .web-title{
	min-height: 1.1em;
	text-align: center;
	font-size: 16px;
	display: block;
	line-height: 40px;
	/* margin: .6em 30% .8em; */
	padding: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	outline: 0 !important;
	font-weight:600;
}
#web_titlebar a{ 
	height:24px;
	line-height:24px;
}
#web_titlebar .titlebar-left-btn{
	position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 40px;
    color: #992A97;
}
#web_titlebar .titlebar-left-btn:before{
	font-family: 'iconfont';
	content: '\e697';
	position: absolute;
	font-size: 26px;
    left: 5px;
}
#web_titlebar .titlebar-left-btn.personalCenter:before{
	font-family: 'iconfont';
	content: '\e636';
	position: absolute;
	font-size: 26px;
    left: 5px;
}
#web_titlebar .back-icon{
	background:url(../../img/ic_head_back_normal.png) no-repeat ;
	height: 30px;
    width: 30px;
    background-size: 100%;
}
#web_titlebar .titlebar-right-btn{
	position: absolute;
	right:5px;
	top:10px;
	font-size:12px;
}

/* -----waitpanel z-index:100;-------------**/
.forbid {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 1100;  
	width: 100%;
	height: 100%; 
	/* background: transparent; */
	background-color:rgba(0,0,0,0.4);
}
.wait-layer{ 
	position: fixed;
	top:0;
	left: 0;
	z-index: 1101; 
	width: 100%;
	height: 100%;
}
.wait-layer .container{
	width:100%;
	height:100%;
	vertical-align: middle;	
}
.wait-layer .loading{
	position:absolute;
	top:40%;
	left:50%;
	margin-left: -70px;
	margin-top: -50px;
	width: 160px;
	height:150px;
	/* border-radius: 0.5em; */
	z-index:996;
}
.loading  {
    line-height: 130px;
    background: url(../../img/common/loading.gif) no-repeat;
    background-size: 70px 75px;
    background-position: center 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 40px!important;
    z-index: 998;
}
/* -----waitpanel end------------**/
/**弹出消息框,层次应高与弹出窗体层**/
.forbid-box {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 120;
	width: 100%;
	height: 100%; //
	background-color: rgba(0,0,0,0.1); //
}

.msg-layer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 121;
	width: 100%;
	height: 100%;
} 

/**-------------msgbox 初始大小----------**/
.msg-layer .msgbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 280px;
	height: 120px;
	margin-left: -140px;
	margin-top: -80px;
	text-align: left;
	color: #333;
	background: #fff;
	border: 1px solid #aac;
	-moz-box-shadow: 2px 5px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 5px 2px rgba(0, 0, 0, .3);
	box-shadow: 2px 5px 2px rgba(0, 0, 0, .3);
}

.msg-layer .msgbox-title {
	color: #333;
	background-color: #ccc;
	border-color: #ddd;
	padding: 10px 10px;
	border-bottom: 1px solid transparent;
	display: none;
}

.msg-layer .msgbox-content {
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	height: 100%;
	width: 100%;
	font-size: 0.16rem;
}

.msg-layer .msgbox-btnbar {
	position: absolute;
	background-color: #f4f4f4;
	width: 100%;
	padding: 2px;
	left: 0;
	bottom: 0;
}
.msgbox-btnbar button.btn {
	margin: 0;
	padding: 5px 0px; 
	width:100px;
	line-height:25px;
	cursor: pointer;
	border: 0 none;
	background-color: transparent;
}
/**-------------msgbox end----------**/ 
.list .loadmore {
	color: #8B97A4;
	font-size: 0.12rem;
	font-weight: lighter;
	text-align: center;
	padding: 7px 0 10px 0;
	width: 100%;
}
.list .pullrefresh .pullrefresh-text {
	position: relative;
	top: 5px;
}
.list .pullrefresh {
	height: 30px;
}
.loadmore{
	/*position: relative !important;*/
}
.yui-popup-group{
	top: 0.47rem;
}

.web-searchbar-warp{
	padding-top: 5px;
	display: none;
}
.web-searchbar-warp .ui-searchbar{
	height: 30px;
	line-height: 30px;
	height: 30px;
    line-height: 30px;
    width: auto;
}
/*
西安银行直销项目
*/
.page .topBar{
	top:40px;
}
.page.current{
	margin-top:40px;
	width:100%;
}
/*
end
*/
