.uploud {
    width: 300px;

}

.uploud button {
    background: rgb(54, 134, 225);
}

.uploud span {
    margin-bottom: 10px;
    color: red;
    display: block;
    font-size: 8px;
}
.zpxxfileList {
    width: 100%;
}
.st {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    /*float: left;*/
    display: flex;
    justify-content: flex-start;
    transition: background-color 0.3s ease, color 0.3s ease; /* 添加过渡效果 */
    /*align-items: center;*/
}

/* 鼠标移入时改变背景颜色和文字颜色 */
.st:hover {
    background-color: #f8f6f6; /* 背景颜色 */
    color: #000; /* 文字颜色 */
}

.st div:first-child {
    width: 600px;
    float: left;
    height: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 当视口宽度小于 832px 时，调整宽度为 300px */
@media (max-width: 750px) {
    .st div:first-child {
        width: calc(100vw - 250px); /* 可视窗口宽度减去 250px */
    }
}
/**
移动端样式
 */
@media screen and (max-width: 500px){
    .st div:first-child {
        width: 60%;
        float: left;
        height: 95%;
    }
}

.st .uploud-search {
    width: 20%;
    float: left;
    /*background: rgb(54, 134, 225);*/
    height: 20px;
    line-height: 20px;
    /*border: 1px solid rgb(54, 134, 225);*/
    color: #666;
    text-align: center;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
}

.st .upload-del {
    width: 50px;
    float: right;
    /*background: rgb(273, 98, 55);*/
    height: 20px;
    line-height: 20px;
    /*border: 1px solid rgb(273, 98, 55);*/
    color: #666;
    text-align: center;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 5px;
}
.st .upload-dow {
    width: 50px;
    float: right;
    /*background: rgb(273, 98, 55);*/
    height: 20px;
    line-height: 20px;
    /*border: 1px solid rgb(273, 98, 55);*/
    color: #666;
    text-align: center;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 5px;
}
.st .upload-preview {
    width: 50px;
    float: right;
    /*background: rgb(273, 98, 55);*/
    height: 20px;
    line-height: 20px;
    /*border: 1px solid rgb(273, 98, 55);*/
    color: #666;
    text-align: center;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 5px;
}

.icon {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    border: 1px solid #f4f4f4;
    /*margin-top: 30px;*/

}

.icon img {
    width: 100%;
    height: 100%;
}

.imageLoad {
    height: 25px;
    background: #333333;
    opacity: 0.5;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    cursor: pointer;
}

.magnify-modal {
    background: #ffffff !important;
}

.magnify-header .magnify-toolbar {
    background-color: rgba(0, 0, 0, .5) !important;
}

.magnify-modal .magnify-stage {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    border-width: 0 !important;
}

.magnify-footer .magnify-toolbar {
    background-color: rgba(0, 0, 0, .5) !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;

}

.magnify-header,
.magnify-footer {
    pointer-events: none !important;
}

.magnify-button {
    pointer-events: auto !important;
}
.banner{
    text-align: center;
    color: #ffffff;
    position: relative;

}
.bannerBack{
    width: 100%;
    height: 100%;
    position: absolute;
    line-height:inherit;
    left: 0;
    bottom: 0;
    background: #333333;
    opacity: 0.4;
    cursor: pointer;
}
.bannerBack i {
    cursor: pointer;
    z-index: 3333;
}
#fileupLoadImg{
    max-height: 100%;
    max-width:100%;
}
.notImg{
    width: 20%;
    height: 20%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 40%;
}
.notImg img{
    max-width: 100%;
    max-height: 100%;
}
