﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, li, ol, ul,input,select,button,textarea { padding:0; margin:0; border:none;}
input,button,select,textarea,a,img{outline:none; }
::-moz-focus-inner{border:0;}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display: block; }
ul, ol { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong, em, i { font-style: normal; font-weight: normal; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
mark { background: none; }
input::-ms-clear { display: none !important; }
input, textarea {border: 0;font-family: Arial,"微软雅黑";}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height: 0;}
* html .clearfix {zoom: 1;}
*:first-child + html .clearfix {zoom: 1;}



/****上传图片****/
.uploadify-button{width: 30.3%; height: 90px; float: left;}
.uploadify-button img{ width: 100%; height: 100%;}
.uploadify-queue-item{ width: 30.3%; height: 90px; margin:0 1.4% 20px 1.4%; float: left;  position: relative;}
.uploadify-queue-item img{ width: 100%; height: auto; min-height: 90px; overflow: hidden;}
.delfilebtn{ position: absolute; top: -10px; right: -10px;}
/*.delfilebtn img{ width: 20px; height: 20px; position: absolute; top: -10px; right: 0;}*/
.uploadify-queue .delfilebtn img{ width: 20px; height: 20px; position: absolute; top: 10px; right: 0; min-height: auto; }
.uploadedsize{display: block; float: left; position: absolute; bottom: 5px; left:5px;}
.totalsize{ display: block; float: left; position: absolute; bottom: 5px; left:5px;}
.up_filename{ position: absolute; top: 0px;left:5px;}
.up_percent{display: block; float: left; position: absolute; bottom: 0;right:5px; color: white;}
.uploadify-progress{ display:inline-block; width:100%; height:5px; background-color:white; border-radius:20px; vertical-align:middle; padding:0; position: absolute;  left: 0; bottom: -10px;}
.uploadify-progress-bar{width:0; height:100%; border-radius:20px; background-color: #0099FF;}