

/* 修改mui样式 */
#picture{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65%;
    background: #fff;
    display: none;
	z-index:9999999;
	overflow:hidden;

}
.pictxt{ display:block; width:3rem; height:3rem; border-radius:.53rem; word-break:break-all;box-sizing: border-box;text-align:center; font-size:10px; background:#FFE100;  color:#F34646; box-shadow:1px 1px 5px #666;position: relative;top: -2px;}
.table-view{
    width: 100%;
    height: 100%;
	overflow-y:scroll;
}
#btn_xfgg{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 3px 0;
    position: absolute;
	z-index:5555;
}
#btn_xfgg #back{
    width: 30px;
    height: 31px;
	font-size:20px;
    display: inline-block;
    float: left;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
    background: url('/assets/play/images/back.png') no-repeat;
	background-size: 100%;
	border-radius:40px;
}
#btn_xfgg .closeMark{
    width: 30px;
    height: 31px;
    display: inline-block;
    float: right;
    color: #fff;
    line-height: 30px;
    border-radius: 40px;
    text-align: center;
    margin-right: 10px;
    background: url('/assets/play/images/close.png') no-repeat;
	background-size: 100%;
}
#content{
    width: 100%;
    height: 100%;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
	overflow-y: scroll;

}
