<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: 740px;
    min-width: 580px;
    margin: 0 auto 30px;
    _width: 690px;
}
.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{
	width: 500px;
	margin:0 auto 20px;
}
.mod-panel .bd p{
	line-height: 30px;
}
.mod-panel select{
    height: 28px;
    margin:0 3px;
    border: 1px solid #ebebeb;
    line-height: 28px;
    outline: none;
}
.mod-panel .input-text{
    width: 64px;
    height: 20px;
    margin:0 3px;
    border: 1px solid #ebebeb;
    padding: 4px 8px;
    line-height: 20px;
    outline: none;
}
.mod-panel .input-button {
    height: 30px;
    width: 80px;
    margin: 15px 0;
    background: #4bae4f;
    border: medium none;
    line-height: 30px;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.mod-panel .bd tr{
    line-height: 36px;
}

.mod-panel .ft{
    padding-top: 20px;
    border-top:1px dotted #e0e0e0;
}
.mod-panel .about{
	padding: 0 20px;
    margin-bottom: 20px;
}
.mod-panel .about p{
    margin-bottom: 5px;
    line-height: 24px;
    text-indent: 2em;
}
.mod-panel .about h3{
    line-height: 30px;
    font-size: 16px;
}
.mod-panel .ft table {
    width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cee1ee;
    border-left: 0;
}
.mod-panel .ft caption{
    padding-top: 15px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
}
.mod-panel .ft thead {
    border-bottom: 1px solid #cee1ee;
    background-color: #e3eef8;
}
.mod-panel .ft tr {
    line-height: 24px;
    font-size: 13px;
}
.mod-panel .ft tr th, .mod-panel .ft tr td {
    border-left: 1px solid #cee1ee;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 10px;
    font-weight: normal;
}
.mod-panel .ft tr th {
    color: #555;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}
.mod-panel .ft tr:nth-child(2n) {
    background-color: #f0f5f8;
}</pre></body></html>