/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */

/*图片上传*/
.item {
	left: 20px;
	width: 80px;
	height: 80px;
	position: relative;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 4px;
}

.item .addImg {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background:url(../../other/up.png) no-repeat 100%;
	background-size: 100%;
}
.item .preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.item .addImg img {
	position: absolute;
	left: 45%;
	top: 45%;
	margin-top: -15px;
	margin-left: -20px;
}

.item input {
	display: none;
}

.item .preBlock {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: none;
}

.item .preBlock img {
	height: 100%;
	width: 100%;
}

.item .preBlock img[src=""] {
	display: none;
}

.item .delete {
	position: absolute;
	right: 1px;
	top: 5px;
	width: 46px;
	height: 32px;
	padding: 7px 14px;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	display: none;
	z-index: 5;
	line-height: 1;
	box-sizing: border-box;
	background:url(../../other/delete.png) no-repeat 1px 1px;
}

/*.item .delete {*/
/*	height: 100%;*/
/*	width: 100%;*/
/*}*/

.item .mxvalidate-errorDiv {
	position: absolute;
	width: 250px;
	left: 260px;
	top: 65px;
}

.mui-bar{
	background: url(../../images/bg.png) no-repeat;
	height: 56px;
}
.bar-botton{
	background-color: #f8f8f8 !important;
}
.mui-pull-left{
	color:#FFFFFF;
	font-size: 1.8rem !important;
	line-height: 36px;
}
.mui-title{
	color:#FFFFFF;
	font-family: PingFang SC, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1rem;
	height: 56px;
	line-height: 56px;
}
.mui-plus header.mui-bar{
	display: none;
}
.mui-plus .mui-bar-nav~.mui-content{
	padding: 0;
}

.mui-content{
	padding-top: 56px !important;
}

/*hm开头的表示仅为 Hello MUI示例定义*/
.hm-description{
	margin: .5em 0;
}

.hm-description>li {
	font-size: 14px;
	color: #8f8f94;
}

.bg{
	background-image: url(../../images/bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.bg .mui-bar{
	box-shadow: none;
}

.bg .mui-content{
	background: none;
	padding: 20px;
}

.bg .mui-card{
	margin: 15px 0;
	border-radius: 5px;
	box-shadow: none;
}

.bg .mui-card .mui-table-view-cell{
	display: flex;
	font-size: 0.9rem;
	line-height: 2rem;
	align-items: center;
}

.bg .mui-card .mui-table-view-cell:after{
	background-color: #eaeaea;
	left: 0;
}

.bg .mui-card .mui-table-view-cell img{
	width: 8%;
	height: 100%;
	margin-right: 1rem;
}

.tx{
	background-image: url(../../images/bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.tx .mui-bar-nav{
	box-shadow: none;
}

.tx .mask{
	position: fixed;
	width: 100vh;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(1, 1, 1, 0.5);
	z-index: 20;
}

.tx .mui-content{
	background-color: #fff;
	top: 40px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border-radius: 10px;
	position: fixed;
	z-index: 30;
	padding: 20px !important;
	margin: 0;
}

.tx .mui-content .title{
	font-size: 1.5rem;
	text-align: center;
	height: 5%;
}

.tx .mui-content .title .mui-icon-close{
	position: absolute;
	font-size: 2.2rem;
	top: 0.8rem;
	right: 0.8rem;
}

.tx .mui-content .content{
	height: 80%;
	overflow-y: scroll;
}

.tx .mui-content .content p{
	font-size:0.9rem;
	color:#a7a7a7;
	line-height:26px;
	text-indent:2rem;
	word-break: break-all;
}

.tx .mui-content .content .subtitle{
	color:#222222;
	text-indent: 0;
}

.btn3{
	position: absolute;
	height: 48px;
	font-size: 1rem;
	left: 20px;
	right: 20px;
	bottom: 1rem;
	background-image: url(../../images/btn3.png);
	background-size: cover;
	border-radius: 8px;
	color: #fff;
}

.btn4{
	height: 48px;
	width: 94%;
	font-size: 1rem;
	background-image: url(../../images/btn3.png);
	background-size: cover;
	border-radius: 8px;
	color: #fff;
}

.form-item{
	border-bottom: 15px solid #efeff4;
	padding: 8px 0;
}

form .label{
	font-size: 1rem;
	margin-left: 20px;
	font-weight: bold;
}

form .value{
	font-size: 1rem !important;
	padding: 8px 20px 0 20px;
	margin: 0;
}

form select{
	height: 40px;
}

.mui-input-group:after{
	height: 0;
}

.must {
	color: red;
	position: absolute;
	left: 8px;
	line-height: 30px;
}