.bimg, .pimg {
    position: absolute;
    display: none;
    z-index: 99;
    cursor: pointer;
    width: auto;
    height: auto;
}

.simg {
    max-width: 50px;
    max-height: 50px;
    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;
    border-radius: 6px;
}

.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;
}

.app-bigImg {
    max-width: 0%;
    max-height: 0%;
    border: 1px solid #eee;
    border-radius: 20px;
    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;
}

.layui-form-selected dl {
    z-index: 9999;
}

.iconfont {
    margin-right: 3px;
}

.layui-form-label .dot {
    color: red;
}

.app-bigImg-wrap {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 100%;
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
