@CHARSET "UTF-8";
form {
    color: #333;
    font-family: Arial, sans-serif;
}

.upload_box {
    margin: 1em auto;
}

.upload_main {
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    border-width: 1px 1px 2px;
    border-style: solid;
    border: 1px solid #000;
    background-color: #eee;
    flex-direction: column;
}


/* 上传文字信息 */

.upload_text {
    display: flex;
    flex-direction: column;
    padding: 2em;
    padding-bottom: 0;
    font-size: .32rem;
}

.userhead {
    display: block;
    width: 1rem;
    height: 1rem;
}

.userhead img {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .2rem;
    border: 1px solid #000;
    background-color: #fff;
    object-fit: cover;
}

.upload_text input,
.upload_text textarea {
    outline: none;
    border: 1px solid #000;
    background-color: #f9f9f9;
}

.user-title {
    display: flex;
}

.input-title {
    height: 1rem;
    flex: 1;
    margin-left: .2rem;
    margin-bottom: .3rem;
    padding-left: .3rem;
    border-radius: .2rem;
    line-height: .65rem;
}

.input-content {
    height: 2.8rem;
    padding: .1rem 0.2rem;
    border-radius: .2rem;
    line-height: .6rem;
    Resize: none;
}


/* 分类区域 */

.upload_sort_cover {
    padding: 2em;
    padding-top: 0;
    font-size: .28rem;
}

.div-sorts {
    width: 100%;
}

.div-sorts input {
    display: none;
}

.div-sorts span {
    display: block;
    float: left;
    margin: 0 .1rem .1rem 0;
    padding: 0.05rem 0.1rem;
    text-align: center;
    border-radius: .2rem;
    background-color: #fff;
    border: 1px solid #000;
    cursor: pointer;
}

.div-sorts .checked {
    background-color: #1bb7ff;
    color: #fff;
}


/* 选择图片的区域 */

.upload_choose {
    display: flex;
    padding: 2em;
}

.upload_drag_area {
    height: 100%;
    display: inline-block;
    width: 63%;
    padding: 1rem 0;
    margin-left: .5em;
    border: 1px dashed #ddd;
    background: #fff no-repeat 20px center;
    color: #999;
    font-size: .28rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    border: 1px solid #000;
}

.upload_drag_hover {
    border-color: #069;
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .5);
    color: #333;
}

.upload_preview {
    min-height: 200px;
    overflow: hidden;
    _zoom: 1;
}

.upload_append_list {
    height: 100%;
    margin: 1em;
    float: left;
    position: relative;
}

.upload_append_list:hover {
    cursor: pointer;
}

.upload_delete {
    margin-left: 2em;
}

.upload_image {
    /* max-height:135px; */
    padding: 0px;
}

.upload_submit {
    padding-top: 1em;
    padding-left: 1em;
}

.upload_submit_btn {
    height: 32px;
    font-size: 14px;
    display: none;
}

.upload_progress {
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 25px;
    top: 45px;
}

.andArea {
    height: 100%;
    background: url("../images/add_img.png") no-repeat scroll center 5px #fff;
    color: #CCCCCC;
    font-size: .3rem;
    padding-top: 1.5rem;
    position: relative;
    text-align: center;
    top: 0;
    border-radius: 10px;
    border: 1px solid #000;
}

.filePicker {
    display: inline-block;
    width: 90%;
    height: .65rem;
    line-height: .65rem;
    background: none repeat scroll 0 0 #00B7EE;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    cursor: pointer;
    font-size: .3rem;
    /* min-width: 120px; */
    margin: 0 auto 0px;
    overflow: hidden;
    transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
}

.filePicker:hover {
    background: none repeat scroll 0 0 #00A2D4;
}

.demo {
    width: 65%;
    margin: 0 auto 2rem;
}

.demo h1 {
    margin: 10px 0 0 0;
}

.convent_choice {
    float: left;
    /* height: 2rem; */
    width: 35%;
}

#fileImage {
    display: none;
}

.status_bar {
    border-top: 1px solid #DADADA;
    height: 45px;
    line-height: 45px;
    padding: 0 2em;
    position: relative;
    vertical-align: middle;
}

