<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document*/

.parentFileBox {

	width:auto;

	height:auto;

	overflow:hidden;

	position:relative;

}

.parentFileBox&gt;.fileBoxUl {

	position:relative;

	width:100%;

	height:auto;

	overflow:hidden;

	padding-bottom:5px;

}

.parentFileBox&gt;.fileBoxUl&gt;li {

	float:left;

	border:1px solid #09F;

	border-radius:5px;

	width:100px;

	height:90px;

	margin-top:10px;

	margin-left:10px;

	overflow:hidden;

	position:relative;

	background-color:#099;

}

.parentFileBox&gt;.fileBoxUl&gt;li&gt;.viewThumb {

	position:absolute;

	top:0;

	left:0;

	width:170px;

	height:150px;

	overflow:hidden;

}

.parentFileBox&gt;.fileBoxUl&gt;li&gt;.viewThumb&gt;img {

	width:100%;

	height:100%;

}

.parentFileBox&gt;.fileBoxUl&gt;li&gt;.diyCancel,.parentFileBox&gt;.fileBoxUl&gt;li&gt;.diySuccess {

	position:absolute;

	width:32px;

	height:32px;

	top:2px;

	right:2px;

	cursor:pointer;

	display:none;

}

.parentFileBox&gt;.fileBoxUl&gt;li&gt;.diyCancel {

	background:url(../images/x_alt.png) no-repeat;

}

.parentFileBox&gt;.fileBoxUl&gt;li&gt;.diySuccess {

	background:url(../images/check_alt.png) no-repeat;

	cursor:default;

}

.parentFileBox&gt;.fileBoxUl&gt;li&gt;.diyFileName {

	position:absolute;

	bottom:0px;

	left:0px;

	width:100%;

	height:20px;

	line-height:20px;

	text-align:center;

	color:#fff;

	font-size:12px;

	display:none;

	background:url(../images/bgblack.png);

}

.parentFileBox&gt;.fileBoxUl&gt;li&gt;.diyBar {

	top:0;

	left:0;

	position: absolute;

	width: 100px;

	height: 90px;

	line-height:90px;

	background:url(../images/bgblack.png);

	display:none;

}

.parentFileBox&gt;.fileBoxUl&gt;li&gt;.diyBar&gt;.diyProgressText {

	font-size:14px;

	text-align:center;

	color:#FFF;

	position:relative;

	z-index:99;

}

.parentFileBox&gt;.fileBoxUl&gt;li&gt;.diyBar&gt;.diyProgress {

	position:absolute;

	left:0;

	top:42%;

	height:24px;

	width:100%;

	background-color:#09F;

	filter:alpha(opacity=70);

	-moz-opacity:0.7;

	opacity:0.7;

	z-index:97;

}

.parentFileBox&gt;.diyButton {

	width:100%;

	margin-top:10px;

	margin-bottom:10px;

	height:20px;

	line-height:20px;

	text-align:center;

}

.parentFileBox&gt;.diyButton&gt;a {

	padding:5px 10px 5px 10px;

	background-color:#09C;

	color:#FFF;

	font-size:14px;

	text-decoration:none;

	border-radius:3px;

}

.parentFileBox&gt;.diyButton&gt;a:hover {

	background-color:#0CC;

	color:#F30;

}

.parentFileBox&gt;.fileBoxUl&gt;li:hover {

	-moz-box-shadow: 3px 3px 4px #FF0;

	-webkit-box-shadow: 3px 3px 4px #FF0;

	box-shadow: 3px 3px 4px #FF0;

}

.parentFileBox&gt;.fileBoxUl&gt;.diyUploadHover:hover .diyCancel {

	display:block;

}

.parentFileBox&gt;.fileBoxUl&gt;li:hover .diyFileName {

	display:block;

}

.avi_diy_bg,.txt_diy_bg,.doc_diy_bg,.zip_diy_bg,.csv_diy_bg,.xls_diy_bg,.mp3_diy_bg,.pdf_diy_bg,.rar_diy_bg {

	background-position:center;

	background-repeat:no-repeat;

}

.avi_diy_bg {

	background-image:url(../images/filebg/avi.png);

}

.txt_diy_bg {

	background-image:url(../images/filebg/txt.png);

}

.doc_diy_bg {

	background-image:url(../images/filebg/doc.png);

}

.zip_diy_bg {

	background-image:url(../images/filebg/zip.png);

}

.csv_diy_bg {

	background-image:url(../images/filebg/csv.png);

}

.xls_diy_bg {

	background-image:url(../images/filebg/xls.png);

}

.mp3_diy_bg {

	background-image:url(../images/filebg/mp3.png);

}

.pdf_diy_bg {

	background-image:url(../images/filebg/pdf.png);

}

.rar_diy_bg {

	background-image:url(../images/filebg/rar.png);

}

</pre></body></html>