.table-responsive .table-list td{
    line-height: 40px;
}
.table-responsive .table-list-shop td{
    line-height: 50px;
}
.weui-uploader__input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.txt-red{
    color: #ff0000;
}
.shopimg{
    float: left;
    position: relative;
    margin-right: 10px;
}
.shopimg img{
    border: 1px solid #f2f2f2;
}
.shopimg .shop_zt{
    text-align: center;
    line-height: 30px;
    background-color: #000;
    opacity: 0.6;
    color:#fff;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
.shopimg .shop_del{
    width: 15px;
    text-align: center;
    height: 15px;
    font-size: 12px;
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    position: absolute;
    z-index: 99;
    top:0;
    right:0;
}
.load-tanchuang{
    z-index: 99;
    display: none;
}
.load-content{
    position: absolute;
    width: 350px;
    height: 80px;
    line-height: 80px;
    z-index: 990;
    left: 50%;
    margin-left: -175px;
    top:30%;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 3px 3px #ddd;
}
.load-bg{
    position: absolute;
    top:0;
    width: 100%;
    bottom: 0;
}
.loadfont{
    text-align: center;
    font-size:14px;
    font-family: Arial,Verdana,Sans-serif;
    color: black;
}
.loadbground {
    width: 100%;
    height: 100%;
    background-color: #f6f9ff;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    position: fixed;
    left: 0px;
    top: 0px;
    display: block;
    z-index: 99;
}