<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mod-panel {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 30px;
    _width: 650px;
}
.mod-panel .hd{
	padding-top: 25px;
	margin-bottom: 30px;
	line-height: 30px;
	text-align: center;
}
.mod-panel .hd h1{
	font-size: 24px;
	color:#212121;
}
.mod-panel .bd{
	overflow: hidden;
	margin: 0 auto;
}
.mod-panel .inner{
	*zoom:1;
	position: relative;
	margin: 0 auto;
}
.mod-panel .inner .way{
	width: 400px;
	margin: 0 auto;
}
.mod-panel .inner p{
	height: 42px;
	border: 1px solid #B8DCF5;
	border-bottom: none;
	background: #FCFEFF;
	line-height: 42px;
}
.mod-panel .inner p span{
	_position: relative;
	_top: 5px;
}
.mod-panel .inner label{
	float: left;
	width: 90px;
	border-right: solid 1px #B8DCF5;
	background: #EDF7FF;
	text-indent: 10px;
	color: #348BCF;
}
.mod-panel .inner select,
.mod-panel .inner input{
	position: relative;	
	*left:2px;
	_top:8px;
	_left:-4px;
	margin-left: 10px;
	outline: none;
}
.mod-panel .inner select{
	padding: 2px 5px;
	border: 1px solid #ebebeb;
}
.mod-panel .inner input{
	width: 160px;
	padding: 3px 6px;
	margin-right: 8px;
	border: 1px solid #ebebeb;
	line-height: 16px;
}
.mod-panel .inner .text{
	border-bottom: solid 1px #B8DCF5;
	text-align: center;
}
.mod-panel .inner .tip{
	padding-left: 10px;
	border:none;
	font-size: 12px;
	line-height: 30px;
}
.mod-panel .inner .submit{
	border: none;
	text-align: center;
}
.mod-panel .inner .submit input{
	background: #4bae4f; 
	width: 100px;
	padding: 0;
	margin-top: 15px;
	border: none;
	outline: none;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.mod-panel .inner .subnav{
	margin-bottom: 15px;
	text-align: center;
	line-height: 20px;
}
.mod-panel .inner .subnav a.way1{
	padding-right: 60px;
}
.mod-panel .inner .subnav a:hover,
.mod-panel .inner .subnav a.active{
	text-decoration: none;
	color: #ff8b00;
	font-weight: bold;
	padding-left: 12px;
	border-left: solid 4px #ff8b00;
}
.mod-panel .inner .way-two{
	display: none;
}
.mod-panel .info{
	margin: 40px auto 20px;
	padding-top: 10px;
	border-top: dashed 1px #ccc;
}
.mod-panel .info h2{
	color: #338BCF;
	font-size: 16px;
}
.mod-panel .info h3{
	line-height: 30px;
}
.mod-panel .info p{
	line-height: 24px;
}</pre></body></html>