<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
html, body { margin: 0 auto; padding: 0; font-family: "微软雅黑","宋体", sans-serif; font-size: 16px; color: #302e31; background: #fff; width: 100%; -webkit-text-size-adjust: 100%;  -ms-text-size-adjust: 100%; -webkit-text-size-adjust: none; }
img, a img { border: 0; max-width: 100%; height: auto; }
a { font-family: "微软雅黑","宋体", sans-serif; color: #302e31; }
a:hover { color: #d30312; }
select { padding: 2px; font-size: 16px; }
label { display: inline-block; }
p { line-height: 30px; }

.c { text-align: center; }
.b { font-weight: bold; }
.hei { color: #000; }
.hui1 { color: #999; }
.hui2 { color: #dfdfdf; }
.red { color: #d30312; }
.zis1 { color: #CC00FF; }
.blue { color: #0371F7; }
.green { color: #00CC00; }
.fs18 { font-size: 18px; }
.fs21 { font-size: 21px; }
.fs24 { font-size: 24px; }
.fs30 { font-size: 30px; }
.fs42 { font-size: 42px; }
.fs60 { font-size: 60px; }

.ip_clear { clear: both; }
.ip_disnone { display: none; }
.ip_mt20 { margin-top: 20px; }
.ip_mt50 { margin-top: 50px; }
.ip_mb20 { margin-bottom: 20px; }
.ip_ml20 { margin-left: 20px; }
.ip_mr20 { margin-right: 20px; }
.ip_pt20 { padding-top: 20px; }
.ip_pb20 { padding-bottom: 20px; }

.ip_btn1 { display: inline-block; margin: 2px; padding: 0 20px; height: 40px; line-height: 40px; background: #0371F7; color: #fff; font-size: 18px; cursor: pointer; border: 0; border-radius: 5px; }
.ip_btn1:hover { background: #d30312; }

.ip_header, main, .ip_links { display: block; margin: 0 auto; width: 98%; max-width: 900px; }

/* 头部 */
header { padding: 10px 0; background: #CBEFFF; }

/* 底部 */
footer { position: relative; margin-top: 20px; padding: 10px 0; line-height: 25px; color: #777; border-top: solid 1px #CBEFFF; text-align: center; }

/* 友情链接 */
.ip_links { background: #fff; border: solid 1px #dfdfdf; }
.ip_links .ip_lt { padding: 0 0 0 15px; line-height: 30px; background: #EFEFEF; border-bottom: solid 1px #dfdfdf; }
.ip_links .ip_la { padding: 15px 20px; line-height: 25px; }
.ip_links .ip_la a { display: inline-block; margin-right: 10px; font-size: 12px; }

/* 主体 */
.ip_frm { margin: 0 auto; width: 98%; }
.ip_frm .span1 { display: inline-block; width: 20%; }
.ip_frm .span2 { display: inline-block; width: 75%; }
.ip_frm input[type="number"], .ip_frm input[type="text"] { padding: 0 0 0 10px; width: 60px; height: 30px; line-height: 30px; font-size: 16px; }
.ip_frm input.text2 { width: 100px; }

table { width: 100%; border: 0; border-spacing: 0; border-collapse: collapse; text-align: center; }
table td { padding: 3px 5px; line-height: 20px; }

#ip_return { line-height: 40px; }
@media screen and (max-width:640px) {
html, body { font-size: 12px; }

.ip_frm .span1 { display: inline-block; width: 100%; }
.ip_frm .span2 { display: inline-block; width: 100%; }
}</pre></body></html>