.bimg,.pimg {
	position: absolute;
	display: none;
	z-index: 99;
	cursor: pointer;
    width: auto;
    height: auto;
}

.simg {
  max-width:50px;
  max-height: 50px;
  cursor: pointer;
}
.ssimg {
    max-width: 30px !important;
    max-height: 30px !important;
    cursor: pointer;
}

.psimg {
  max-width: 100px;
  max-height: 100px;
  cursor: pointer;
}

.tsimg {
  max-width: 50px !important;
  height: 50px !important;
  cursor: pointer;
}
.tsimgbox {
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    float: left;
    border: 1px solid #eee;
}
.tsimgbox img {
    max-width: 50px !important;
    max-height: 50px !important;
    cursor: pointer;
}
.esimgbox {
    width:80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    float: left;
    border: 1px solid #eee;
    border-radius: 6px;
}
.esimgbox img {
    max-width: 80px !important;
    max-height: 80px !important;
    cursor: pointer;
}

.msimg {
    max-width: 100px;
    max-height: 100px;
}

.bimg img {
   max-width: 400px;
   height: auto;
}

.show-title {
   cursor: pointer;
}

.show-title span {
  display: inline-block;
  width: 200px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.show-title .show-content {
	position: absolute;
	display: none;
	/*width: 200px;*/
  height: auto;
  background: white;
  border: 1px solid #fff;
  display: none;
  margin-top:-50px;
  text-align: left;
  padding: 6px;
  color:black;
  border-radius: 5px;
  z-index: 999;
  border: 1px solid line-blue;
}

.title-btn {
	cursor: pointer;
}

.paging {
    /*width: 96%;*/
     height: 50px;
     margin: 18px 0 0 0;
     overflow: hidden;
     text-align: center;
}

.paging #test3{
  text-align: center;
}
.app-bigImg-show {
    position: fixed;
    width:100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 1000;
    overflow: hidden;
    cursor: pointer;
}
.app-bigImg {
    max-width:0%;
    max-height:0%;
    border: 1px solid #eee;
    animation: appImgToBeBig .2s;
    animation-fill-mode: forwards;
}
@keyframes appImgToBeBig {
    0% {
        max-width: 0%;
        max-height: 0%;
    }
    100% {
        max-width: 90%;
        max-height: 90%;
    }
}
.layui-btn+.layui-btn {
    margin-left: 0;
}
.layui-btn {
    margin-right: 6px;
}
