/*上传预览*/
.fileview{ width:100%}
.fileview ul{ width:400px; margin:auto; text-align:center}
.fileview ul li{ float:left; width:84px; padding:8px; margin:0px; }
.fileview ul li img{cursor:pointer; border:1px solid #ddd;}
#uploadview{ border:1px dotted #ddd; width:180px; margin-bottom:10px; text-align:center; vertical-align:middle; overflow:hidden;}
#uploadview img{}
.pagelink{ cursor:pointer;}
#pageul{ border:1px dotted #ddd; clear:both; padding:3px;}
#pageul a{ text-decoration:underline;}