<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "å¾®è½¯é›…é»‘";
}

body {
	background: #fff;
	margin:0px;padding:0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}
img{max-width:600px;}
.topic_brief_all img{max-width:520px;}
.red-font{
	color:red;
	font-size: 16px;}
.header {
	height: 60px;
	background: #f3f3f3;
}

.header_main {
	height: 60px;
	width: 960px;
	margin: 0px auto;
}

.topic_logo {
	float: left;
	height: 44px;
	margin-top: 8px;
	width: 160px;
}

.title_logo {
	border-left: 1px solid #c9c9c9;
	color: #222;
	display: inline-block;
	float: left;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	margin-left: 24px;
	margin-right: 40px;
	margin-top: 18px;
	text-align: right;
	width: 54px;
}

.seach_main {
	display: inline-block;
	height: 30px;
	width: 280px;
	margin-top: 14px;
	float: left;
	border: 1px solid #e3e3e3;
	background: #fff;
}

.seach_input {
	display: block;
	height: 30px;
	width: 256px;
	border: none;
	float: left;
	text-indent: 16px;
}

.submitSeach {
	width: 15px;
	height: 15px;
	display: inline-block;
	float: left;
	margin-top: 8px;
	cursor: pointer;
}

.head_quest {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 900;
}
.head_quest a{color:#222;}

.head_quest li {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
}

.head_quest a.active {
	color: #ff3b2f;
}

.login_regist {
	width: 82px;
	height: 14px;
	float: right;
	margin-top: 23px;
	font-size: 14px;
}

.login {
	margin-right: 8px;
	margin-left: 2px;
	cursor: pointer;
}

.register {
	margin-right: 2px;
	margin-left: 8px;
	cursor: pointer;
}

.logining {
	height: 38px;
	line-height: 38px;
	float: right;
	margin-top: 12px;
}

.logining img {
	display: inline-block;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	margin-right: 8px;
	float: right;
}

.logining span {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	float: right;
	cursor: pointer;
	position: relative;
}

.logining .login_down_icon {
	width: 14px;
	height: 7px;
	position: absolute;
	top: 34px;
	left: 50%;
	margin-left: -7px;
	display: none;
}

.logining .logining_down {
	width: 112px;
	background: #ff3b2f;
	position: absolute;
	top: 39px;
	left: 50%;
	margin-left: -56px;
	border-radius: 6px;
	padding: 4px 0px 2px;
	display: none;
}

.logining_down li {
	height: 40px;
	border-top: 1px solid #fd6b62;
	border-bottom: 1px solid #e92f24;
	padding-left: 18px;
	display: block;
}

.logining_down li:first-child {
	border-top: none;
}

.logining_down li:last-child {
	border-bottom: none;
}

.logining_down li:hover {
	background: #ff5f55;
	font-weight: bold;
}

.logining_down li a {
	color: #fff;
}

.logining_down li .user_center {
	background: url(../images/user_center.png) 0px center no-repeat;
	padding-left: 25px;
}

.logining_down li .user_notice {
	background: url(../images/user_notice.png) 0px center no-repeat;
	padding-left: 25px;
}

.logining_down li .user_noticed {
	background: url(../images/user_noticed.png) 0px center no-repeat;
	padding-left: 25px;
}

.logining_down li .user_setting {
	background: url(../images/user_setting.png) 0px center no-repeat;
	padding-left: 25px;
}

.logining_down li .user_logout {
	background: url(../images/user_logout.png) 0px center no-repeat;
	padding-left: 25px;
}

.main_content {
	width: 960px;
	margin: 30px auto 0px;
	padding: 3px 0px;
}

.main_bottom {
	border-top: 1px solid #ccc;
	height: 61px;
	width: 960px;
	margin: 10px auto 0px;
}

.main_bottom h2 {
	margin-top: 9px;
	text-align: center;
	color: #cccccc;
	font-weight: normal;
}

.login_register_dialog {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 580;
	background: #999;
	top: 0px;
	left: 0px;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	display: none;
}

.login_register {
	width: 444px;
	background: #f5f5f5;
	position: fixed;
	z-index: 590;
	top: 184px;
	left: 50%;
	margin-left: -222px;
	border-radius: 6px;
	padding: 28px 0px;
	display: none;
}

.login_head {
	height: 38px;
	border-bottom: 1px solid #e2e2e2;
}

.login_head span {
	display: inline-block;
	padding: 0px 20px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-left: 60px;
	cursor: pointer;
}

.login_head #forgetpassword {
	display: none;
	display: inline-block;
}

