<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*****************************************************
* beam
*****************************************************
*/
.qq-upload-button, .qq-upload-list {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.qq-upload-button {
	width: 80px;
	height: 21px;
	float: left;
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
		 -moz-border-radius: 4px;
					border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
					box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.qq-upload-button &gt; div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qq-upload-button:hover,
.qq-upload-button:active,
.qq-upload-button.active,
.qq-upload-button.disabled,
.qq-upload-button[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.qq-upload-button:active,
.qq-upload-button.active {
	background-color: #cccccc \9;
}

.qq-upload-button:first-child {
	*margin-left: 0;
}

.qq-upload-button:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
		 -moz-transition: background-position 0.1s linear;
			 -o-transition: background-position 0.1s linear;
					transition: background-position 0.1s linear;
}

.qq-upload-button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.qq-upload-button.active,
.qq-upload-button:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
					box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.qq-upload-button.disabled,
.qq-upload-button[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
					box-shadow: none;
}


.btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
	margin-top: 4px;
}

.btn-small,
.qq-upload-button,
.qq-upload-list li {
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}

.btn-mini {
	padding: 0 6px;
	font-size: 10.5px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}



.qq-upload-list li {
	background-image: none !important;
	height: 16px;
	line-height: 16px;
	padding: 5px 8px !important;
	background: transparent;
	position: relative;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	color: white;
	margin: 0 0 0 20px !important;
	-webkit-transition: background .2s ease-in-out;
	   -moz-transition: background .2s ease-in-out;
	        transition: background .2s ease-in-out;
	    
}

.qq-upload-list li.qq-upload-success,
.qq-upload-list li.qq-upload-fail {
	margin: 0 !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.qq-upload-list li.qq-upload-success {
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.qq-upload-list li.qq-upload-fail {
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


.qq-upload-list {
	margin: 0 0 0 10px !important;
	padding: 0;
	list-style: none;
	width: 188px;
	height: 26px;
	/*overflow: hidden;*/
	float: left;
}

.qq-upload-progress {
	margin-left: 20px;
}

.qq-progress-bar {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	    
}

.qq-upload-list span {
	vertical-align: top;
}

.qq-upload-file {
	width: 90px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	height: 16px;
	white-space: nowrap;
}

.beam-upload-container {
	overflow: hidden;
}

.beam-mini .qq-upload-list {
	width: auto;

}

.beam-mini .qq-upload-file,
.beam-mini .qq-upload-success .qq-upload-file,
.qq-upload-size,
.qq-upload-file,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-progress .qq-upload-status-text {
	display: none !important;
	color: transparent; 
	text-shadow: none;

}

.qq-upload-success .qq-upload-file,
.qq-upload-progress .qq-upload-size,
.qq-upload-success .qq-upload-size,
.qq-upload-success .qq-upload-file a {
	display: inline-block !important; 
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.qq-upload-progress .qq-upload-size {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

.qq-upload-success .qq-upload-size {
	min-width: 20%;
}

.qq-upload-success .qq-upload-file {
	max-width: 60%;
}

.qq-upload-status-text,
.qq-upload-size, 
.qq-upload-cancel, 
.qq-upload-retry {
	margin-right: 12px;
}

.beam-mini .qq-upload-size, 
.beam-mini .qq-upload-cancel, 
.beam-mini .qq-upload-retry {
	margin-left: 12px;

}

.qq-upload-list li.qq-upload-progress span {
	line-height: 26px !important;
	color: #000; /* ORIG: rgba(0, 0, 0, 0.4) !important */
	text-shadow: none !important;

}

.qq-upload-list li.qq-upload-progress .qq-upload-size {
	position: absolute;
	width: 10%; /* ORIG: 100% */
	text-align: center;
	top: 0;
	left: 0;
	margin: 0;
}

.qq-upload-spinner {
	opacity: 0.5;
	position: absolute;
	left: -20px;
	top: 5px;
}
/*.qq-upload-list li.qq-upload-success, 
.qq-upload-list li.qq-upload-success .qq-upload-size {
	color: white !important;
	position: static !important;
	line-height: inherit !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}*/

.qq-upload-progress .qq-upload-size { 
	display: block;

}

.qq-progress-bar {
	/*margin-bottom: 20px;*/
	border-radius: 20px;
	border: 1px solid #E4E4E4;
	float: left;
	width: 0;
	height: 20px;
	line-height: 26px;
	margin-top: -2px;
	margin-left: -5px;
	font-size: 12px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #eee;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
	background-image: -o-linear-gradient(top, #149bdf, #0480be);
	background-image: linear-gradient(to bottom, #149bdf, #0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);

/*	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
		 -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
					box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);*/

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;

	-webkit-transition: width 0.2s ease-in-out;
	   -moz-transition: width 0.2s ease-in-out;
		 -o-transition: width 0.2s ease-in-out;
			transition: width 0.2s ease-in-out;

	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.3)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.3)), color-stop(0.75, rgba(255, 255, 255, 0.3)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
	   background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
		 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
			background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);

	-webkit-background-size: 40px 40px;
	   -moz-background-size: 40px 40px;
		 -o-background-size: 40px 40px;
			background-size: 40px 40px;

	-webkit-animation: progress-bar-stripes .5s linear infinite;
	   -moz-animation: progress-bar-stripes .5s linear infinite;
		-ms-animation: progress-bar-stripes .5s linear infinite;
		 -o-animation: progress-bar-stripes .5s linear infinite;
			animation: progress-bar-stripes .5s linear infinite;
}


@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*
*****************************************************
* beam
*****************************************************
*/</pre></body></html>