body, html {
	height: 100%;
	-webkit-tap-highlight-color: transparent;
  }
.page{
	background-color: #f8f8f8;
}

.page_body{
	padding:20px;
}

.weui-icon-moveleft::before{
	 content: url(/ui/img/moveleft.png)
}
.weui-mask_my_transparent {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.my-weui-toast {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	opacity: 1;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	top: 45%;
	z-index: 2000;
	position: fixed;
	width: 7.6em;
	min-height: 7.6em;
	left: 50%;
	background: hsla(0,0%,7%,.7);
	text-align: center;
	border-radius: 5px;
	color: #fff;
}

.htmlconent img{
	width:100% !important;
	text-indent:0px !important;
}

.tips{
    background-color: red;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-top: -5px;
    margin-left: 5px;
}


.listmore{
    display: block;
    clear: both;
}

.listmore a{
    display: block;
    height: 22px;
    padding: 5px 20px;
    background-image: url(/ui/img/moreico.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-size: 11%;
    color: #333;
    margin-bottom: 20px;
    font-size: 14px;
}

#addbutton-icon{
	background-image: url(/ui/img/add.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    background-size: 18px;
    padding-left: 24px;
    line-height: 20px;
}