.app-attachment-dialog .el-dialog{
    border-radius: 12px;
    box-shadow:none;
}
.app-attachment-dialog .el-dialog__header{
    padding: 0;
}
.app-attachment-dialog .el-dialog__body{
    padding:0;
}
.app-attachment-dialog .dialog-main{
    display: flex;
}
.app-attachment-dialog .dialog-left{
    border-right:1px solid #F1F3F8;
    width: 231px;
    padding-top: 24px;
    flex-shrink: 0;
    padding-bottom: 8px;
}
.app-attachment-dialog .dialog-left .dialog-search{
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 8px;
}
.app-attachment-dialog .dialog-left .dialog-search .input{
    border:1px solid #F1F3F8;
    overflow: hidden;
    display: flex;
    border-radius: 4px;
    align-items: center;
    flex:1;
    margin-right: 8px;
    padding-right: 7px;
}
.app-attachment-dialog .dialog-left .dialog-search .input input{
    flex:1;
    height: 26px;
    font-size: 12px;
    border:none;
    display: flex;
    outline: none;
    width: 1px;
    padding:0 7px;
}
.app-attachment-dialog .dialog-left .dialog-search .input img{
    display: flex;
    width: 16px;
    height: 16px;
}
.app-attachment-dialog .dialog-left .dialog-search .an{
    text-decoration: none;
    background: #F8F8FA;
    border-radius: 4px;
    width: 72px;
    height: 28px;
    display: flex;
    font-size: 12px;
    color:#494A59;
    align-items: center;
    justify-content: center;
}
.app-attachment-dialog .dialog-left .dialog-search .an img{
    display: flex;
    width: 10px;
    height: 10px;
    margin-right: 7px;
}
.app-attachment-dialog .dialog-left .list{
    height: 472px;
    overflow-y: auto;
    margin-top: 8px;
    padding-left: 16px;
    padding-right: 8px;
}
.app-attachment-dialog .dialog-left .list-item{
    border-bottom:1px solid #F1F3F8;
    height: 49px;
    text-decoration: none;
    display: flex;
    color:#494A59;
    justify-content: space-between;
    align-items: center;
}
.app-attachment-dialog .dialog-left .list-item span{
    margin-left: 8px;
    color:#525AFF;
}
.app-attachment-dialog .dialog-left .v-cursor{
    position: relative;
}
.app-attachment-dialog .dialog-left .v-cursor:before{
    content:'';
    display: flex;
    background: #525AFF;
    border-radius: 12px;
    height: 14px;
    width: 2px;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
}
.app-attachment-dialog .group-menu{
    background: none;
    border-right:1px solid #F1F3F8;
}
.app-attachment-dialog .dialog-right .dialog-search{
    display: flex;
    justify-content: space-between;
    padding:24px;
}
.app-attachment-dialog .dialog-right .dialog-search .dialog-status{
    display: flex;
}
.app-attachment-dialog .dialog-right .dialog-search .dialog-status a{
    display: flex;
    background: #F8F8FA;
    color:#494A59;
    font-size: 12px;
    align-items: center;
    height: 28px;
    margin-right: 8px;
    border-radius: 100px;
    text-decoration: none;
    width: 66px;
    justify-content: center;
}
.app-attachment-dialog .dialog-right .dialog-search .dialog-status .cursor{
    background: #525AFF;
    color:#fff;
}
.app-attachment-dialog .dialog-right .dialog-search .input{
    border:1px solid #F1F3F8;
    width: 160px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-right: 7px;
}
.app-attachment-dialog .dialog-right .dialog-search .input input{
    font-size: 12px;
    padding:0 9px;
    height: 26px;
    border:none;
    flex:1;
    width: 1px;
}
.app-attachment-dialog .dialog-right .dialog-search .input img{
    display: flex;
    width: 16px;
    height: 16px;
}
.app-attachment-dialog .dialog-right{
    flex:1;
}
.app-attachment-dialog .app-attachment-list{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding:0 24px;
    overflow-y: auto;
    padding-bottom: 8px;
    height: 414px;
}
.app-attachment-dialog .app-attachment-item{
    border-radius: 8px;
    cursor: pointer;
    margin-right: 8px;
    margin-top: 8px;
    width: 164px;
    height: 123px;
    overflow: hidden;
    position: relative;
}
.app-attachment-dialog .app-attachment-list .app-attachment-item:nth-child(4n){
    margin-right: 0;
}
.app-attachment-dialog .app-attachment-list .app-attachment-item:nth-child(-n + 4){
    margin-top: 0;
}
.app-attachment-dialog .app-attachment-list .cursor{
    border:1px solid #525AFF;
}
.app-attachment-dialog .app-attachment-item .img{
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.app-attachment-dialog .app-attachment-item .icon{
    position: absolute;
    display: flex;
    width: 25px;
    height: 14px;
    right: -1px;
    top: -1px;
}
.app-attachment-dialog .app-attachment-item .play{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    width: 13px;
    height: 12px;
}
.app-attachment-dialog .app-attachment-item video{
    display: flex;
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
}
.app-attachment-dialog .app-attachment-item .v-icon{
    display: flex;
    width: 18px;
    height: 18px;
    top: 10px;
    cursor: pointer;
    right: 10px;
    position: absolute;
}
.app-attachment-dialog .app-attachment-item .v-mask{
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
}
.app-attachment-dialog .app-attachment-item .v-mask .v-mask-list{
    display: flex;
    flex-wrap: wrap;
    padding:0 14px;
    justify-content: space-between;
}
.app-attachment-dialog .app-attachment-item .v-mask .v-mask-list a{
    display: flex;
    background: #F8F8FA;
    align-items: center;
    justify-content: center;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;
    width: 64px;
}
.app-attachment-dialog .app-attachment-item .v-mask .v-mask-list i{
    transform: scale(0.833);
    transform-origin: center;
    color:#494A59;
    font-size: 12px;
    font-style: normal;
}
.app-attachment-dialog .app-attachment-item .v-mask a:nth-child(-n+2){
    margin-top: 0;
}
.app-attachment-dialog .app-attachment-file{
    background-color:rgba(241, 243, 248, 0.3);
    flex-direction: row;
    align-items: flex-end;
    display: flex;
    border-radius: 8px;
    background-image:url('../img/admin/ic138.png');
    background-repeat: no-repeat;
    background-size:106px 106px;
    background-position: center -2px;
}
.app-attachment-dialog .app-attachment-file{
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.app-attachment-dialog .app-attachment-file .filename{
    display: flex;
    height: 30px;
    color:#202136;
    align-items: center;
    border-top: 1px solid #F1F3F8;
    font-size: 12px;
    flex:1;
    width: 1px;
    margin: 0 7px;
}
.app-attachment-dialog .app-attachment-file .filename img{
    display: flex;
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.app-attachment-dialog .app-attachment-file .filename span{
    width: 1px;
    flex:1;
    display: block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.v-edit .v-upload-attachment-file .app-attachment-btn{
    background: none;
}
.v-edit .v-upload-attachment-file .app-attachment-btn{
    flex-direction: column;
    align-items: center;
}
.app-attachment-dialog .app-upload{
    color:#525AFF;
    border-radius: 8px;
    display: flex;
    width: 164px;
    height: 123px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:1px solid #F1F3F8;
}
.app-attachment-dialog .app-upload img{
    display: flex;
    width: 16px;
    height: 15px;
    margin-bottom: 16px;
}
.app-attachment-dialog .bot-an{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -4px 4px 0px rgba(204, 211, 227, 0.14);
    height: 60px;
}
.app-attachment-dialog .bot-an .el-button{
    border:1px solid #F1F3F8;
    color:#84848C;
}
.app-attachment-dialog .bot-an .el-button:focus,.app-attachment-dialog .bot-an .el-button:hover{
    border-color: #525AFF;
    color:#525AFF;
    background: none;
}
.app-attachment-dialog .bot-an .el-button--primary{
    background: #525AFF;
    color:#fff;
    border-color: #525AFF;
}
.app-attachment-dialog .bot-an .el-button--primary:focus,.app-attachment-dialog .bot-an .el-button--primary:hover{
    background: #525AFF;
    color:#fff;
    border-color: #525AFF;
}
.app-attachment-dialog .bot-an .el-button--small{
    border-radius: 4px;
    padding:0;
    width: 56px;
    height: 32px;
}
.app-attachment-dialog .el-pagination{
    margin: 0 24px;
    height: 50px;
}
.app-attachment-dialog .el-loading-mask{
    border-radius: 12px;
}