
.Shade_mask_app{
    width:100%;height:100%;position:fixed;top:0;left:0; 
    background:rgba(255,255,255,0.8); 
    transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0); 
    -ms-transform:translate3d(0,0,0);-o-tranform:translate3d(0,0,0); 
    -moz-transform:translate3d(0,0,0);z-index:100; 
    display: none;
}
.shade_tipes_container{
    width: 245px; 
    height: 90px;
    top: -42px; 
    bottom: 0; 
    left: 0; 
    right: 0;
    margin: auto; 
    position: fixed; 
}
.shade_tipes{ 
    width: 245px; 
    min-height: 90px; 
    background: #494949; 
    color: #fff; 
    font-family: "微软雅黑"; 
    border-radius: 3px; 
} 

.shade_tipes div{
    padding-top: 10px;
    height: 30px;
}

.shade_tipes span{
    font-size: 11px; 
    /*padding-left: 8px;*/
}

.shade_tipes section{
   width: 225px;
   padding-top: 15px;
   padding-bottom: 15px;
   font-size: 13px;
   line-height: 19px;
   margin: 0 auto;
}

.shade_tipes p{
    width: 225px;
    height: 45px;
    vertical-align: middle;
    display: table-cell;
}

/*遮罩层*/
.Shade_mask{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,.5);
    transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-tranform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    z-index:50;
    display:none;
}




