﻿/*上传图片*/
.addPic{
    width:100%;
    height:50px;
    margin-top:10px;
    position: relative;
    cursor: pointer;
}
.addBtn{
    width:100%;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    cursor: pointer;
}
.addBtn img{
    width:100%;
    height:auto;
}

.imgBox{
    width:100px;
    height:100px;
    position:relative;
    overflow:hidden;
}
.delete {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0px;
    right: 0px;
    color: #FFF;
    font-size: 10px;
    padding:3px 6px;
}
#fileName{
    display:none;
    width:0px;
}
/*进度条*/
.progress {
                margin-top: 2px;
                width: 200px;
                height: 14px;
                margin-bottom: 10px;
                overflow: hidden;
                /*background-color: #f5f5f5;*/
                border-radius: 4px;
                -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
                box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
            }

            .progress-bar {
                background-color:#337ab7;
                /*background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);*/
                background-size: 40px 40px;
                /*box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px 0px inset;*/
                box-sizing: border-box;
                color: rgb(255, 255, 255);
                display: block;
                float: left;
                font-size: 12px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                transition-delay: 0s;
                transition-duration: 0.6s;
                transition-property: width;
                transition-timing-function: ease;
                width: 266.188px;
            }
            .layui-layer{
                box-shadow:none!important;
            }