<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cylater-box a {
	text-decoration: none;
	color: #000;
}
.cylater-box {
	position: fixed;
	left: 0px;
	right: 0px;
	background: #fff;
	width: 300px;
	min-width: 300px;
	box-shadow: 0px 0px 10px #666;
	z-index: 9999;
}
.cylater-box .cylater-content {
	padding: 10px;
	min-height: 60px;
	margin-top: 25px;
}
/* .cylater-box .cylater-content input {
	width: 100%;
	border: #ccc 1px solid;
	height: 30px;
	line-height: 30px;
} */
.cylater-box .cylater-msg {
	font-size:14px;
	line-height:1.5;
	padding: 10px;
	margin-top: 25px;
	*padding-top:35px;
	min-height: 30px;
}

.cylater-box .cylater-page{
			padding: 10px;
}
		
.cylater-box .cylater-title{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 5px 15px 0px 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	
}

		
.cylater-box .cylater-load{
	background:  center no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
 	vertical-align: middle;
 	padding-right: 10px;
}

/* å…³é—­æŒ‰é’® */

.cylater-box .cylater-close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: block;
	font-size: 14px;
  	font-weight: bold;
}
.cylater-box .cylater-close:hover {
	background: #f2f2f2;
}
/*ç¡®å®šæŒ‰é’®*/

.cylater-box .cylater-btns {
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-top: #f2f2f2 1px solid;
	padding: 0px;
}
.cylater-box .cylater-btns input {
	float:left;
}
.cylater-box .cylater-btns input:hover {
	background: #f2f2f2;
}
.cylater-box .cylater-ok,
.cylater-cancel {
	width: 50%;
}
.cylater-mask {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 1000px;
	background: #000;
	opacity: 0.3;
	filter:alpha(opacity=50);  
	width: 100%;
	z-index: 9998;
}

.cylater-box .c-close{
	font-size: 14px;
  	font-weight: bold;
 }
.cylater-box .c-msg{
	font-size: 14px;
	height: 75px;
	padding: 20px 10px 10px 20px;
	line-height: 30px;
}
.cylater-box .click-a{
	color: red;
}
.cylater-box .click-a:hover{
	color: red;
	text-decoration: underline;
}

.cylater-box .click-b{
	color: red;
}

.cylater-box .cylater-btns .c-ok,
.cylater-box .cylater-btns .c-cencel{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 14px;
}
.cylater-box .cylater-btns .c-ok{
	background: #29568f;
    color: #fff;
}
.cylater-box .cylater-btns .c-ok:hover{
	cursor: pointer;
	background: #234c80;
}
.cylater-box .cylater-btns .c-cencel{
	background: #f1f1f1;
}
.cylater-box .cylater-btns .c-cencel:hover{
	cursor: pointer;
	background: #ededed;
}
.cylater-box .c-page{
	padding: 10px 25px 20px;
	line-height:24px;
}
.cylater-box .cylater-top{
	border-bottom:1px solid #ddd;
	height: 35px;
	line-height: 35px;
}
.cylater-box .cylater-top .c-close{
	height: 35px;
	line-height: 35px;
}</pre></body></html>