.qq-uploader {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}

.qq-upload-button {
    background: linear-gradient(rgba(109, 179, 242, 1) 0%, rgba(84, 163, 238, 1) 50%, rgba(54, 144, 240, 1) 51%, rgba(30, 105, 222, 1) 100%);
    padding: 7px 19px;
    border-radius: 5px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: inline-block;
    box-shadow: 0px 1px 2px #b2b2b2;
    text-shadow: 0px 1px 1px #000000;
    -webkit-box-shadow: 0px 1px 2px #B2B2B2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 1px 2px #B2B2B2;
    -khtml-border-radius: 5px;
    -o-box-shadow: 0px 1px 2px #B2B2B2;
    -moz-text-shadow: 0px 1px 1px #000000;
    -webkit-text-shadow: 0px 1px 1px #000000;
    -o-text-shadow: 0px 1px 1px #000000;
}

.qq-upload-button-hover {
}

.qq-upload-button-focus {
}

.qq-upload-drop-area {
    background: rgb(229, 228, 169);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    min-height: 50px;
}

.qq-upload-extra-drop-area {
    background: rgb(229, 228, 169);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
    min-height: 50px;
}

.qq-upload-drop-area span {
    top: 50%;
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    margin-top: -8px;
    display: block;
    position: absolute;
}

.qq-upload-extra-drop-area {
    height: 20px;
    padding-top: 30px;
    font-size: 16px;
    margin-top: 50px;
    position: relative;
    min-height: 40px;
}

.qq-upload-drop-area-active {
    background: rgb(231, 228, 83);
}

.qq-upload-list {
    list-style: none;
    margin: 8px 0px 0px;
    padding: 0px;
}

    .qq-upload-list li {
        background: 0% 0% / 120px 120px rgb(191, 230, 19);
        list-style: none;
        margin: 0px 0px 1px;
        padding: 9px;
        border-radius: 3px;
        color: rgb(255, 255, 255);
        line-height: 15px;
        overflow: hidden;
        font-size: 15px;
        position: relative;
        text-shadow: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-text-shadow: none;
        -webkit-text-shadow: none;
        -o-text-shadow: none;
        -webkit-animation-name: gradientShift;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: gradientShift;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-fill-mode: both;
        -moz-animation-timing-function: linear;
    }

.qq-upload-file {
    margin-right: 12px;
    position: relative;
    z-index: 250;
}

.qq-upload-spinner {
    margin-right: 12px;
    position: relative;
    z-index: 250;
}

.qq-upload-size {
    margin-right: 12px;
    position: relative;
    z-index: 250;
}

.qq-upload-cancel {
    margin-right: 12px;
    position: relative;
    z-index: 250;
}

.qq-upload-failed-text {
    margin-right: 12px;
    position: relative;
    z-index: 250;
}

.qq-upload-spinner {
    background: url("../images/loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    display: inline-block;
}

.qq-upload-size {
    font-size: 12px;
    font-weight: normal;
}

.qq-upload-cancel {
    font-size: 12px;
    font-weight: normal;
}

.qq-upload-failed-text {
    display: none;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

.qq-upload-list li.qq-upload-success {
    background: rgb(93, 163, 12);
    color: rgb(255, 255, 255);
}

.qq-upload-list li.qq-upload-fail {
    background: rgb(175, 0, 0);
    color: rgb(255, 255, 255);
}

.qq-upload-button:hover {
    background: rgb(15, 91, 187);
}

.qq-upload-button:active {
    top: 2px;
}

.qq-upload-spinner {
    float: right;
}

.qq-upload-size {
    float: right;
}

.qq-upload-cancel {
    float: right;
}

.qq-upload-failed-text {
    float: right;
}

.qq-upload-spinner {
    display: none;
}

.qq-progress-bar {
    border-radius: 3px;
    left: 0px;
    top: 0px;
    width: 51%;
    height: 100%;
    position: absolute;
    box-shadow: 0px 0px 14px #0d4500;
    background-color: rgb(93, 163, 12);
    -webkit-box-shadow: 0px 0px 14px #0D4500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0px 0px 14px #0D4500;
    -khtml-border-radius: 3px;
    -o-box-shadow: 0px 0px 14px #0D4500;
}

.qq-upload-cancel {
    color: rgb(128, 0, 0);
}

.qq-upload-success .qq-progress-bar {
    display: none;
}
