<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.relative {position:relative;}

.absolute {position:absolute;}

.float_left {float:left;}

.float_right {float:right;}

.top_wx{
	position: fixed;
	top: 0;
	width: 100%;
}
.top_wx .top_wx_img{
	width: 40px;
	float: left;
	margin: 3%;
}
.top_wx_body{
	width: 95%;
	margin: 1% auto;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.top_wx .top_wx_body .top_wx_desc{
	color: #000000;
	text-align: left;
	font-size: 11px;
}
.top_wx .top_wx_body .top_wx_desc .top_wx_p1{
	padding-top: 2.5%;
	font-size: 13px;
}
.top_wx .top_wx_body .top_wx_desc .top_wx_p1 span{
	float: right;
	margin-right: 20px;
}
.top_wx .top_wx_body .top_wx_desc .top_wx_p2{
	margin-top: 2%;
	padding-bottom: 10px;
}

.swtCenter{display: none;}

.swtCenter {width:279px;height:281px; background-color:#FFF;position:fixed;left:50%;top:50%;z-index:200;margin-left:-139px;margin-top:-130px;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;-moz-box-shadow:0 0 20px rgba(10,2,4,0.75);-webkit-box-shadow:0 0 20px rgba(10,2,4,0.75);box-shadow:0 0 20px rgba(10,2,4,0.75);}

.swtCenter h3 {width:100%;font-size:28px;text-align:center; color:#2e3642;font-weight:500;margin-top:33px;}

.swtCenter h4 {width:100%;font-size:19px;text-align:center;color:#2e3642;}

.mfhd {width:243px;height:32px;border:1px solid #6a7380;-moz-border-radius:17px;-webkit-border-radius:17px;border-radius:17px;margin:18px auto 5px;}

.mfhd  input.callbF_text {width:156px;height:30px;line-height:30px; background-color:#FFF;font-size:14px;color:#6a7380;-moz-border-radius:15px 0 0 15px;-webkit-border-radius:15px 0 0 15px;border-radius:15px 0 0 15px;padding-left:13px;float:left;outline:none;}

.mfhd input.callbF_sub {width:69px;height:33px;line-height:30px;color:#fff; background-color:#6a7380;font-size:12px;text-align:center;text-decoration:none;-moz-border-radius:0 14px 14px 0;-webkit-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;float:left;}

.swtCenter p {width:230px;font-size:12px;color:#6a7380;margin:0 auto; text-align: left;text-indent: 23px;}

.swt_lists {bottom:0;left:0;width:100%;height:58px;line-height:58px;-moz-border-radius:0 0 15px 15px;-webkit-border-radius:0 0 15px 15px;border-radius:0 0 15px 15px;}

.swt_lists a {display:block;width:50%;height:100%;position:relative;float:left;}

.swt_list1 { background-color:#683b90;-moz-border-radius:0 0 0 15px;-webkit-border-radius:0 0 0 15px;border-radius:0 0 0 15px;}

.swt_list2 { background-color:#f08519;-moz-border-radius:0 0 15px 0;-webkit-border-radius:0 0 15px 0;border-radius:0 0 15px 0;}

.swt_lists a i,.swt_lists a em {display:block;position:absolute;left:50%;color:#fff;text-decoration:none;}

.swtCallIcon {top:50%;margin-left:-50px;margin-top:-11px;width:27px;height:27px; background:url(http://m2.gghfzyy.com/images/footerLink3.png) no-repeat;-moz-background-size:100%;-webkit-background-size:100%;background-size:100%;}

.swt_lists em {height:100%;top:0;margin-left:-16px;font-size:16px;}

.swtLinkIcon {top:50%;margin-left:-50px;width:27px;height:30px;margin-top:-12px;background:url(http://m2.gghfzyy.com/images/footerLink2.png) no-repeat;-moz-background-size:100%;-webkit-background-size:100%;background-size:100%;}

.swtLinkCounter {top:15px;width:14px;height:14px;margin-left:-34px;line-height:13px;text-align:center;font-size:9px;background-color:#e60012;-moz-border-radius:14px;-webkit-border-radius:14px;border-radius:14px;-moz-box-shadow:0 0 3px rgba(0,0,0,0.8);-webkit-box-shadow:0 0 3px rgba(0,0,0,0.8);box-shadow:0 0 3px rgba(0,0,0,0.8);z-index:3;font-style:normal;}

.closeBtn_swt {right:-5px;top:-5px;width:44px;height:44px; background:url(http://m2.gghfzyy.com/images/closeBtn_swt.png) no-repeat;-moz-background-size:100%;-webkit-background-size:100%;background-size:100%;cursor:pointer;}

.bottom_swt{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: none;
	width: 100%;
}
.bottom_swt .bottom_swt_title p{
	background-color: #683b90;
	font-size: 0.9rem;
	text-align: center;
	padding: 2%;
	color: #FFFFFF;
}
.bottom_swt_body{
	background:url(http://m2.gghfzyy.com/images/swt_backimg.jpg);
	overflow: hidden;
	padding: 5%;
}
.bottom_swt_chat{
	overflow: hidden;
}
.bottom_swt_chat div{
	float: left;
}
.swt_chat_left{
	width: 15%;
}
.swt_chat_right{
	width: 70%;
	background-color: #b7d563;
	margin-left: 3%;
	padding: 5%;
	border-radius: 5px;
	font-size: 0.9rem;
	color: #000000;
}
.swt_chat_right p{
	text-align: left;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
.bottom_swt_body .bottom_swt_button{
	width: 100%;
	text-align: center;
	margin: 4% auto 0 auto;
	overflow: hidden;
}
.bottom_swt_body .bottom_swt_button p{
	float: left;
	width: 30%;
	padding: 1% 6%;
	margin-left: 6%;
	font-size: 0.9rem;
}
.bottom_swt_button_p1{
	border: 2px solid #683b90;
	border-radius: 10px;
	color: #683b90;
}
.bottom_swt_button_p2{
	border: 2px solid #f08519;
	border-radius: 10px;
	color: #f08519;
}
</pre></body></html>