﻿.mui-cover {
    -webkit-transform：translate3d(0,0,0);
    background-color: #fff;
    position: fixed;
    z-index: 991;
    width:100%;
    top: 20%;
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(100%,0,0);
    -webkit-transform: translateZ(0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(0,0,.25,1);
    transform: translate3d(0,0,0);
    display: none;
}
.mui-cover2 {
    -webkit-transform：translate3d(0,0,0);
    background-color: #fff;
    position: fixed;
    z-index: 991;
    width:100%;
    top: 30%;
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(100%,0,0);
    -webkit-transform: translateZ(0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(0,0,.25,1);
    transform: translate3d(0,0,0);
    display: none;
}
.fntRed{color:red;}
 .summaryimg {
    position: relative;
    background-color: #fff;
    z-index: 10;
    padding: 2px;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left;
    margin-right: 1em;
    height: 100px;
    width: 100px;
    left:15px;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}
 .RedBorder{border:1px solid #9c1b53;border-radius:5px;}
 .bottomgoumai{background:#ff0000;bottom:2px;position:fixed;width:100%; text-align:center;}
  .bottomgoumai a{color:#fff;}