.webuploader-container {
    position: relative;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#picker > .webuploader-pick {
    width: 2.4rem;
    height: 2.28rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 0.04rem dashed #F3981C;
    border-radius: 0.133rem;
    background: #FDEAD2 url(../img/camear.png) no-repeat center;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