#register {
	margin-left: 125px;
}

.now {
	border-bottom: 3px solid #ff3b2f;
}

#logout_login {
	height: 11px;
	width: 11px;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 16px;
	cursor: pointer;
}

.login_main {
	padding: 20px 63px 16px;

}

.login_main dt {
	height: 32px;
	line-height: 32px;
	color: #9f9f9f;
}

.login_register dd p{
	color:red;
	font-size:12px;
}

.login_main .require {
	display: inline-block;
	margin-bottom:4px;
	width: 315px;
	border: 1px solid #888;
	height: 35px;
	border-radius: 4px;
	text-indent: 4px;
}

.login_main .blur {
	border: 1px solid #ff3b2f;
	box-shadow: -1px;
}

.login_btn {
	margin-top:16px;
	width: 317px;
	background: #ff3b2f;
	height: 38px;
	display: inline-block;
	color: #fff;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
	cursor: pointer;
}

.forget {
	margin-top: 15px;
	float: right;
	color: #000;
	font-size: 12px;
	cursor: pointer;
}

.forget:hover {
	color: #ff3b2f;
}

.register_main {
	padding: 20px 65px 16px;
	display: none;
}

.register_main dt {
	height: 32px;
	line-height: 32px;
	color: #9f9f9f;
}

.register_main .require {
	display: inline-block;
	margin-bottom: 10px;
	width: 315px;
	border: 1px solid #888;
	height: 35px;
	border-radius: 4px;
	text-indent: 4px;
}

.register_main .blur {
	border: 1px solid #ff3b2f;
	box-shadow: -1px;
}

.register_main .show_code {
	display: inline-block;
	margin-bottom: 10px;
	width: 315px;
	border: 1px solid #888;
	height: 35px;
	border-radius: 4px;
	background: #fff;
	position: relative;
}

.register_main .code_name, .register_main .tcode_name{
	display: inline-block;
	border: none;
	height: 35px;
	border-radius: 4px;
	width: 200px;
	line-height: 35px;
	text-indent: 4px;
}

.register_main .getCode {
	display: inline-block;
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #ff3b2f;
	font-size: 12px;
	border-radius: 2px;
	margin-right: 4px;
	position: absolute;
	top: 4px;
	right: 2px;
	cursor:pointer;
}
.register_main .tcode_btn img{
	width: 100px;
	height:35px;
	position: absolute;
right: 0px;
}
.register_main .sending{
	background:#888;
	color:#fff;
}
.register_btn {
	margin-top: 22px;
	width: 317px;
	background: #ff3b2f;
	height: 38px;
	display: inline-block;
	color: #fff;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
}

.register_main .link {
	color: #9f9f9f;
	font-size: 12px;
	text-align: center;
	height: 26px;
	line-height: 26px;
}

.register_main .link span {
	color: #ff3b2f;
	font-size: 12px;
}

.register_main .down_load {
	margin-top: 16px;
}

.down_load_btn {
	display: block;
	height: 35px;
	border: 1px solid #ff3b2f;
	background: #fff9f8;
	line-height: 35px;
	text-align: center;
	color: #ff3b2f;
	cursor: pointer;
}

.update_main {
	padding: 20px 65px 16px;
	display: none;
}
.update_main .blur {
	border: 1px solid #ff3b2f;
	box-shadow: -1px;
}
.update_main dt {
	height: 32px;
	line-height: 32px;
	color: #9f9f9f;
}

