<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*container*/
#ym-window {
	-moz-border-radius:5px;      /* Gecko browsers */
    -webkit-border-radius:5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	/*background: #F4F4F4;*/
	background: #fff;
	border:#ccc solid 2px;
	overflow: hidden;
	font-size: 12px;
	font-family: "Microsoft Yahei", 'å®‹ä½“';
 filter:progid:DXImageTransform.Microsoft.Shadow(Color=#ff666666, Strength=5, Direction=135);
}
.ym-tl {
}
.ym-tr {
	background: #DCE4F8 url(images/title_bg_right.gif) no-repeat right 0;
}
.ym-tc {
	background: #71B8CE;
	overflow: hidden;
	height: 40px;
}
.ym-ttc {
	height: 3px
}
.ym-header-text {
	height: 25px;
	line-height: 25px;
	background: url(../../../../../images/1.2/bg.jpg) no-repeat scroll;
	background-position: -450px -102px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin: 8px 0px 0px 10px;
	padding-left: 10px;
	float: left
}
.ym-header-tools {
	float: right;
	margin-top: 3px
}
/*body*/
.ym-ml {
	padding-left: 3px;
}
.ym-mr {
	padding-right: 3px;
}
.ym-mc {
	padding: 0
}
.ym-body {
	overflow: hidden;
	padding: 0;
	font-size: 12px;
	-webkit-overflow-scrolling:touch;overflow:auto;
}
/*button*/
.ym-btn {
	text-align: center;
}
/*footer*/
.ym-bl {
}
.ym-br {
}
.ym-bc {
}
.ymPrompt_alert {
	padding-left: 85px;
	background: url(images/info.gif) no-repeat 20px 50%;
    display: table-cell;
    vertical-align: middle;	
}
.ymPrompt_succeed {
	padding-left: 85px;
	background: url(images/right.gif) no-repeat 20px 50%;
    display: table-cell;
    vertical-align: middle;	
}
.ymPrompt_error {
	padding-left: 85px;
	background: url(images/err.gif) no-repeat 20px 50%;
    display: table-cell;
    vertical-align: middle;	
}
.ymPrompt_confirm {
	padding-left: 85px;
	background: url(images/ask.gif) no-repeat 20px 50%;
    display: table-cell;
    vertical-align: middle;	
}
.ymPrompt_close {
	cursor: pointer;
	background: url(images/close.png) no-repeat 0 0;
	width: 31px;
	height: 30px;
	margin: 2px 4px;
}
.ymPrompt_alert .ym-content, .ymPrompt_succeed .ym-content, .ymPrompt_error .ym-content, .ymPrompt_confirm .ym-content {
	padding: 10px 10px 10px 0;
}
/*å–æ¶ˆç¡®è®¤æŒ‰é’®æ&nbsp;·å¼*/
input.btnStyle {
	font-size: 13px;
    display: inline-block;
    padding: 0 30px;
    border-radius: 5px;
    line-height: 25px;
    color: #666;
	margin: 10px;
    border: #ddd solid 1px;
    background: -moz-linear-gradient(top,#fefefe,#e2e2e2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #e2e2e2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType='0');
}
input.btnStyle:hover{
	background:-moz-linear-gradient(top,#e2e2e2,#fefefe); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e2e2e2), color-stop(1, #fefefe)); /* Saf4+, Chrome */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType='0'); /* IE*/
}

/*æ˜¯å¦å®Œæˆæ”¯ä»˜å¼¹çª—*/
.myContent{}
.myContent p{
	margin-top:20px;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
	padding-left:50px;}
.myContent h3{
	margin:15px 0;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	vertical-align:middle;
	padding-left:50px;}
.myContent h3 span{
	font-size:14px;
	font-weight:normal;
	color:#666;}
.myContent h3 span.success{
	display:inline-block;
	float:left;
	width:20px;
	height:22px;
	margin-right:3px;
	background: url("./images/rwBtn.jpg") left top no-repeat;}
.myContent h3 span.failure{
	display:inline-block;
	float:left;
	width:20px;
	height:22px;
	margin-right:3px;
	background: url("./images/rwBtn.jpg") -22px top no-repeat;}
.myContent h3 a{
	color:#09F;
	text-decoration:underline;}
.myContent h3 a:hover{
	color:#f00;}
.myContent h3 a:active{
	color:#C00;}
.myContent .cltInfor{
	line-height:22px;
	vertical-align:middle;
	text-align:center;
	cursor: pointer;
	font-size:14px;
	background:#fff;
	color:#666;
	padding:3px 10px;
	border-radius:15px;
	border:#dadada solid 1px;
	background-image: -moz-linear-gradient(top,#fff,#f2f2f2); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f2f2f2)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f2f2f2', GradientType='0'); /* IE*/}
.myContent .cltInfor:hover{
	background-image: -moz-linear-gradient(top,#f2f2f2,#fff); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2), color-stop(1, #fff)); /* Saf4+, Chrome */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#fff', GradientType='0'); /* IE*/}
.myContent .cltInfor:active{
	margin:1px 0 0 1px;}
.myContent .cltInfor input{
	background:none;
	border:none;
	color:#666;
	line-height:22px;
	vertical-align:middle;
	padding:0;
	height:auto;}</pre></body></html>