<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*common.css 2015.07.09 12:00*/

/***reset***/

html,body,div,p,dl,dt,dd,ul,li,form,input,button,textarea,h1,h2,h3,h4,h5,h6{

	margin:0;padding:0;border:0;

}

body{

    overflow-x:hidden;

    font-family:'Microsoft Yahei',arial,sans-serif;font-size:16px;

}

img{

	display:block;

	border:none;

}

ul,li,dl,dt,dd{

	list-style:none;

}

a{

	text-decoration:none;outline:none;

}

/***base module***/

.clear{

	display:block;float:none;

	width:0;height:0;border:0;

	background:none;font-size:0;

	clear:both;visibility:hidden;overflow:hidden;

}

.clear-fix:after{

	display:block;

	height:0;

	font-size:0;

	clear:both;visibility:hidden;content:".";

}

.fl{

	float:left;

}

.fr{

	float:right;

}
#winpop { width:300px; height:250px; position:fixed; right:0; bottom:0; border:1px solid #666; margin:0; padding:1px; overflow:hidden;}
#winpop .title { width:100%; height:22px; line-height:20px; background:#FFCC00; font-weight:bold; text-align:center; font-size:12px;}
#winpop .con { width:100%; height:200px; line-height:80px; font-weight:bold; font-size:12px; color:#FF0000; text-decoration:underline; text-align:center}
#silu { font-size:12px; color:#666; position:absolute; right:0; text-align:right; text-decoration:underline; line-height:22px;}
.close { position:absolute; right:4px; top:-1px; color:#FFF; cursor:pointer}

.q2{background:url(../images/q2.png) repeat-y;width:130px}
.q2q{width:100px;margin:0px 10px;text-align:center;line-height:35px;border-bottom:1px solid #939393;padding-top:10px}
</pre></body></html>