.update_main .update_show_code {
	display: inline-block;
	margin-bottom: 10px;
	width: 315px;
	border: 1px solid #888;
	height: 35px;
	border-radius: 4px;
	background: #fff;
	position: relative;
}

.update_main .update_code_name,.update_main  .forget_code_name{
	display: inline-block;
	border: none;
	height: 35px;
	border-radius: 4px;
	width: 200px;
	line-height: 35px;
	text-indent: 4px;
}

.update_main  .update_getCode {
	display: inline-block;
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #ff3b2f;
	font-size: 12px;
	border-radius: 2px;
	margin-right: 4px;
	position: absolute;
	top: 4px;
	right: 2px;
	cursor:pointer;
}
.update_main .tcode_btn img{
	width: 100px;
	height:35px;
	position: absolute;
right: 0px;
}
.update_main .sending{
	background:#888;
	color:#fff;
}

.update_main .require {
	display: inline-block;
	margin-bottom: 10px;
	width: 315px;
	border: 1px solid #888;
	height: 35px;
	border-radius: 4px;
	text-indent: 4px;
}

.update_main .update_btn{
	margin-top: 22px;
	width: 317px;
	background: #ff3b2f;
	height: 38px;
	display: inline-block;
	color: #fff;
	line-height: 38px;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
	cursor:pointer;
}
/* ï¿½Ò²ï¿½ï¿½ï¿½Ê½ */
.main_right {
	width: 300px;
	float: right;
}

.center_self {
	font-size: 16px;
	color: #444
}

.center_info {
	margin-top: 6px;
	border-top: 1px solid #ddd;
}

.center_info a {
	padding: 12px 0px;
	display: block;
	height: 14px;
	color: #666;
	line-height: 14px;
	text-indent: 24px;
	cursor: pointer;
}

.center_info a:hover {
	color: #ff3b2f;
}

.center_info .care {
	background: url(../images/care.png) 0px center no-repeat;
}

.center_info a.ahover {
    color: #ff3b2f;
}
.center_info .question {
	background: url(../images/question.png) 0px center no-repeat;
}

.center_info .answer {
	background: url(../images/answer.png) 0px center no-repeat;
}

.center_info .collection {
	background: url(../images/collection.png) 0px center no-repeat;
}

.center_info .invite {
	background: url(../images/invite.png) 0px center no-repeat;
}

.base_hot_topic {
	margin-top: 10px;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #666;
}

.base_hot_topic h2 {
	font-size: 16px;
	float: left;
}

.change_hot {
	float: right;
	color: #aaaaaa;
	font-size: 13px;
	cursor: pointer;
}

.base_hot_topic_list {
	padding: 4px 0px 10px;
/*	border-bottom: 1px solid #ddd*/
}

.base_hot_topic_list li {
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}

.base_hot_topic_list li b {
	margin-right: 6px;
	color: #444444;
}

.base_hot_topic_list li a {
	color: #777777;
}

.base_hot_topic_list li a:hover {
	color: #ff3b2f;
}

.app_info {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	height: 268px;
	position: relative;
}

.topic_right_tag {
	left: 0;
	position: absolute;
	top: -2px;
	width:100px;
}

.puamap_app_title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 22px;
	text-align: center;
}

.puamap_app_desc {
	display: block;
	font-size: 14px;
	margin-top: 8px;
	text-align: center;
}

.app_img {
	display: block;
	height: 114px;
	margin: 12px auto 0;
	width: 114px;
}

.index_right_wechat_download {
	height: 45px;
	margin-top: 10px;
}

.puamap_logo {
	float: left;
	height: 45px;
	margin-left: 86px;
	width: 45px;
}

.puamap_detail {
	color: #666666;
	display: inline-block;
	float: left;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	margin-left: 8px;
}

.hiddens {
    display: none;
}

