@charset "UTF-8";
/*.uploadFilesBox {
    width: 380px;
    padding: 5px 15px;
    margin-top: 15px;
    border-radius: 5px;
    background: #f9f9f9;
    position: relative;
    z-index: 999;
    min-height: 120px;
    overflow: auto;
    border: 1px solid #b5b5b5;
    padding-top: 0;
}*/

.uploadFileList {
    line-height: 30px;
    margin: 0;
}

.uploadFileListItems {
    list-style: decimal;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    width: 314px;
    border: 1px solid #b5b5b5;
    margin-top: 10px;
    border-radius: 4px;
    margin-right:10px;
    float: left;
}
.uploadFileListItems:nth-child(3n){
    margin-right: 0;
}
/*.uploadFileListItems:first-child{
    margin-top: 20px;
}*/
.uploadFilewrapper {
    width: 220px;
    background-color: #efeff4;
    display: inline-block;
    vertical-align: middle;
}

.uploadFilemyPromption-wrapper .uploadFilereturnCommission .uploadFileprocess {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.uploadFilemyPromption-wrapper .uploadFileprocess .uploadFileicon-flag {
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 18px;
    background-size: 11px;
}

.uploadFilemyPromption-wrapper .uploadFileprocess .uploadFileprocess-static {
    width: 100%;
    height: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 198, 255, .6);
    box-shadow: 0 0 5px rgba(0, 198, 255, .6);
    background-color: rgba(0, 198, 255, .6);
}

.uploadFilemyPromption-wrapper .uploadFileprocess .uploadFileprocess-active {
    position: absolute;
    top: 0px;
    left: 0;
    width: 0;
    height: 14px;
    border: 1px solid #4dafe2;
    border-radius: 10px;
    background-image: linear-gradient(75deg, transparent 0rem, transparent 0.8rem, #4dafe2 0.8rem, #4dafe2 1.6rem, transparent 1.6rem, transparent 2.4rem, #4dafe2 2.4rem);
    background-color: #008cd5;
    background-size: 20px 38px;
    -box-shadow: 1px 1px 5px rgba(0, 140, 213, .8);
    box-shadow: 1px 1px 5px rgba(0, 140, 213, .8);
    -webkit-animation: process 800ms infinite linear;
    animation: process 800ms infinite linear;
}

.uploadFilemyPromption-wrapper .uploadFileprocess .uploadFileprocess-active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, rgba(0, 140, 213, .6), rgba(0, 140, 213, .6) 15%, transparent 60%, rgba(0, 140, 213, .6));
}

.uploadFilemyPromption-wrapper .uploadFileprocess .uploadFileprocess-static.uploadFileSuccess {
    width: 100%;
    height: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 128, 0, .6);
    box-shadow: 0 0 5px rgba(0, 128, 0, .6);
    background-color: rgba(0, 128, 0, .6);
}

.uploadFilemyPromption-wrapper .uploadFileprocess .uploadFileprocess-active.uploadFileSuccess {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    border: 1px solid #008000;
    border-radius: 10px;
    background-image: linear-gradient(75deg, transparent 0rem, transparent 0.8rem, #308024 0.8rem, #228004 1.6rem, transparent 1.6rem, transparent 2.4rem, #4D8003 2.4rem);
    background-color: #5cb85c;
    background-size: 20px 38px;
    -box-shadow: 1px 1px 5px rgba(0, 128, 0, .8);
    box-shadow: 1px 1px 5px rgba(0, 128, 0, .8);
    -webkit-animation: process 800ms;
    animation: process 800ms;
}

.uploadFilemyPromption-wrapper .uploadFileprocess .uploadFileprocess-active.uploadFileSuccess:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, rgba(0, 128, 0, .6), rgba(0, 128, 0, .6) 15%, transparent 60%, rgba(0, 128, 0, .6));
}

.uploadFileLodaingText {
    position: absolute;
    font-size: 12px;
    height: 20px;
    margin-top: -10px;
    top: 25%;
    color: #fff;
    width: 220px;
    text-align: center;
    z-index: 999;
}

/* 动画 */
@-webkit-keyframes process {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 0;
    }
}

@keyframes process {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 0;
    }
}

.uploadFilemyPromption-wrapper .uploadFileprocess .uploadFileprocess-static.uploadFileError {
    width: 100%;
    height: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .6);
    box-shadow: 0 0 5px rgba(255, 0, 0, .6);
    background-color: rgba(255, 0, 0, .6);
}

.uploadFilemyPromption-wrapper .uploadFileprocess .uploadFileprocess-active.uploadFileError {
    position: absolute;
    top: 0px;
    left: 0;
    height: 14px;
    border: 1px solid #d9534f;
    border-radius: 10px;
    background-image: linear-gradient(75deg, transparent 0rem, transparent 0.8rem, #ff1029 0.8rem, #ff1029 1.6rem, transparent 1.6rem, transparent 2.4rem, #ff1029 2.4rem);
    background-color: #d9534f;
    background-size: 20px 38px;
    -box-shadow: 1px 1px 5px rgba(217, 83, 79, .8);
    box-shadow: 1px 1px 5px rgba(217, 83, 79, .8);
    -webkit-animation: process 800ms;
    animation: process 800ms;
}

.uploadFilemyPromption-wrapper .uploadFileprocess .uploadFileprocess-active.uploadFileError:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, rgba(255, 174, 15, 0.6), rgba(255, 233, 19, 0.6) 15%, transparent 60%, rgba(255, 233, 19, 0.6));
}

.uploadFileListItemsContents {
    vertical-align: middle;
    width: 100%;
    display: flex;
    align-items: center;
}

.uploadFileListItemsContents > span {
    display: inline-block;
    color: grey;
    font-size: 14px;
    float: left;
    flex: 1;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.uploadFileListItemsContents .uploadFileListItemsName:after {
    content: " / ";
}
*/
.uploadFileClose, .uploadFileOk {
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px;
    line-height: 25px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    font-style: normal;
}

.uploadFileClose {
    color: #fff;
    background: #ccc;
}

.uploadFileOk {
    color: green;
}

.uploadFileMoreBtn {
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 5px;
    display: none;
}

.uploadFileOk:hover, .uploadFileOk:active, .uploadFileOk:focus {
    background: #666666;
    color: #fff;
}

.uploadFileClose:hover, .uploadFileClose:active, .uploadFileClose:focus {
    background: #666666;
    color: #fff;
}

.uploadFileMoreLoads {
    position: absolute;
    top: 5px;
    left: 30px;
    display: none;
}


.uploadFileMoreLoads .uploadFileLodaingText {
    top: 10px !important;
}

.uploadFileMoreLoads .uploadFileprocess-active.uploadFileSuccess{
    top:0 !important;
}
.uploadFileListItemsSizes {
    display: none !important;
}

.myUploadFile{
    background: #11a7ee;
    padding:0 10px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #11a7ee;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px
}