@charset "UTF-8";
#web_titlebar {
  height: 40px;
  text-align: center;
  position: relative;
}

#web_titlebar.theme-none {
  display: none;
}

/*默认色*/
#web_titlebar.theme-def {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

#web_titlebar.theme-blue {
  background-color: #166ae4;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#web_titlebar.theme-red {
  background-color: #e5483c;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#web_titlebar.theme-alpha {
  background-color: transparent;
  color: #000;
  position: fixed;
  top: 0;
  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: 18px;
  display: block;
  line-height: 40px;
  /* margin: .6em 30% .8em; */
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: 0 !important;
}

#web_titlebar a {
  height: 24px;
  line-height: 24px;
}

#web_titlebar .titlebar-left-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 40px;
}

#web_titlebar .titlebar-left-btn:before {
  font-family: 'iconfont', serif;
  content: '\e697';
  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;
}

/* -----waitpanel z-index:100;-------------**/
.forbid {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  /* background: transparent; */
  background-color: rgba(0, 0, 0, 0.4);
}

.wait-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  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 {
  /* padding-left: 30px; */
  /* line-height:130px;  */
  /* background-size: 24px 24px;  */
  background: url("../../img/common/loading.gif") no-repeat center 0;
  /* border: 1px solid #ccc;    */
  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, 0.3);
  -webkit-box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 2px rgba(0, 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 0;
  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;
  width: auto;
}

.yui-text-title {
  text-align: center;
}

.yui-agree p {
  text-indent: 2em;
  line-height: 25px;
}
