/*遮罩层*/
.hide{
    display: none;
}
body.mdui-loaded .mdui-drawer{
    width: 55%;
    background: rgba(255, 241, 243, 0.3);
}

/*首页*/
header{
	height:48px;
	line-height: 48px;
	text-align: center;
	font-size:1.5em;
    color: #a01823;
}

/*列表页*/
.backprev{
	float:left;
	width: 15%;
    text-align: center;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
.head-middle{
    width: 70%;
    text-align: center;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head-right{
	float:right;
	text-align: center;
	width:15%;
}
.app-hide-list i{
    margin-top: -3px;
    margin-right: 5px;
}
.app-hide-list{
    background: #f5f5f5;
    margin:5px 0;
    color: #a01823;
}
.app-slide-menu .mdui-list-item-content{
    text-align: left;
    padding-left: .8em;
}
.app-collapse-menu{
    margin:0 16px;
}
.app-list-home{
    padding:0;
    margin:5px 0 10px;
    background: #a01823;
}
.app-list-home:hover{
    background: #a01823;
}
.app-list-home i{
    margin-top: -3px;
    margin-right: 5px;
    color:#fff;
}
.app-list-home a{
    color:#fff;
}
.app-list-item-link{
    color:#fff;
    display: block;
    width:100%;
    text-align: left;
}
.mdui-collapse-item-body .app-sub-list{
    padding:0 ;
    margin: 8px;
    background: #fff;
}
.mdui-collapse-item-body .app-sub-list a{
    padding-left:23px;
}
.app-collapse-list{
    margin:10px 0;
}
.menu-click{
    background: #fff1f3;
}
.app-btn{
	min-width: 100%;
	text-align: center;
	padding:0;
}

.mdui-list-item-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    color: rgba(175, 7, 7, 0.54);
}

/*弹出提示框*/

.popup-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    content: '';
    z-index: 99;
    background-color: rgba(51, 51, 51, 0.5)
}

.popup-wrap .popup-box {
    width: 60%;
    background: #fff;
    position: absolute;
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    top: 50%;
    left: 50%;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 20px;
    text-align: center;
    border-radius: 0.107rem
}

.popup-wrap .popup-box .title, .popup-wrap .popup-box .content, .popup-wrap .popup-box .popup-close {
    width: 100%;
    left: 0;
    text-align: center;
    vertical-align: middle
}

.popup-wrap .popup-box .title {
    font-size: 0.427rem;
    margin-top: 0.427rem
}

.popup-wrap .popup-box .title .notice-title {
    height: 1.2rem;
    line-height: 0.587rem;
    vertical-align: middle;
    font-family: PingFangSC-Medium;
    font-size: 1rem;
    color: #222222
}

.popup-wrap .popup-box .title .warm-icon {
    width: 1.067rem;
    height: 1.067rem;
    background: url("../m/images/ico_zy.png"/*tpa=http://fang.51taotaowang.com/m/images/ico_zy.png*/) no-repeat center;
    background-size: contain;
    display: block;
    margin: 0 auto 0.267rem auto;
    vertical-align: middle;
    box-sizing: content-box
}

.popup-wrap .popup-box .title .success-icon {
    width: 1.067rem;
    height: 1.067rem;
    background: url("../m/images/ico_ok.png"/*tpa=http://fang.51taotaowang.com/m/images/ico_ok.png*/) no-repeat center;
    background-size: contain;
    display: block;
    margin: 0 auto 0.267rem auto;
    vertical-align: middle;
    box-sizing: content-box
}

.popup-wrap .popup-box .content {
    font-size: 0.8rem;
    padding: 0.267rem 0
}

.popup-wrap .popup-box .popup-cancle {
    width: 3rem;
    height: 1.5rem;
    border-radius: 2.667rem;
    font-size: 1rem;
    border: 0.027rem solid #999999;
    color: #999999;
    margin: 0.267rem 0.427rem 0.293rem 0
}

.popup-wrap .popup-box .popup-close {
    width: 3rem;
    height: 1.5rem;
    line-height: 1.5rem;
    display: inline-block;
    border-radius: 2.667rem;
    margin: 0 auto;
    font-size: 1rem;
    border: 0.027rem solid #00D48C;
    color: #00D48C;
    margin: 0.267rem auto 0.293rem;
    padding: 0
}
#buttons a{
    background-color: #f85959;
    color: #FFF;
    margin: 0 5px;
    margin-top: 8px;
    line-height: 1.173rem;
    border-radius: 0.107rem;
    border-width: 0.027rem;
    border-color: rgba(0, 0, 0, 0);
    border-style: none;
    font-size: 1.2rem;
    width: 40%;
    height: 1.2rem;
}
.navall{
    background-color: #ab2826;
    height: 2rem;
    margin-top: -0.3rem;
}
.navall a{
    color: #ffffff;
    font-size: 1rem;
    line-height: 2rem;
    padding:0 0.5rem;
    /*margin: 0 0.5rem;*/
    width: 28.5%;
    text-align: center;
    float: left;
    display: block;
    border-right: 2px solid #fff;
    text-decoration: none;
}
img{
	border-radius: 10px;
}