.info {
    float: left;
    color: #666666;
    display: inline-block;
}

.btns {
    position: absolute;
    right: 16px;
    line-height: 30px;
    top: 6px;
}

.webuploader_pick {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    color: #565656;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    padding: 0 18px;
    position: relative;
    text-align: center;
    line-height: 32px;
    transition: border 0.2s;
    -moz-transition: border 0.2s;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
}

.webuploader_pick:hover {
    border: 1px solid #BBB;
}

.upload_btn {
    background: none repeat scroll 0 0 #00B7EE;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-left: 10px;
    padding: 0 18px;
    position: relative;
    text-align: center;
    line-height: 34px;
    transition: background 0.2s;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
}

.upload_btn:hover {
    background: none repeat scroll 0 0 #00A2D4;
}


/* 每个图片上的操作bar */

.file_bar {
    margin: 0;
    left: 0px;
    right: 0px;
    position: absolute;
    top: 0px;
    height: 0px;
    padding: 0px;
    margin: 0;
    opacity: 0.8;
    color: #fff;
    background: none repeat scroll 0 0 #000000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
}

.file_bar a {
    color: #FFFFFF;
    position: absolute;
    right: 10px;
}

.file_hover {
    height: 30px;
    cursor: pointer;
}

.uploadImg {
    margin: 0px;
    /* max-height:135px; */
}

.file_progress {
    display: none;
    margin: 0;
    position: absolute;
    bottom: 0px;
    height: 8px;
    left: 0px;
    right: 0px;
    background: none repeat scroll 0 0 #00B7EE;
    text-align: center;
    width: 0%;
}

.file_failure {
    display: none;
    margin: 0;
    position: absolute;
    bottom: 0px;
    height: 24px;
    left: 0px;
    right: 0px;
    background: none repeat scroll 0 0 red;
    color: #fff;
    text-align: center;
}

.file_success {
    display: none;
    margin: 0;
    position: absolute;
    bottom: 0px;
    height: 40px;
    left: 0px;
    right: 0px;
    background: url("../images/success.png") no-repeat scroll right bottom transparent;
}

.file_name {
    margin: 0px;
    white-space: nowrap;
    width: 66%;
    /* IE6 需要定义宽度 */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    /* Opera */
    text-overflow: ellipsis;
    /* IE, Safari (WebKit) */
    float: left;
}

.file_edit {
    background: url("../images/edit_white.png") no-repeat scroll 0 0 transparent;
    width: 18px;
    height: 18px;
    display: inline;
    -moz-user-select: none;
    position: absolute;
    right: 22px;
    margin-top: 4px;
}

.file_edit:hover {
    background: url("../images/edit_blue.png") no-repeat scroll 0 0 transparent;
}

.file_del {
    background: url("../images/delete_white.png") no-repeat scroll 0 0 transparent;
    width: 18px;
    height: 18px;
    display: inline;
    -moz-user-select: none;
    position: absolute;
    right: 3px;
    margin-top: 4px;
}

.file_del:hover {
    background: url("../images/delete_blue.png") no-repeat scroll 0 0 transparent;
}


/* 设置图片等比例缩放 并且垂直居中*/

.upload_append_list a {
    display: table-cell;
    /*  width: 140px;	
    height: 120px; */
    text-align: center;
    vertical-align: middle;
    border: 1px solid #DFDFDF;
    background: url("../images/bg.png") no-repeat scroll center 0px transparent;
}

.upload_append_list img {
    border: solid 1px #66f;
    vertical-align: middle;
    /*图片垂直居中*/
}

.uploadImg {
    margin: auto;
}

.uploadImg img {
    border: none;
    max-width: 100%!important;
    height: auto!important;
}


/* 不带有拖拽的样式 */

.add_upload {
    height: 100%;
    margin: 1em;
    float: left;
    position: relative;
}

.add_upload:hover {
    cursor: pointer;
}

.add_imgBox {
    border: 1px solid #DFDFDF;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    transition: border 0.2s;
    -moz-transition: border 0.2s;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
}

.add_imgBox:hover {
    border: 1px solid #BBB;
}

.single_main {
    border-top: 0px;
}

.upload_require {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: .5rem;
    color: #ccc;
}