<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
	height: 100%;
	font-family: microsoft yahei;
}
.guestBtn{
	width: 120px;
	height:26px;
	line-height: 26px;
	background-color: #026fce;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	border:2px solid #026fce;
	font-size: 14px;
	font-weight: bold;
	display: block;
	position: absolute;
	right: 0;
	bottom:2px;
	text-decoration: none;
}
.guestBtn:hover{
	background-color: #fff;
	color: #026fce;
}
.guest{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999998;
	display: none;
	background-color: #000;
	opacity: 0.3;
	filter:alpha(opacity=30);
}
.guestMain{
    display: none;
	position: fixed;
	z-index: 999999;
	width: 800px;
	height: 500px;
	left:50%;
	top: 50%;
	box-shadow: 0 4px 8px rgba(204,204,204,0.3);

	margin-left:-400px!important;
	margin-top:-250px!important;
	margin-top:0px;
	position:fixed!important;/
	_top:       expression(eval(document.compatMode &amp;&amp;
	            document.compatMode=='CSS1Compat') ?
	            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :
	            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
.guestTitle{
	height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	background:url("/images/guestTitle.png") no-repeat;
	position: relative;
}
.guestTitle a{
	position: absolute;
	width: 28px;
	height: 28px;
	top: -30px;
	right: -30px;
	background:url("/images/closesever.png") no-repeat;
}
.guestForm{
	height: 450px;
	background-color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px 20px;
	overflow: hidden;
}
.item{
	width: 345px;
	float: left;
	padding: 0 10px 0 20px;
	position: relative;
}
.item label{
	display: block;
	font-size: 16px;
	margin:10px 0 10px;
	text-indent: 13px;
	height:21px;
}
.inputBox{
	overflow: hidden;
}
.inputBox input{
	width: 298px;
	height: 20px;
	float: left;
	border:1px solid #ddd;
	border-radius: 2px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-family: microsoft yahei;
}
.item b{
	font-family: tahoma;
	font-size: 14px;
	color: #ff9900;
	float: left;
	display: block;
	line-height: 36px;
	padding-left: 12px;
	position: absolute;
	right: 10px;
	bottom:0;
}
.codes{
	width: 298px;
	height: 22px;
	float: left;
	border:1px solid #ddd;
	border-radius: 2px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	font-family: microsoft yahei;
}
.codes img{
	vertical-align: top;
}
.codes input{
	border:none;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	font-family: microsoft yahei;
	color: #999999;
	vertical-align: top;
	display: inline;
}
.item textarea{
	width: 673px;
	height: 100px;
	border:1px solid #ddd;
	border-radius: 2px;
	padding:8px 12px;
	line-height: 24px;
	font-size: 14px;
	font-family: microsoft yahei;
}
.guestFormBtn{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 15px;
}
.guestFormBtn button{
	padding: 0 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-family: microsoft yahei;
	border:none;
	border-radius: 20px;
	cursor: pointer;
	background-color: #026fce;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#076ac1), to(#076ac1));
	background-image: -webkit-linear-gradient(90deg, #026fce, #076ac1);
	background-image: -moz-linear-gradient(90deg, #026fce, #076ac1);
	background-image: -ms-linear-gradient(90deg, #026fce, #076ac1);
	background-image: -o-linear-gradient(90deg, #026fce, #076ac1);
	background-image: linear-gradient(90deg, #026fce, #076ac1);
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#026fce', endColorStr='#076ac1');
}
.prompt{
	position:absolute;
	top: 0;
	right: 0;
}
.hide{
	display: none;
}
.inputBox input.v_error{border-color:#ff9900;}
.prompt.error{
	color: #ff9900;
	top: 25px;
	right: 30px;
	line-height: 14px;
	text-indent: 20px;
	background:url("/images/error.png") no-repeat 0 0;
}


/* 2019.1.28 */
.ServerTop{
	text-align: center;
	border-top: 1px dashed #ddd;
	padding:14px 0;
}
.ServerTop a.guestBtn1{
	width: 188px;
	height: 40px;
	border: 1px solid #026fce;
	border-radius: 2px;
	cursor: pointer;
	margin: 0 10px;
	background: #026fce;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
}
.ServerTop a.guestBtn1:hover,.btn button:hover{
	border: 1px solid #026fce;
	background: #fff;
	color: #026fce;
}</pre></body></html>