*{margin: 0;padding: 0;}
body{background: #fff;}
.hide{display:none;}
li,ol,dl{list-style-type:none;}
.mui-bar-nav {-webkit-box-shadow: 0 0 0 #fff;box-shadow: 0 0 0 #fff;border-bottom: 2px solid #ead06f;}
.mui-icon-left-nav span{display: none;width: 5px;height: 4px;background: #5f4814;float: left;margin-left: 5px;-webkit-transform:skew(-20deg);-moz-transform:skew(-20deg);-o-transform:skew(-20deg);-ms-transform:skew(-20deg);transform:skew(-20deg);}
.mui-icon-back:before,  .mui-pull-right:before {content: ' ';}
.mui-bar{background: #fefefe;}
.title-right{display: inline-block;float:right;margin-right:20px;color: #5f4814;font-size: 16px;}
.mui-icon-back:before, .mui-icon-left-nav:before {font-size: 22px;}
.mui-bar .mui-icon{font-size:17px;color: #5f4814;padding-top: 12px;padding-bottom: 12px;}
.mui-content{background-color: #e6e6e6;color: #5f4814;}
h4{font-weight: 400;}
.mui-navigate-right:after, .mui-push-left:after, .mui-push-right:after{color: #65421a;}
.mui-table-view{font-size: 16px;}
/*.mui-content{height: 700px;}*/

.pages{width:auto;padding:15px;clear:both;text-align:right;font-size:16px;}
.pages em, .pages a, .pages strong{ text-decoration:none; display:inline-block;margin-left:5px;height:28px;line-height:25px; padding:0px 9px; border:1px solid #666; }
.pages a:hover{ text-decoration:none; border:1px solid #c30; background:#c30; color:#FFF; }
.pages a.current{ text-decoration:none; border:1px solid #c30; background:#c30; color:#FFF;font-weight:700; }
.pages strong{ border:none; font-weight:700; }
.pages select{height:28px;width:40px;}
.cpupload-box{text-align: center;}
.cpupload-box,.upload-img{float:left;position: relative;width:100%;height:auto;}
.cpupload-box .up_input{position: absolute; z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;}
.cpupload-box img{width:100%;height:auto;margin:5px auto;}
.upload-img{position:relative;}
.upload-img .clx{width:24px;height:24px;line-height:16px;text-align:center;font-size:12px;font-weight:bold;position:absolute;top:-4px;right:-4px;z-index:99;}

.cropper-crop-box{margin: 0px;}
.cropper-canvas{margin: 0px;}
.cropper-container{width: 100%;}
.backheader a{color:#fff; margin:1.5%;}
.parent{position: absolute; height:100%; width: 100%; background-color: #000; display:none; z-index: 10000;}
.container{width:100%;margin:0 auto;box-sizing:border-box; position:absolute; top:5%; z-index:100;}
.cropper-bg{background:#000;}

.mloading-container {
  position: relative;
  min-height: 70px;
  -webkit-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
}
.mloading {
  position: absolute;
  background: #E9E9E8;
  font: normal 12px/22px "Microsoft Yahei", "΢���ź�", "����";
  display: none;
  z-index: 1600;
  background: rgba(233, 233, 232, 0);
}
.mloading.active {
  display: block;
}
.mloading.mloading-mask {
  background: rgba(233, 233, 232, 0.75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
}
.mloading-full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mloading-container > .mloading {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.mloading-body {
  width: 100%;
  height: 100%;
  position: relative;
}
.mloading-bar {
  width: 250px;
  min-height: 22px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  border-radius: 7px;
  padding: 20px 15px;
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -30px;
  word-break: break-all;
}
@media (max-width: 300px) {
  .mloading-bar {
    width: 62px;
    height: 56px;
    margin-left: -30px !important;
    margin-top: -30px !important;
    padding: 0;
    line-height: 56px;
  }
  .mloading-bar > .mloading-text {
    display: none;
  }
}
.mloading-bar-sm {
  width: 62px;
  height: 56px;
  margin-left: -30px !important;
  margin-top: -30px !important;
  padding: 0;
  line-height: 56px;
}
.mloading-bar-sm > .mloading-text {
  display: none;
}
.mloading-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.mloading-text {
  margin-left: 10px;
}
.theme-popover-mask {
	z-index: 9998;
	position:fixed;
	_position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#eee;
	opacity:0.7;
	display:none;
}
.theme-popover {
	z-index:9999;
	position:fixed;
	_position:absolute;
	top:50%;
	left:50%;
	width:96%;
	height:80%;
	overflow:hidden;
	margin:-70% -48%;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#fff;
	display:none;
	box-shadow: 0 0 10px #666;
	padding:3px 10px;
}
.theme-poptit {
	border-bottom:1px solid #ddd;
	padding:0px 12px;
	position: relative;
}
.theme-popbod {
	padding:10px;
	color:#444;
	height: 85%;
	overflow:hidden;
	overflow-y:scroll;
}
.theme-popbom {
	padding:15px;
	background-color:#f6f6f6;
	border-top:1px solid #ddd;
	border-radius:0 0 5px 5px;
	color:#666
}
.theme-popbom a {
	margin-left:8px
}
.theme-poptit .close {
	float:right;
	color:#999;
	padding:5px;
	margin:-2px -5px -5px;
	font:bold 14px/14px simsun;
	text-shadow:0 1px 0 #ddd
}
.theme-poptit .close:hover {
	color:#444;
}
.mui-popover{width: 100px;}
.mui-popover a{text-align: center;}
.wxguide{width:100%;height:100%;background:#000;position:absolute;z-index:10000;top:0px;opacity:0.8;display:none;}
.wxguide img{width:100%;height:auto;}
.mui-table-view-cell.mui-active{background: #fff;}
.mui-table-view-cell>a:not(.mui-btn).mui-active{background: #fff;}