.nav_position{margin-bottom:10px;color:#888;}
.nav_position a{color:#888;}
.nav_position a:hover{color:#ff3b2f;}
.share_dialog{position: absolute;width:100px;z-index: 200;box-shadow: 1px 1px #f2f2f2;border: 1px solid #f4f4f4; top: 0px;left: 0px; display: none;background: #fff;border-radius: 6px;}
.share_dialog .share_ul li{height: 30px;line-height: 30px;color:#adadad;cursor: pointer;border-bottom: 1px solid #eee;padding: 0px 5px;}
.share_dialog .share_ul li:last-child{border-bottom:none;}
.share_dialog .share_ul li:hover{background:#dfdfdf;}
.share_dialog .share_ul  span{display:block;height: 30px;float: left;}
.share_dialog .share_ul img{width: 20px;height: 20px;margin-top: 5px;float: left;margin-right: 6px;}

.error{
	color:#ff3b2f;
	font-size:12px;
}
.pua{color:#ccc;}
.clearfix {
	zoom: 1
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* footer_app */
.bodyauto3,.footer_app{display:none;}
@media (min-width:768px){
	.bodyauto3{display:block;margin:0 auto;width:1150px;}
	/*.footer_app{display:block;z-index:101;position:fixed;left:0;bottom:0;width:100%;height:126px;background:rgba(0,0,0,0.85);}*/
	.footer_app{display:block;z-index:101;position:fixed;left:0;bottom:0;width:100%;height:126px;background:url("../../image/foot_wechat_bg.png") center 0 no-repeat;}
	.footer_app .close{position:absolute;right:40px;top:10px;width:21px;height:21px;background:url(../../image/close3.png) no-repeat center;background-size:16px auto;cursor:pointer;}
	.footer_app .footer_app_code{top:-43px;position:relative;float:left;margin-left:10px;width:100px;color:#fff;font-size:16px;text-align:center;}
	.footer_app .footer_app_code p{padding:5px;width:90px;height:90px;background:#fff;}
	.footer_app .footer_app_code img{width:100%;height:100%;}
	.footer_app .footer_app_code span{margin:5px 0px 0px 5px;letter-spacing:7px;font-size:16px;display: inline-block;}
	.footer_app .footer_app_code b{display:block;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,0.6);font-size:16px;}
	.footer_app .footer_app_code .span2{font-size:16px;letter-spacing:0;margin-left:0;}
	.footer_app .footer_app_code .b2{font-size:18px;letter-spacing:7px;}
	.footer_app .footer_app_list{float:left;margin:10px 0 0 50px;width:180px;color:#fff;font-size:16px;}
	.footer_app .footer_app_list p{line-height:35px;font-size:16px;}
	.footer_app .footer_app_list p img{vertical-align:middle;width:24px;height:19px;margin-right:15px;}
	.footer_app .footer_app_card{position:relative;float:right;width:760px;height:126px;background:url(../../image/dot.png) no-repeat bottom left;}
	.footer_app .footer_app_card div,.footer_app .footer_app_card p{position:relative;z-index:99;}
	.footer_app .footer_app_card div img{width:705px;max-width:705px;}
	.footer_app .footer_app_card p{margin:3px 0 0 220px;color:#a3a3a3;font-size:14px;}
	.footer_app .footer_app_card span{position:absolute;z-index:10;left:283px;top:-65px;width:160px;animation:card 1s infinite linear alternate;}
	.footer_app .footer_app_card embed{position:absolute;z-index:9;left:0;top:-100px;pointer-events:none}
	
	.footer_app .footer_app_txt{float:left;width:570px;margin:0 0 0 20px;background:url(../../image/jn_bg.png) no-repeat center top;}
	.footer_app .footer_app_txt img{margin-top:20px;width:100%;}
	.footer_app .footer_app_jn{margin-left:700px;height:126px;}
	.footer_app .footer_app_jn li{position:relative;float:left;width:33.3%;height:100%;text-align:center;cursor:pointer;}
	.footer_app .footer_app_jn li .pic{width:100%;height:100%;}
	.footer_app .footer_app_jn li .pic img{margin-top:7px;width:100px;transition:All .2s ease-in-out;}
	.footer_app .footer_app_jn li .pic:hover img{transform:scale(1.2);}
	.footer_app .footer_app_jn li .txt_box{display:none;position:absolute;left:50%;bottom:150px;margin-left:-100px;padding:10px 15px;width:170px;color:#fff;background:rgba(0,0,0,0.85);border-radius:10px;}
	.footer_app .footer_app_jn li .txt_box::after{position:absolute;left:50%;bottom:-14px;width:0;height:0;content:"";margin-left:-16px;border-top:14px solid rgba(0,0,0,0.85);border-left:16px solid transparent;border-right:16px solid transparent;}
	.footer_app .footer_app_jn li .txt_box b{line-height:1.5;color:#ffe035;letter-spacing:4px;font-size:16px;}
	.footer_app .footer_app_jn li .txt_box div{line-height:1.8;text-align:left;font-size:12px;}

	.footer_app .wechat_qrcode{display:block;width:1150px;margin:-160px auto 0px;}
	
}
@keyframes card{
	20%{transform:rotate(25deg);}
	40%{transform:none;}
}

/* left_zixun */
.left_zixun{display:none;}
	
@media (min-width:768px){
	.left_zixun{display:block;z-index:99;position:fixed;left:0;top:200px;}
	.left_zixun .left_zixun_show{position:absolute;left:0;top:0;width:207px;height:275px;text-align:center;background:url(../../image/langji.png) no-repeat;background-size:100% auto;}
	.left_zixun .close{position:absolute;right:0;top:20px;width:22px;height:22px;background:#000 url(../../image/close2.png) no-repeat center;background-size:10px auto;border-radius:100px;cursor:pointer;}
	.left_zixun .left_zixun_show div{padding-top:200px;text-align:center;color:#fff;font-size:16px;}
	.left_zixun .left_zixun_show span{margin-top:5px;display:inline-block;padding:3px 14px;height:24px;line-height:22px;font-size:18px;border-radius:25px;color:#262626;background:#ffc259;animation:zixun .8s steps(1) infinite;}
	.left_zixun .left_zixun_show span i{display:inline-block;vertical-align:top;width:20px;height:20px;margin:2px 5px 0 0;background:url(../../image/wen.png) no-repeat 0 0;animation:wenhao .8s steps(1) infinite;}

	.left_zixun .left_zixun_hide{position:absolute;top:34px;left:-100px;width:53px;height:207px;text-align:center;background:url(../../image/hide_bg.png) no-repeat;background-size:100% auto;cursor:pointer;}
	.left_zixun .left_zixun_hide span{display:block;height:55px;}
	.left_zixun .left_zixun_hide span img{margin-top:10px;width:35px;height:35px;transform:rotate(45deg);animation:wenhao2 .3s infinite linear alternate;}
	.left_zixun .left_zixun_hide p{padding:15px 10px 0 10px;color:#fff;font-size:20px;}

}
@keyframes zixun{
	50%{background:#d00707;color:#fff;}
}
@keyframes wenhao{
	50%{background-position:-20px 0;}
}
@keyframes wenhao2{
	to{transform:rotate(-45deg);}	
}

.footer_app_hide{z-index:101;position:fixed;left:-100%;bottom:0;width:140px;height:130px;background:#242424;border-top-right-radius:64px;border-bottom-right-radius:64px;box-shadow:0 5px 5px #7b7b7b;cursor:pointer;}
.footer_app_hide img{margin:7px 0 0 5px;height:116px;}	

.jn_hideBox{z-index:101;position:fixed;left:-100%;bottom:30px;width:130px;height:72px;background:#242424 url(../../image/jn_go.png) no-repeat 105px center;border-top-right-radius:64px;border-bottom-right-radius:64px;box-shadow:0 5px 5px #7b7b7b;cursor:pointer;}
.jn_hideBox img{position:absolute;left:0;bottom:0;margin:0;height:109px;}


.add-wenda-box{height:123px;width:100%;background:url("../images/go_wenda_bg.png") center no-repeat;line-height:123px;
	text-align: center;font-size:32px;color:red;margin-bottom: 10px;display: block;
}

.add-wenda-box a{font-size:32px;color: blue}</pre></body></html>