<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** 
 * æ    è¿°ï¼šå®šä¹‰å…¬å…±ç±»ååŠjqueryæ’ä»¶æ&nbsp;·å¼
 * ä½œç”¨èŒƒå›´: å…¬å…±ï¼Œç‹¬ç«‹æ&nbsp;·å¼
 
a {color:#252525; text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#ba2636;text-decoration:underline;}
a:active {color:#ba2636;}*/
.cgreen, .cgreen:visited, .cgreen a,.green { color: #008000; }
.cblue,.cblue:visited,.cblue a{color:#1e50a2;}
.cred, .cred:visited, .cred a,.red { color: red; }
.cdred,.cdred:visited,.cdred a{color:#ba2636;}
.cdred a:hover,a.cdred:hover{color:#ba2636;}
.cwhite, a.cwhite:link, a.cwhite:visited, a.cwhite:active, .cwhite a{color:#ffffff;}

.fixed { position:fixed;}

/* å®žå¿ƒå°ä¸‰è§’ */
.arrow {
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	vertical-align: middle;
	border: 4px dashed transparent;
}
.arrow-down {
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 0;
}
.arrow-up {
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 0;
}
.arrow-left {
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: 0;
}
.arrow-right {
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 0;
}

/* æé†’æ¡† */
.alert {
	color: #c09853;
	font-weight: bold;
	border: 1px solid #fbeed5;
	background-color: #fcf8e3;
}
.alert .close {
    float: right;
    top: -2px;
    right: -21px;
    font: bold 20px/20px arial; 
	color: #c09853;
    opacity: 0.4;
}
.alert .close:hover {
	opacity: 0.6;
}
button.close {
    padding: 0;
    cursor: pointer;
    border: 0 none;
	background: none;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.alert-info {
	background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert-error {
	color: white;
	border-color: #eed3d7;
	background-color: #ff6666;
}
.alert-success {
    color: #468847;
    background-color: #ccff99;
    border-color: #eed3d7;
}
#top-alert {
    display: block;
    bottom: 30%;
    left: 20%;
    right: 20px;
	width:60%;
    z-index: 3000;
	margin-top: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
    overflow: hidden;
    font-size: 16px;
	-webkit-border-radius: 15px; 
    -moz-border-radius: 15px;
}
/*#top-alert .close{
    right:35px;
    position: fixed;
    top:75px;
}*/
.alert-content{
	margin-left: 14px;
    max-width:600px;
    word-wrap: break-word;
    word-break: break-word;
}

/* = thinkboxå¼¹å‡ºå±‚æ’ä»¶æ&nbsp;·å¼
------------------------------------------ */
.thinkbox-content{
    padding: 15px;
    min-width: 100px;
}
.thinkbox-default .thinkbox-tools {
    border:none!important; 
    background-color: #fff!important;
}
.thinkbox-default .thinkbox-top-left {
    border-radius: 0!important;
}
.thinkbox-default .thinkbox-top-right {
    border-radius: 0!important;
}
.thinkbox-default .thinkbox-bottom-left {
    border-radius: 0!important;
}
.thinkbox-default .thinkbox-bottom-right {
    border-radius: 0!important;
}
.thinkbox-default .thinkbox-window-actions button {
    margin-right: 6px!important;
    /* background-image:none!important; */
    /* background-color:#dd0000!important; */
}

/* = uploadifyä¸Šä¼&nbsp;æ’ä»¶æ&nbsp;·å¼
------------------------------------------ */
.uploadify-button {
	position: relative;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #27ae60;
}
.uploadify-queue-item {
	position: absolute;
	margin-top: 4px;
	padding: 15px;
	width: 470px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.uploadify-queue-item .cancel {
	float: right;
}
.uploadify-queue-item .cancel a,
.uploadify-queue-item .cancel a:hover {
	font-family: consolas;
	color: #404040;
	text-decoration: none;
	border-bottom: 0 none;
}
.uploadify-queue-item .filename {
	color: #2d7200;
}
.uploadify-error {
	background-color: #fde5dd !important;
}
.uploadify-queue-item.completed {
	background-color: #e5e5e5;
}
.uploadify-progress {
	background-color: #e5e5e5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099ff;
	height: 3px;
	width: 1px;
}
.upload-img-box {
	margin-top: 4px;
}
.upload-img-box .upload-pre-item {
	padding: 1px;
	width: 120px;
	max-height: 120px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ccc;
	transition: all .3s linear;
}
.upload-img-box .upload-pre-item img {
	vertical-align: top;
}
.upload-img-box .upload-pre-file {
	padding: 0 10px;
	width: 380px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px dashed #ccc;
	background-color: #fff;
}
/* ä¸Šä¼&nbsp;å›¾ç‰‡ç‚¹å‡»å¼¹å‡ºå±‚ */
.upload-img-popup {
	position: fixed;
	z-index: 9999;
	padding: 3px;
	border: 1px solid #c3c3c3;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,.5);
}
.upload-img-popup .close-pop {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 17px;
	height: 17px;
	background:  no-repeat -25px 0;
}
.upload-img-popup .close-pop:hover {
	text-decoration: none;
	border-bottom: 0 none;
}
.upload-img-popup img {
	display: block;
}
.upload_icon_all {
	width: 15px;
	height: 15px;
	background: ;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}
/* = åˆ†é¡µ
------------------------------------------ */
.page { padding:30px 0; line-height:30px; text-align:center; }
.page a,.page span { display:inline-block; margin:0 2px; padding:0 10px; border:1px solid #d9d9d9;background:#fff;color:#000; vertical-align:top; }
.page a:hover,.page .current { border-color:#00a2e9; background:#00a2e9; color:#fff; }



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