/* 未能缩小。正在返回未缩小的内容。
(311,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
(312,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
(602,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
(1031,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
(1267,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
(1397,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
(1398,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
(2535,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '+'
 */
@charset "utf-8";
/**
大陆仔仔de Drivers Style库
version:1.7 Beta 2
author:Adam
website:daluzai.net
cteate date:2007-07-03
last update:2012-09-13
Global drivers control global HTML style
*/
/**
v 1.7 drivers
*/
*, img {
	margin: 0;
	padding: 0;
	font-style: normal;
}
body {
	/*font-size: 12px;
	color: #333;
	font-family: verdana, arial;
	line-height: 180%;*/
      color: #333333;
    font-family: Arial,"宋体","Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
a {
	font-size: 12px;
	color: #999;   cursor: pointer;
	blr:expression(this.onFocus=this.blur());
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #f18000;
}
a:active {
	text-decoration: none;
	color: #999;
}
a:focus {
	outline: none;
	-moz-outline-style: none;
}
li {
    list-style: none outside none;
}
table, td {
	border-collapse: collapse;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, h6, yahei {
	font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
/* clear both and blank height */
.clear_debug {
	margin: 0 auto;
	clear: both;
	width: 98%;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
/* common DIV page */
.common_case {
	margin: auto;
	width: 1060px;
	-webkit-text-size-adjust: none;
}
.common_hide {
	display: none;
}
/* form style */
.form_val input {
	padding: 1px 2px;
	height: 22px;
	line-height:22px;
}
.form_sub input {
	border: none;
	background: none;
	width: 100px;
	height: 34px;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 14px;
	color: #FFF;
}
.form_text textarea {
	width: 400px;
	height: 150px;
	padding: 5px;
}
.form_select select, .form_select option {
	line-height: 180%;
}
.form_sub input {
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4C8FFC, endcolorstr=#3079ED, gradientType=0);
	background: #3079ED\9;
	background: -moz-linear-gradient(top, #4C8FFC, #3079ED);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4C8FFC), to(#3079ED));
	background: -o-linear-gradient(top, #4C8FFC, #3079ED);
	border: 1px solid #3079ED;
}
.form_sub_disable input{
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D7D7D7, endcolorstr=#999, gradientType=0);
	background: -moz-linear-gradient(top, #D7D7D7, #999);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D7D7D7), to(#999));
	background: -o-linear-gradient(top, #D7D7D7, #999);
	border: 1px solid #999;
}
.form_sub input, .form_sub_disable input {
	cursor: pointer;
	border-radius: 3px;
}
label {
	cursor: pointer;
	blr:expression(this.onFocus=this.blur());
}
.form_val input, .form_val input, .form_text textarea, .form_select select {
	border: 1px solid #d7d7d7;
	color: #666;
	font-size: 12px;
	box-shadow: 0px 2px 2px #F4F4F4 inset;
}
.form_val input:focus, .form_text textarea:focus, .form_select select:focus {
	box-shadow: 0px 2px 3px #D7D7D7 inset;
	border: 1px solid #666;
	outline: 1px solid #999;
}
/**
hover event
*/
.common_hoverbg {
	background: #EBEFF9;
}
.form_sub input:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3079ED, endcolorstr=#4C8FFC, gradientType=0);
	background: #3079ED\9;
	background: -moz-linear-gradient(top, #3079ED, #4C8FFC);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3079ED), to(#4C8FFC));
	background: -o-linear-gradient(top, #3079ED, #4C8FFC);
	border: 1px solid #3079ED;
}
.form_sub_disable input:hover{
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D7D7D7, endcolorstr=#999, gradientType=0);
	background: -moz-linear-gradient(top, #D7D7D7, #999);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D7D7D7), to(#999));
	background: -o-linear-gradient(top, #D7D7D7, #999);
	border: 1px solid #999;
}
/**
debug html5 for ie
*/
article, aside, dialog, figure, footer, header,hgroup, menu, nav, section {
	display: block\9;
}
*:focus{outline:0}.jbox-fade{background-color:#000}.jbox-drag{border:1px dashed #f18000}div.jbox{padding:0;border:0;font-size:12px}div.jbox .jbox-border{background:none repeat scroll 0 0 #000;filter:alpha(opacity=20);-moz-opacity:.2;opacity:.2}div.jbox .jbox-container{background-color:#fff;border:1px solid #999}div.jbox .jbox-title-panel{background:#f18000;border-bottom:1px solid #CCC}div.jbox .jbox-title{font-weight:bold;color:#fff}div.jbox .jbox-title-icon{background:url(images/jbox-title-icon.gif) no-repeat scroll 3px 5px transparent}div.jbox .jbox-close,div.jbox .jbox-close-hover{background:url(images/jbox-close1.gif) no-repeat scroll 0 0 transparent}div.jbox .jbox-close-hover{background-position:-16px 0}div.jbox .jbox-content{min-height:24px;line-height:18px;color:#444}div.jbox .jbox-content-loading{background-color:#E6E6E6}div.jbox .jbox-content-loading-image{background:url(images/jbox-content-loading.gif) no-repeat bottom center}div.jbox .jbox-button-panel{border-top:1px solid #CCC;background-color:#EEE;height:35px!important}div.jbox .jbox-bottom-text{text-indent:10px;color:#444}div.jbox .jbox-button{background:url(images/jbox-button2.png) repeat-x transparent;border:#AAA 1px solid;color:#888;border-radius:3px 3px 3px 3px;margin:1px 7px 0 0;height:22px;cursor:default}div.jbox .jbox-button-hover{background-position:0 -20px;color:#666}div.jbox .jbox-button-active{background-position:0 -40px}div.jbox-warning .jbox .jbox-button-panel{background-color:#FFF}div.jbox .jbox-tip-color{background-color:#f18000;border-color:#f18000;border-radius:3px 3px 3px 3px;color:#fff}div.jbox span.jbox-icon{background:url(images/jbox-icons.png) no-repeat scroll 0 0 transparent;_background:url(images/jbox-icons-ie6.gif) no-repeat scroll 0 0 transparent}div.jbox span.jbox-icon-info{background-position:0 0}div.jbox span.jbox-icon-question{background-position:-36px 0}div.jbox span.jbox-icon-success{background-position:-72px 0}div.jbox span.jbox-icon-warning{background-position:-108px 0}div.jbox span.jbox-icon-error{background-position:-144px 0}div.jbox span.jbox-icon-none{display:none;overflow:hidden}div.jbox span.jbox-icon-loading{background:url(images/jbox-loading1.gif) no-repeat scroll 0 0 transparent}
/**
ga bg
*/
.com_ga_iconv {
	background: url(/uisy/skin/ga_iconv.png) no-repeat;
}
.com_ga_iconv_new {
	background: url(/uisy/skin/ga_iconv_new.png) no-repeat;
}
.com_ga_vector {
	background: url(/uisy/skin/ga_vector.png) no-repeat;
}
.com_ga_iconv_misc{
	background:url(/uisy/skin/ga_iconv_misc.png) no-repeat;
}
.com_ga_bank{
	background:url(/uisy/skin/ga_bank.png) no-repeat;
}
/**
guide style
*/
.com_guide_case {
	width: 100%;
	margin: 15px 0;
}
.com_guide_case .common_case {
     position: relative;
}
.com_guide_logo {
	background-position: -1px -1px;
	width: 202px;
	height: 50px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	float: left;
}
.com_guide_quick {
	float:left;
	width: 95px;
	margin: 38px 0 0 535px;
	_margin: 38px 0 0 360px;
	overflow:hidden;
}
.com_guide_quick a {
	display: block;
	float:left;
	width: 16px;
	height: 16px;
	line-height:16px;
	margin: 0 5px 0 0;
	text-indent: -999px;
	overflow: hidden;
}
.com_guide_quick_s1 {
	background-position: -139px -1px;
}
.com_guide_quick_s2 {
	background-position: -159px -1px;
}
.com_guide_quick_s3 {
	background-position: -239px -1px;
}
.com_guide_quick .com_guide_quick_s4 {
	background-position: -259px -1px;
	margin: 0px;
}
.com_guide_user_root {
	float: right;
	padding: 33px 0 0 0;
	color: #999;
}
.com_guide_user_root_online{
}
.com_guide_user_root_online img{
	width:30px;
	height:30px;
	border:1px solid #D7D7D7;
	overflow:hidden;
	margin:0 5px 0 0;
	vertical-align:middle;
}
.com_guide_user_root_goout,.com_guide_user_root_goout:visited{
	margin:0 0 0 5px;
	color:#999;
}
/**
menu style
*/
.com_menu_case {
	height: 44px;
	line-height: 44px;
	background: #122744;
	margin: 0px 0 5px;
	position: relative;
	z-index: 2;
}
.com_menu_main{
	float:left;
	width:610px;
}
.com_menu_main a, .com_menu_main a:visited {
	display: block;
	text-align: center;
	width: 110px;
	float: left;
	font-size: 14px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(50,58,68,0.65);
}
.com_menu_main .com_ga_iconv,.com_menu_main .com_ga_iconv:visited{
	width: 20px;
	height: 20px;
	background-position: -79px -1px;
	text-indent: -999px;
	overflow: hidden;
	margin: 13px 40px 0 0;
}
.com_menu_main .com_ga_iconv:visited{
	color: #FFF;
}
.com_menu_main .com_menu_sf:hover, .com_menu_main .com_menu_sf_current {
	background: url(/uisy/skin/ga_vector.png) no-repeat -211px -1px;
	text-decoration: none;
	color: #FFF;
}
.com_menu_main .com_menu_sf:active {
	color: #FFF;
}
.com_menu_child {
	background: #2ca3d7;
	min-height: 30px;
	_height: 30px;
	line-height: 30px;
	position: absolute;
	top: 44px;
	left: 0px;
	z-index: 9999;
	width: 100%;
}
.com_menu_child p {
	float: left;
	 +height:26px;
	 +line-height:26px;
	_height: 26px;
	_line-height: 26px;
	padding: 0 5px;
	white-space:nowrap;
}
.com_menu_child a, .com_menu_child span {
	display: inline-block;
	_display:inline;
	color: #FFF;
}
.com_menu_child a, .com_menu_child a:visited {
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
.com_menu_child a:hover {
	font-weight: bold;
}
.com_menu_new {
	position: relative;
}
.com_menu_main .com_menu_new span {
	display: block;
	background-position: -108px -1px;
	width: 21px;
	height: 18px;
	position: absolute;
	right: -23px;
	top: -11px;
}
/**
quick menu
*/
.com_quick_menu_case{
	float:right;
	width:215px;
	height:44px;
}
.com_quick_menu_case a{
	display: block;
    float: left;
    height: 40px;
    margin: 2px 0 0 0px;
    width: 40px;
	position:relative;
}
.com_quick_menu_case .com_quick_menu_root{
	background:url(/uisy/skin/linght.gif) no-repeat 0 -5px;
	margin:0px;
}
.com_quick_menu_case a:hover{
	background-color:#0c1c32;
}
.com_quick_menu_s1{
	background-position: -360px 8px;
}
.com_quick_menu_s2{
	background-position: -400px 8px;
}
.com_quick_menu_s3{
	background-position: -435px 8px;
}
.com_quick_menu_s4{
	background-position: -473px 8px;
}
.com_quick_menu_case a span{
	display:none;
	width:40px;
	height:30px;
	line-height:30px;
	background:#0c1c32;
	position:absolute;
	top:30px;
	left:0px;
	text-align:center;
	color:#FFF;
}
/**
common mod
*/
.com_mod_left {
	float: left;
	width: 710px;
}
.com_mod_right {
	float: right;
	width: 235px;
	margin: 0 5px 0 0;
	_margin: 0 2px 0 0;
	position:relative;
}
/**
gpedit
common style
*/
.com_gpedit_case {
	margin:0 0 20px 0;
}
.com_gpedit_title {
	border-top: 1px solid #333b4f;
	padding: 7px 0 0 0;
	height: 45px;
	position: relative;
	z-index: 2;
}
.com_gpedit_title h1{
	_overflow:hidden;
}
.com_gpedit_title a {
	position: absolute;
	top: 8px;
	right: 5px;
	width: 50px;
	height: 20px;
	background-position: -362px -1px;
	text-indent: -999px;
	overflow: hidden;
	overflow: hidden;
}
/**
gpedit
query style
*/
.com_gpedit_query_case {
}
.com_gpedit_query_tiile h1 {
	width: 140px;
	height: 38px;
	background-position: -1px -58px;
}
.com_gpedit_query_main{
	_width:700px;
	_overflow:hidden;
}
.com_gpedit_query_main_item {
	border-bottom: 1px dashed #D7D7D7;
	padding: 10px 15px 0 15px;
	width: 670px;
}
.com_gpedit_query_main_item:hover {
	background: #F4F4F4;
}
.com_gpedit_query_main_iconv,.com_gpedit_query_main_docu,.com_gpedit_query_main_userinfo,.com_gpedit_query_main_timed,.com_gpedit_query_main_is{
	float: left;
}
.com_gpedit_query_main_iconv {
	background-position: -1px -1px;
	width: 22px;
	height: 22px;
}
.com_gpedit_query_main_docu {
	width: 380px;
	margin: 0 10px;
	color: #666;
	line-height: 24px;
}
.com_gpedit_query_main_docu span {
}
.com_gpedit_query_main_userinfo {
	width: 90px;
}
.com_gpedit_query_main_userinfo a, .com_gpedit_query_main_userinfo span {
	display: inline-block;
}
.com_gpedit_query_main_userinfo span {
	width: 16px;
	height: 16px;
	margin: 0 0 0 5px;
	background-position: -31px -1px;
	vertical-align: -20%;
}
.com_gpedit_query_main_timed {
	color: #999;
	width: 78px;
}
.com_gpedit_query_main_is {
	width: 57px;
	height: 53px;
	background-position: -743px -59px;
	margin: 0 0 0 15px;
	text-align: center;
	color: #666;
	padding: 5px 0 0 0;
}
.com_gpedit_query_main_is a:hover, .com_gpedit_query_main_is .com_gpedit_query_main_is_current {
	text-decoration: none;
	color: #FFF;
	_color: #333;
}
.com_gpedit_query_main_is:hover, .com_gpedit_query_main_userinfo .com_gpedit_query_main_is_current {
	background-position: -743px -121px;
	color: #FFF;
	_color: #333;
}
.com_gpedit_post_case {
	margin: 5px 0 0 0;
}
.com_gpedit_query_post_val {
	position: relative;
	float: left;
	width: 600px;
}
.com_gpedit_query_post_val input {
	width: 565px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 35px;
}
.com_gpedit_query_post_sub {
	float: left;
	margin: 0 0 0 10px;
	_margin: 0 0 0 4px;
	width: 87px;
	_width: 85px;
	height: 33px;
}
.com_gpedit_query_post_val span {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: -328px -1px;
	position: absolute;
	left: 5px;
	top: 5px;
}
.com_gpedit_query_post_sub input {
	width: 87px;
	height: 33px;
	background: url(/uisy/skin/ga_vector.png) no-repeat -421px -1px;
	border: none;
	cursor: pointer;
}
.com_gpedit_query_main_ask_item {
	border-bottom: none;
	width: 655px;
}
.com_gpedit_query_main_ask_item .com_gpedit_query_main_iconv {
	background-position: -339px -1px;
}
.com_gpedit_query_main_ask_item .com_gpedit_query_main_docu {
	width: 610px;
}
/**
gpedit
wenk style
*/
.com_gpedit_wenk_title h1 {
	background-position: -149px -59px;
	width: 212px;
	height: 38px;	
}
.com_gpedit_wenk_guide {
	position: absolute;
	left: 240px;
	top: 26px;
	z-index: 2003;
}
.com_gpedit_wenk_guide dd {
	float: left;
	border: 1px solid #D7D7D7;
	height: 22px;
	line-height: 22px;
	text-align: center;
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFFFFF, endcolorstr=#EEEEEE, gradientType=0);
	background: #EEE\9;
	background: -moz-linear-gradient(top, #FFF, #EEE);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#EEE));
	background: -o-linear-gradient(top, #FFF, #EEE);
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px 0 0;
	position: relative;
}
.com_gpedit_wenk_guide dd:hover, .com_gpedit_wenk_guide .com_gpedit_wenk_guide_current {
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#6b99d1, endcolorstr=#5987c0, gradientType=0);
	background: #5987c0\9;
	background: -moz-linear-gradient(top, #6b99d1, #5987c0);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6b99d1), to(#5987c0));
	background: -o-linear-gradient(top, #6b99d1, #5987c0);
	color: #FFF;
	border: 1px solid #00479d;
}
.com_gpedit_wenk_guide .com_gpedit_wenk_guide_current span {
	display: inline-block;
	border-top: 8px solid #00479d;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: -9px;
 +bottom:-11px;
	_bottom: -11px;
	left: 40%;
	background: none;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.com_gpedit_wenk_main {
	position: relative;
	border: 1px solid #e3e3e3;
	padding: 10px 0;
	height: 140px;
	overflow: hidden;
	z-index: 1;
}
.com_gpedit_wenk_main_mnl, .com_gpedit_wenk_main_mnl:visited, .com_gpedit_wenk_main_mnr, .com_gpedit_wenk_main_mnr:visited {
	display: none;
	width: 11px;
	height: 108px;
}
.com_gpedit_wenk_main_mnl:hover, .com_gpedit_wenk_main_mnr:hover {
}
.com_gpedit_wenk_main_mnl {
	position: absolute;
	left: 0px;
	top: 20px;
	background-position: -1px -140px;
}
.com_gpedit_wenk_main_mnr {
	position: absolute;
	right: 0px;
	top: 20px;
	background-position: -22px -140px;
}
.com_gpedit_wenk_main_docu_case {
	width: 675px;
	height: 145px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 10px;
}
.com_gpedit_wenk_main_docu {
	float: left;
	height: 145px;
	overflow: hidden;
}
.com_gpedit_wenk_main_docu p {
	float: left;
	display: inline-block;
	width: 90px;
	margin: 0 6px 0 0;
}
.com_gpedit_wenk_main_docu_img {
	width: 70px;
	height: 85px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.com_gpedit_wenk_main_docu_img img {
	width: 70px;
	height: 85px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #D7D7D7;
}
.com_gpedit_wenk_main_docu_img img:hover {
	border: 1px solid #a2c7e7;
}
.com_gpedit_wenk_main_docu_img span {
	width: 19px;
	height: 19px;
	overflow: hidden;
	background-position: -312px -1px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.com_gpedit_wenk_main_docu_last {
	margin: 0px;
}
.com_gpedit_wenk_main_docu_title, .com_gpedit_wenk_main_docu_title:visited {
	margin: 5px 0 0 0;	
	line-height: 18px;
	_line-height: 16px;
	display: block;
	color: #666;
}
.com_gpedit_wenk_main_docu_title:hover {
	color: #5987c0;
}
.com_gpedit_wenk_main_docu p span {
	color: #999;
}
/**
gpedit
sm news
*/
.com_gpedit_smnews_case {
	width: 340px;
	float: left;
}
.com_gpedit_smnews_title h1 {
	background-position: -371px -58px;
	width: 146px;
	height: 32px;
}
.com_gpedit_smnews_item {
}
.com_gpedit_smnews_item span {
	display: inline-block;
	border-left: 4px solid #999;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 10px 0 0;
	vertical-align: 20%;
}
.com_gpedit_smnews_item em {
	color: #999;
	display: block;
	float: right;
}
.com_gpedit_smnews_item a, .com_gpedit_smnews_item a:visited {
	color: #666;
	line-height: 24px;
}
.com_gpedit_smnews_item a:hover {
	color: #5288cb;
}
.com_gpedit_smnews_item p {
}
/**
gpedit
sm tech
*/
.com_gpedit_smtech_case {
	width: 340px;
	float: right;
}
.com_gpedit_smtech_title h1 {
	background-position: -523px -58px;
	width: 146px;
	height: 32px;
}
.com_gpedit_smtech_docu {
	float: right;
	width: 210px;
}
.com_gpedit_smtech_docu p{
	_line-height: 22px;
	_height:22px;
}
.com_gpedit_smtech_docu p span {
	display: inline-block;
	border-left: 4px solid #999;
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 5px 0 0;
}
.com_gpedit_smtech_docu p a, .com_gpedit_smtech_docu p a:visited {
	color: #666;
	line-height: 24px;
}
.com_gpedit_smtech_docu p a:hover {
	color: #5288cb;
}
/**
gpedit
ler
*/
.com_gpedit_ler_case{
	position:relative;
	border-bottom:2px solid #a6a6a6;
	/*padding:0 0 5px;*/
}
.com_gpedit_ler_case h1{
	padding:0 10px 5px 10px;
	position:absolute;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	bottom:-2px;
	left:0px;
	border-bottom:2px solid #122744;
}
.com_gpedit_ler_case h1 a,.com_gpedit_ler_case h1 a:visited{
	color:#999;
	margin:0 5px;
}
.com_gpedit_ler_case h1 a:hover{
	color:#2CA3D7;
}
.com_gpedit_ler_misc{
	float:right;
	font-size:16px;
	color:#122744;
	font-family:"Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}
.com_gpedit_ler_misc span{
	font-size:10px;
	color:#999;
	margin:0 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
}
/**
gpedit
ber
*/
.com_gpedit_ber_case{
	position:relative;
	height:30px;
	padding:0 0 5px;
	border-bottom:1px solid #999;
}
.com_gpedit_ber_case h1{
	border-bottom:1px solid #39629f;
	font-size:14px;
	font-weight:bold;
	color:#122744;
	padding:0 10px 5px 10px;
	position:absolute;
	bottom:-1px;
	left:0px;
}
.com_gpedit_ber_case h1 span{
	display:inline-block;
	border-left:6px solid #77b1d7;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	margin:0 5px 0 0;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
/**
mf
search style
*/
.com_mf_search_case {
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3e4861, endcolorstr=#252b3b, gradientType=0);
	background: #252b3b\9;
	background: -moz-linear-gradient(top, #3e4861, #252b3b);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3e4861), to(#252b3b));
	background: -o-linear-gradient(top, #3e4861, #252b3b);
	border: 1px solid #d5d5d5;
	padding: 8px;
}
.com_mf_search_case h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
}
.com_mf_search_case h2 span {
	font-size: 9px;
	margin: 0 0 0 5px;
}
.com_mf_search_val {
	position: relative;
	width: 170px;
	float: left;
}
.com_mf_search_val input {
	padding: 0 0 0 20px;
	width: 145px;
	line-height: 22px;
}
.com_mf_search_val span {
	display: inline-block;
	background-position: -285px -1px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.com_mf_search_sub {
	float: left;
	margin: 0 0 0 5px;
	width: 40px;
}
.com_mf_search_sub input {
	width: 40px;
	height: 26px;
	border: none;
	cursor: pointer;
}
/**
mf
service
*/
.com_mf_service_case {
	margin:10px 0 0 0;
}
.com_mf_service_i, .com_mf_service_i:visited {
	display: block;
	background-position: -1px -96px;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 50px;
	font-size: 14px;
	color: #333;
}
.com_mf_service_i:hover {
	text-decoration: none;
}
.com_mf_service_case h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0;
	color: #666;
}
.com_mf_service_select_case {
	position: relative;
	height: 26px;
	width: 110px;
}
.com_mf_service_select_fl {
	float: left;
}
.com_mf_service_select_fv {
	float: right;
}
.com_mf_service_select_main {
	position: relative;
	width: 110px;
}
.com_mf_service_select_main input {
	width: 110px;
	padding: 0 0 0 5px;
	cursor: pointer;
	line-height: 22px;
}
.com_mf_service_select_main span {
	display: inline-block;
	border-top: 6px solid #666;
	border-left: 6px solid #FFF;
	border-right: 6px solid #FFF;
	position: absolute;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	top: 10px;
	right: 0px;
	_right: 4px;
}
.com_mf_service_select_more {
	width: 114px;
	border: 1px solid #D7D7D7;
	border-top: none;
	_position:absolute;
}
.com_mf_service_select_more p {
	padding: 0 0 0 15px;
	width: 100px;
	height: 24px;
	line-height: 24px;
	color: #666;
	cursor: pointer;
	background: #FFF;
}
.com_mf_service_select_more p:hover {
	background: #F4F4F4;
}
.com_mf_service_qq_case {
	background: #f9f9f9;
	border: 1px solid #D7D7D7;
	padding: 0 10px;
	width: 220px;
}
.com_mf_service_qq_case a {
	display: block;
	color: #666;
	margin: 0 0 10px;
}
.com_mf_service_qq_case a img {
	vertical-align: -20%;
	margin: 0 5px 0 0;
}
.com_mf_service_qq_bd, .com_mf_service_qq_hq {
	float: left;
}
.com_mf_service_qq_bd h4, .com_mf_service_qq_hq h4 {
	color: #666;
}
.com_mf_service_qq_hq {
	margin: 0 0 0 8px;
	border-left: 1px solid #D7D7D7;
	padding: 0 0 0 5px;
}
/**
mf
calculator style
*/
.com_mf_calculator_case {
	width: 240px;
}
.com_mf_calculator_i{
	background-position:-248px -96px;
	width:165px;
	height:44px;
	line-height:44px;
	font-size:14px;
	font-weight:normal;
	padding:0 0 0 74px;
	margin:0 auto;
}
.com_mf_calculator_case .form_val input {
	box-shadow: 1px 1px 1px rgba(255,255,255,1), -1px -1px 1px rgba(255,255,255,1);
	background: #e9e9e9;
	height: 22px;
	line-height: 22px;
}
.com_mf_calculator_case .form_val input:focus {
	box-shadow: 0px 2px 3px #FFF inset, 1px 1px 1px rgba(215,215,215,0.8), -1px -1px 1px rgba(215,215,215,0.8);
	border: 1px solid #999;
	outline: none;
}
.com_mf_calculator_sprite {
	margin: 12px 0;
 +margin:6px 0;
	_margin: 6px 0;
	width: 100%;
}
.com_mf_calculator_main {
	background: #f0f0f0;
	border: 1px solid #d7d7d7;	
	margin: 0px auto;
	padding:13px 10px 0;
	width:216px;
}
.com_mf_calculator_main_text {
	float: left;
	width: 25px;
	line-height:25px;
	color: #666;
}
.com_mf_calculator_main_text_r {
	padding: 0 0 0 8px;
}
.com_mf_calculator_main_text_l {
	width: 50px;
}
.com_mf_calculator_main_text_ll {
	width: 60px;
}
.com_mf_calculator_main_text2 {
}
.com_mf_calculator_main_val {
	float: left;
	width: 79px;
	height: 24px;
	_overflow:hidden;
	padding: 0 0 0 2px;
}
.com_mf_calculator_main_val_v {
	position: relative;
	z-index: 4;
	height: 24px;
	width: 72px;
}
.com_mf_calculator_main_val_v input {
	width: 72px;
	cursor: pointer;
}
.com_mf_calculator_main_val_v span {
	position: absolute;
	right: -2px;
	_right:4px;
	top: 10px;
	border-top: 6px solid #497ca0;
	border-left: 6px solid #e9e9e9;
	border-right: 6px solid #e9e9e9;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}
.com_mf_calculator_main_sal {
	float: left;
	width: 69px;
}
.com_mf_calculator_main_sal input {
	width: 69px;
}
.com_mf_calculator_main_ssal {
	float: left;
	width: 45px;
	height:26px;
}
.com_mf_calculator_main_ssal input {
	width: 45px;
}
.com_mf_calculator_main_lsub {
	margin: 15px 0 10px 40px;
}
.com_mf_calculator_main_lsub input, .com_mf_calculator_main_rsub input {
	width: 69px;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	border: none;
	cursor: pointer;
}
.com_mf_calculator_main_lsub input {
	background: #252b3b;
}
.com_mf_calculator_main_rsub input {
	background: #c5c7cb;
}
.com_mf_calculator_main2 {
	background: #f0f0f0;
	border: 1px solid #d7d7d7;
	border-top:none;
	box-shadow: 0px 1px 1px #FFF inset;
	width: 236px;
	margin: 0 auto;
}
.com_mf_calculator_main2 .form_val input {
	color: #34baeb;
}
.com_mf_calculator_main_mlv, .com_mf_calculator_main_mlv input {
	width: 155px;
	_overflow:hidden;
}
.com_mf_calculator_main_slv {
	width: 35px;
	position:relative;
}
.com_mf_calculator_main_slv i{
	position:absolute;
	top:2px;
	right:-5px;
	color:#34BAEB;
}
.com_mf_calculator_main_slv input {
	width: 20px;
}
.com_mf_calculator_main_dlv{
	position:relative;
	width: 60px;
}
.com_mf_calculator_main_dlv input {
	width: 50px;
}
.com_mf_calculator_main_dlv i{
	position:absolute;
	top:2px;
	right:-12px;
	color:#34BAEB;
}
.com_mf_calculator_main2_d {
	width: 210px;
	margin: 0px auto;
	padding:10px 0;
}
.com_mf_calculator_main_val_l, .com_mf_calculator_main_val_l .com_mf_calculator_main_val_v, .com_mf_calculator_main_val_l .com_mf_calculator_main_val_v input {
	width: 140px;
	color: #df0024;
	cursor:text;
}
.com_mf_calculator_main_val_more {
	background: #e9e9e9;
	border: 1px solid #D7D7D7;
	border-top: none;
	width: 76px;
}
.com_mf_calculator_main_val_more p {
	padding: 0 0 0 8px;
	height: 22px;
	line-height: 22px;
	color: #666;
	cursor: pointer;
}
.com_mf_calculator_main_val_more p:hover {
	background: #F4F4F4;
}
.com_mf_calculator_main_val_more_l {
	width: 144px;
}
.com_mf_calculator_main_val_v_s4{
}
.com_mf_calculator_main_val_v_s4 input{
	width:53px;
}
.com_mf_calculator_main_val_v_s4 span{
	right:14px;
	top: 10px;
}
.com_mf_calculator_main_val_v_s4_more{
	width:57px;
	overflow:hidden;
}
/**
com user
*/
.com_user_case{
	width:100%;
	background:#122744;
	position:absolute;
	z-index:9999;
	height:0px;
	top:0px;
	left:0px;
	overflow:hidden;
}
.com_user_login_case{
	padding:45px 0 0 0;
}
.com_user_login_main{
	float:left;
	width:620px;
	border-right:2px solid #466b9d;
	margin:0 0 20px;
}
.com_user_login_main_item{
	margin:0 0 20px;
}
.com_user_login_main_item dd{
	float:left;
	height:40px;
	line-height:40px;
}
.com_user_login_main_text{
	width:125px;
	padding:0 5px 0 0;
	text-align:right;
	color:#466b9d;
}
.com_user_login_main_val,.com_user_login_main_misc,.com_user_login_main_sub{
	width:336px;
}
.com_user_login_main_val input{
	width:334px;
	height:40px;
	border:1px solid #2b6b8d;
	background:#8993a2;
}
.com_user_login_main_val input:focus {
	box-shadow: 0px 2px 3px #D7D7D7 inset;
	border: 1px solid #666;
	outline: 1px solid #999;
	background:#dbdde0;
}
.com_user_login_main_misc{
}
.com_user_login_main_misc span{
	margin:0 35px 0 0;
	vertical-align:middle;
	color:#466b9d;
}
.com_user_login_main_misc span input{
	margin:0 5px 0 0;
}
.com_user_login_main_sub p{
	display:inline-block;
	+float:left;
	_float:left;
	width:55px;
	margin:0 10px 0 0;
}
.com_user_login_main_sub p input{
	width:55px;
	height:40px;
	cursor:pointer;
}
.com_user_login_main_lsub input{
	background:#8993a2;
	border:1px solid #2b6b8d;
	color:#FFF;
}
.com_user_login_main_nsub input{
	background:#cbd0d6;
	border:1px solid #3990b5;
	color:#466b9d;
}
.com_user_login_main_capp{
	float:left;
	width:140px;
	margin:0 0 0 10px;
}
.com_user_login_main_olink,.com_user_login_main_olink:link,.com_user_login_main_olink:visited{
	text-decoration:underline;
	color:#466b9d;
}
.com_user_login_main_olink:hover{
	color:#dcdee1;
	text-decoration:none;
}
.com_user_misc{
	float:right;
	width:335px;
	position:relative;
}
.com_user_misc_close{
	position:absolute;
	top:0px;
	right:0px;
	width:92px;
	display:block;
}
.com_user_misc_close span{
	display:inline-block;
	background-position:-552px -1px;
	width:15px;
	height:8px;
	overflow:hidden;
	margin:0 0 0 5px;
}
.com_user_login_main_mob{
}
.com_user_login_main_mob span{
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	background-position:-700px -1px;
	margin:0 5px 0 0;
	vertical-align:middle;
}
.com_user_login_main_mob a,.com_user_login_main_mob:link,.com_user_login_main_mob:visited{
	text-decoration:none;
}
.com_user_misc_other{
	padding:80px 0 0 55px;
}
.com_user_misc_other p{
	margin:0 0 10px;
}
.com_user_misc_other a,.com_user_misc_other a:visited{
	display:inline-block;
	font-size:18px;
	color:#466b9d;
}
.com_user_misc_other a:hover{
	color:#fff;
}
.com_user_misc_other a span{
	display:inline-block;
	width:18px;
	height:18px;
	margin:0 8px 0 0;
	vertical-align:middle;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
.com_user_misc_other .com_user_misc_other_s1 span{
	background-position:-666px -1px;
}
.com_user_misc_other .com_user_misc_other_s2 span{
	background-position:-591px -1px;
}
.com_user_misc_other .com_user_misc_other_s3 span{
	background-position:-628px -1px;
}
.com_user_misc_other em{
	font-size:12px;
}
/**
know search style
*/
.com_know_search_ga{
	background:url(/uisy/skin/know_search_bg.png) no-repeat;
}
.com_know_search_case{
	width:700px;
	height:110px;
	margin:0 auto;
}
.com_know_search_main{
	width:480px;
	height:36px;
	margin:0 auto;	
	padding:35px 0 0 0;
	position:relative;
}
.com_know_search_main_val{
	float:left;
	width:325px;
}
.com_know_search_main_val input{
	padding:0 5px;
	width:310px;
	height:28px;
	line-height:28px;
	+height:26px;
	+line-height:26px;
	_height:26px;
	_line-height:26px;
	font-size:12px;
	color:#999;
	background:#deebf1;
	border:none;
	border:1px solid #deebf1;
	margin:1px 0 0 0;
}
.com_know_search_main_ms{
	float:left;
	width:22px;
	height:22px;
	background-position:-474px -245px;
	margin:6px 0 0 0;
	overflow:hidden;
	cursor:pointer;
}
.com_know_search_sub_ask{
	float:left;
	width:85px;
	height:35px;
}
.com_know_search_sub_ask input{
	width:85px;
	height:35px;
	background:url(/uisy/skin/know_search_bg.png) no-repeat -514px -238px;
	border:none;
	cursor:pointer;
}
.com_know_search_sub_zask{
	display:none;
}
.know_zsearch_case{
	background-position:0 -118px;
}
.know_zsearch_case .com_know_search_main{
	width:522px;
}
.know_zsearch_case .com_know_search_main_val{
	width:330px;
}
.know_zsearch_case .com_know_search_main_val input{
	margin:3px 0 0 0;
}
.know_zsearch_case .com_know_search_sub_zask{
	display:block;
	float:left;
	width:85px;
	height:35px;
}
.know_zsearch_case .com_know_search_sub_zask input{
	width:85px;
	height:35px;
	background:url(/uisy/skin/know_search_bg.png) no-repeat -608px -238px;
	border:none;
	cursor:pointer;
}
/**
know guide
*/
.com_know_guide_case{
	border-top:1px solid #ececec;
	box-shadow:0 -1px 1px #FFF inset;
	background:#F4F4F4;
	height:30px;
	line-height:30px;
	margin:10px 0 15px 10px;
	position:relative;
}
.com_know_guide_case span{
	height:1px;
	overflow:hidden;
	width:10px;
	height:30px;
	position:absolute;
	bottom:0px;
	left:-10px;
	border-bottom:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
}
.com_know_guide_case a,.com_know_guide_case a:visited{
	display:block;
	margin:0 -1px 0 0;
	border-right:1px solid #e4e4e4;
	float:left;
	text-align:center;
	width:70px;
	color:#666;
	font-size:14px;
}
.com_know_guide_case a:hover,.com_know_guide_case .com_know_guide_current{
	background:#FFF;
	text-decoration:none;
}
/**
com getmore
*/
.com_getmore,.com_getmore:visited{
	margin:20px 0;
	display:block;
	width:700px;
	height:35px;
	line-height:35px;
	font-size:12px;
	color:#333;
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff, endcolorstr=#f0f0f2, gradientType=0);
	background: #f0f0f2;
	background: -moz-linear-gradient(top, #FFF, #f0f0f2);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#f0f0f2));
	background: -o-linear-gradient(top, #FFF, #f0f0f2);
	border:1px solid #ccc;
	letter-spacing:2px;
}
.com_getmore:hover{
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f0f0f2, endcolorstr=#ffffff, gradientType=0);
	background: #ffffff\9;
	background: -moz-linear-gradient(top, #f0f0f2, #FFF);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f0f0f2), to(#FFF));
	background: -o-linear-gradient(top, #f0f0f2, #FFF);
	text-decoration:none;
}
/**
tip box
*/
.com_tip_case {
	position: relative;
	border: 1px solid #D7D7D7;
	padding: 15px;
	border-radius: 3px;
}
.com_tip_path {
	display: block;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #D7D7D7;
	background: #FFF;
	position: absolute;
	overflow: hidden;
}
.com_tip_path_l, .com_tip_path_r {
	font-size: 24px;
	font-weight: normal;
	height: 13px;
	line-height: 9px;
	width: 17px;
}
.com_tip_path_t, .com_tip_path_b {
	font-size: 18px;
	height: 15px;
	line-height: 13px;
	width: 15px;
}
.com_tip_path_t {
	left: 25%;
	top: -15px;
}
.com_tip_path_r {
	top: 35%;
	right: -14px;
}
.com_tip_path_b {
	left: 48%;
	bottom: -13px;
}
.com_tip_path_l {
	left: -17px;
	top: 35%;
}
/**
outbox
*/
.com_outbox_case{
}
.com_outbox_title{
	height:38px;
	line-height:38px;
}
.com_outbox_title_l{
	background:url(/uisy/skin/alert/tl.png) no-repeat;
	width:23px;
}
.com_outbox_title_r{
	background:url(/uisy/skin/alert/tr.png) no-repeat right;
	width:21px;	
}
.com_outbox_title_r_main{
	position:relative;
	width:18px;
	height:18px;
}
.com_outbox_title_r a{
	left: -10px;
    position: absolute;
    top: -7px;
}
.com_outbox_title_m{
	background:url(/uisy/skin/alert/tc.png) repeat-x;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.com_outbox_main{
}
.com_outbox_main_l{
	background:url(/uisy/skin/alert/lc.png) repeat-y;
	width:23px;
}
.com_outbox_main_m{
	background:#FFF;
}
.com_outbox_main_r{
	background:url(/uisy/skin/alert/rc.png) repeat-y right;
	width:21px;
}
.com_outbox_bottom{
	height:21px;
	overflow:hidden;
}
.com_outbox_bottom_l{
	background:url(/uisy/skin/alert/bl.png) no-repeat;
	width:23px;
}
.com_outbox_bottom_m{
	background:url(/uisy/skin/alert/bc.png) repeat-x;
}
.com_outbox_bottom_r{
	background:url(/uisy/skin/alert/br.png) no-repeat right;
	width:21px;
}
.com_outbox_return,.com_outbox_return:visited{
	display:block;
	width:50px;
	height:33px;
	line-height:33px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1287d3, endcolorstr=#0771c1, gradientType=0);
	background: -moz-linear-gradient(top, #1287d3, #0771c1);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1287d3), to(#0771c1));
	background: -o-linear-gradient(top, #1287d3, #0771c1);
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	border:2px solid #FFF;
	border-radius:3px;
}
.com_outbox_return:hover{
	text-decoration:none;
	color:#FFF;
	border:2px solid #f1ca7f;
}
.com_outbox_cancel,.com_outbox_cancel:visited{
	display:block;
	width:50px;
	height:33px;
	line-height:33px;
	text-align:center;
	color:#225599;
	font-size:14px;
}
.com_outbox_cancel:hover{
	text-decoration:none;
	color:#225599;
}
/**
关闭按钮
*/
.com_config_quit {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	cursor: pointer
}
.com_config_quit:hover {
	background: #C13535;
	border-radius: 15px;
	color: #FFF;
	text-decoration: none;
}
/**
footer style
*/
.footer_case {
	padding: 20px 0;
	text-align: center;
	color: #FFF;
	background: #122744;
	line-height: 26px;
}
/**
misc style
*/
.com_misc_bg {
	background-color:#FFF;
}
.com_misc_bg .common_case{
	background:#FFF;
}
.com_misc_get_top{
	width:72px;
	height:72px;
	background-position:-52px -144px;
	cursor:pointer;
	position:absolute;
	bottom:15px;
	right:-76px;
}
.com_misc_get_top:hover{
	background-position:-133px -144px;
}
.com_misc_mask_bg{
	background:#F4F4F4;
	filter:alpha(opacity=80);
	opacity:0.8;
}
/**
v2 style
*/
.com_guide_v2_case{
	height:50px;
	margin:5px 0;
}
.com_ga_v2_vector{
	background:url(/uisy/skin/v2/com_ga_v2_vector.png) no-repeat;
}
.com_guide_v2_logo{
	float:left;
	display:block;
	background-position:-1px -21px;
	width:200px;
	height:47px;
	text-indent:-999px;
	overflow:hidden;
}
.com_guide_user_v2_root{
	padding:22px 0 0 0;
	/*width:310px;*/
}
.com_guide_user_v2_root a,.com_guide_user_root_v2_split{
	display:inline-block;
}
.com_guide_user_online_v2_root a,.com_guide_user_root_v2_menu,.com_guide_user_root_v2_split{
	float:left;
}
.com_guide_user_root_v2_online{
}
.com_guide_user_root_v2_online img{
	width:16px;
	height:16px;
	overflow:hidden;
	margin:0 5px 0 0;
	vertical-align:middle;
}
.com_guide_user_root_v2_quit,.com_guide_user_root_v2_quit:visited{
	color:#999;
}
.com_guide_user_root_v2_split{
	margin:0 15px;
	color:#e2e2e2;
}
.com_guide_user_root_v2_menu{	
	position:relative;
	width:120px;
	height:22px;
	z-index:3;
}
.com_guide_user_root_v2_menu_config,.com_guide_user_root_v2_menu_config:visited{
	color:#666;
	position:absolute;
	z-index:1027;
	width:100%;
	text-align:center;
	height:22px;
	line-height:22px;
	border:1px solid #FFF;
	border-bottom:none;
}
.com_guide_user_root_v2_menu_config:hover,.com_guide_user_root_v2_menu .com_guide_user_root_v2_menu_config_current{
	color:#666;
	text-decoration:none;
	background:#FFF;
	border:1px solid #dcdcdc;
	border-bottom:none;
}
.com_guide_user_root_v2_menu_config i{
	display:inline-block;
	width:8px;
	height:8px;
	background-position:-25px -1px;
}
.com_guide_user_root_v2_menu_config .com_guide_user_root_v2_menu_config_se{
	background-position:-25px -11px;
}
.com_guide_user_root_v2_main{
	background:#FFF;
	border:1px solid #DCDCDC;
	width:195px;
	height:110px;
	position:absolute;
	top:22px;
	left:-75px;
	z-index:1026;
}
.com_guide_user_root_v2_main_item{
	width:165px;
	margin:15px auto 0;
}
.com_guide_user_root_v2_main_item dd{
	float:left;
	width:80px;	
}

.com_guide_user_root_v2_main_item dd a,.com_guide_user_root_v2_main_item dd a:visited{
	color:#b2b2b2;
}
.com_guide_user_root_v2_main_item dd a:hover{
	color:#2CA3D7;
}
.com_guide_user_root_v2_main_l{
	border-right:1px solid #efefef;
}
.com_guide_user_root_v2_main_item .com_guide_user_root_v2_main_r{
	padding:0 0 0 10px;
	width:65px;
}
.com_guide_user_root_v2_msg{
	background-position:-1px -1px;
	width:15px;
	height:12px;
	position:relative;
	margin:7px 0 0;
}
.com_guide_user_root_v2_msg span{
	display:inline-block;
	background:#D10000;
      border: 2px solid #FFF;
   box-shadow: 0 0 6px #000;
	border-radius:12px;
	color:#FFF;
	text-align:center;
	padding:0 4px;
	line-height:14px;
	font-size:9px;
	overflow:hidden;
	position:absolute;
	top:-15px;
	right:-20px;
}
.com_guide_user_unline_v2_root{
	width:150px;
	text-align:right;
}



/*****************城市***************/    
.city {
    float: left; 
    /*padding-left: 20px;*/
}
.cp1 {
    color: #F18000;
    display: block;
    font-size: 16px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    width: 98%;
}
.cp1 a {
    text-decoration: none;
}
.cp1 a {
    color: #0079C1;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 0 13px 0 12px;
    position: relative;
        -moz-box-sizing: inherit;
}

.cp1 span {
     display: inline-block;
    line-height: 16px;
    /*width: 36px;*/
      color: #F18000;
}

.xij {
    position: absolute;
    right: 6px;
    top: 0;
}
.ctxi {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F2F2;
    font-size: 12px;
    left: 200px;
    line-height: 26px;
    padding: 5px 10px;
    position: absolute;
    top: 47px;
    /*width: 400px;*/
     width: 300px;
    z-index: 9999;
}
.ctp1 {
    border-bottom: 1px dashed #EAEAEA;
    display: block;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    width: 376px;
}

.ctxi dl {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 6px 0;
    width: 386px;
}

.ctxi dt {
    color: #666666;
    float: left;
    width: 64px;
}

.ctxi dd {
    color: #666666;
    float: left;
    margin: 0;
    padding: 0;
    width: 322px;
}

.ctxi dd a {
    color: #0079C1;
    display: block;
    float: left;
    padding-right: 8px;
    text-decoration: none;
}


/**新版本界面头部*/
.tools {
    width: 100%;
    background: #2A2C2E;
}

.home-icon {
    background: url(/uisy/skin/Home/global.png) repeat scroll 0 0  ;
}
.tools .tools-l {
      background-position: 5px -102px;
    color: #FFFFFF;
    float: left;
    height: 32px;
    width: 360px;
}
.tools .user-root {
    color: #FFFFFF;
    float: right;
    height: 32px;
    text-align: right;
    width: 50%;
      position: relative;
}
.tools .user-not-login{
    line-height: 25px;}
.tools .user-not-login span{
    font-size:12px;
}
.tools .user-not-login a{
    color:#fff;   display: inline-block;
    padding: 3px;
}
.tools .user-login {
        height: 32px;
 position: absolute;
    right: 0; 
       -moz-box-sizing: inherit !important;
       
}
.tools .user-root-split, .mycert, .user-login a {
    color: #FFFFFF;
    float: left;
    font-family:'Microsoft YaHei';
    font-size: 12px; 
    
     -moz-box-sizing: content-box;
         height: 32px;
    line-height: 32px;
    padding: 0 3px;
}
.user-login a:hover {
    color: #F18100;
   
}
.tools .messagecount {
      position: relative;
   background-position: -118px -159px;
    width: 22px;
}
.tools .messagecount span {
     -moz-box-sizing: content-box;
   background: none repeat scroll 0 0 #D10000;
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 0 6px #000000;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    height: 12px;
    left: 16px;
    line-height: 12px;
    overflow: hidden;
    padding: 0 3px;
    position: absolute;
    text-align: center;
    top: 2px;
}
.tools .user-login i {
     background-position: -22px 2px;
    display: inline-block;
    height: 15px;
    margin-bottom: -3px;
    width: 13px;
}
.tools .user-login a {
   text-decoration: none;
}
.mycertlist {
     background-color: #FFFFFF;
    border: 1px solid #ccc;
    color: #666666;
    display: none;
    right:-1px;
    position: absolute;
    top: 32px;
    z-index: 1000;
    width: 212px; 
    border-top:none;

}
.mycertlist a {
       color: #666666;
    font-size: 12px;
    text-align: center;
    width: 100px;
}
.mycertlist a:hover {
      background: #f5f5f5;
}
.mycertlist dl {
    height: 100%;
    margin-top: 1px;
    width: 100%;
}
.mycertlist-l {
    float: left;
    height: 100%;
    width: 50%;
}
.mycertlist dd {
    padding: 10px 7px 15px 1px;
}
.mycertlist-r {
    border-left: 1px solid #999999;
    float: left;
    height: 100%;
    width: 50%;
}
.tools .user-root img {
    height: 16px;
    margin: 0 5px 0 0;
    overflow: hidden;
    vertical-align: middle;
    width: 16px;
}
.mycert {
    padding:0 10px;position: relative;
}
.mycert.hover {
    background: #fff;
}
.mycert.hover a{
  color:#000;

}
 .mycert.hover a i{
  background-position: -2px 2px;

}
.tools .user-login  .mycerta{
padding:0;}
.header{
   background: #f5f5f5;
    height: 70px;
    width: 100%;
     border-bottom: 1px solid #ccc;
      margin-bottom: 15px;
}
.header .header-l{
float:left;
  position: relative;
}
.header .header-r{
float:right;
    color: #000000;
    margin-top: 25px;
    width: auto;
}
.header-l .logo {
    background-position: 5px -45px;
    color: #FFFFFF;
    float: left;
    height: 53px;
    margin-top: 10px;
    width: 200px;
}
.header-l .city {
    float: left;
    margin-top: 23px;
    padding: 2px;
    width: 100px;
}

.city .cityi { 
    background-position: -1px 4px;
    display: inline-block;
    height: 15px;
    width: 14px;
}
.header-r .header-nav {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}
.header-r .header-nav-pills > li {
    float: left;
}
.header-r  .header-nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
    font-family:'Microsoft YaHei' 
}

.header-r .header-nav > li > a:hover, .header-r .header-nav > li > a:focus, .header-r .header-nav > li .hover{
   
    border-radius: 0;
    border-top: 5px solid #F18100;
    color: #000000;
    padding-top: 5px;
    text-decoration: none;
}
.header-r .header-nav a {
    color: #000000;
    font-size: 14px;
}

/*******  footer   style  ****/
.footer3{
     background:  #f18000;
    margin-top: 30px;
    padding: 20px 0;
  
}
.footer3 span{
   color: #fff;
    font-weight: 700;
}
.footer3 a{
   color: #fff;
     margin-right: 10px;
}
.footer{
     background: none repeat scroll 0 0 #666;
    color: #999;
    padding: 20px 0;
}
.footer2, .footer2 a {
    color: #666666;
    line-height: 26px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.ui-footer-sitelink a {
    padding: 20px;
}

.footer {  background:   #2A2C2E;
    color: #8E999D;
    font-size: 12px;
    line-height: 24px;
    margin-top: 20px;
    padding: 20px 0;
    width: 100%; }

.footer .container{
    margin:0 auto;
      padding: 0;
    width: 1060px;
}
.footerwaper {
    overflow: hidden;
    padding-bottom: 20px;
}
  .footer_intro {
    border-right: 1px solid #4F5153;
    line-height: 24px;
    padding-left: 10px;
    width: 395px;
}
    .footer_intro p {
        padding: 0 10px;
}
.footer_logo {
    background: url("/uisy/skin/footer/logo.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  height: 80px;
    margin-left: 5px;
    margin-top: -10px; 
    width: 340px;
}

 .footer_intro,  .footer_link,   .attention {
    float: left;
    display:inline;
    height: 150px;
    margin-top: 25px;
}

 .footer_link {
    border-right: 1px solid #4F5153;
    padding: 0 50px;
    width: 335px;
    *width:235px;
    box-sizing: border-box;
}
  .footer_link ul {
     
     
    padding: 8px 0 0 0;
      overflow: hidden;
     list-style: none outside none;
}
  .footer_link li {
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 115px;
}
 .footer  a:link, .footer a:visited {
    color: #8E999D;
}
  .footer  a:hover{
    color: #fff;
}
  .footer .attention {
    height: 98px;
    padding: 12px 0 0 65px;
}

 .footer .attention a {
    background: url(/uisy/skin/gotoTop.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 32px;
    margin-right: 11px;
    margin-top: 15px;
    opacity: 0.5;
    overflow: hidden;
    text-indent: -99em;
    width: 32px;
}
  .footer .attention a:hover {
   opacity: 1;
}
 .footer #qzone {
    background-position: 0 -96px;
}
.footer #sinaweibo {
    background-position: -48px -96px;
}
.footer #qqweibo {
    background-position: -96px -96px;
}
/**
ipush style
*/
.root_ipush_case{
	width:700px;
	height:200px;
	overflow:hidden;
	position:relative;
	margin:0 0 20px;
}
.root_ipush_config{
	text-align:right;
	position:absolute;
	right:10px;
	bottom:5px;
}
.root_ipush_config dd{
	display:block;
	float:left;
	border-radius:10px;
	background:#122744;
	margin:0 0 0 5px;
	cursor:pointer;
	text-align:center;
	width:8px;
	height:8px;
	line-height:8px;
	overflow:hidden;
	color:#FFF;
}
.root_ipush_config dd:hover,.root_ipush_config .root_ipush_config_current{
	background:#2ca3d7;
}
/**
fast bar
*/
.root_quick_fast_bar_case{
	margin:10px 0 0 0;
}
.root_quick_fast_bar_case h1{
	width:238px;
	height:33px;
	margin:0 0 10px;
}
.root_quick_fast_bar_case img{
	display:block;
	margin:0px;
}
.root_mf_service_qq_case{
	margin:10px 0 0 0;
}
.root_mf_calculator_case{
	margin:10px 0;
}
/***
	############################################################## v2 style  ############################################################## 
**/
.root_ga_v2_iconv{
	background:url(/uisy/skin/v2/root/ga_iconv.png) no-repeat;
}
.root_v2_ipush_case{
	background:#e7e7e7;
}
.root_v2_ipush_case .common_case{
	position:relative;
	overflow:hidden;
}
.ipush_mini_config_up,.ipush_mini_config_next{
	display:block;
	background:url(/uisy/skin/ipush_config.png) no-repeat;
	width:52px;
	height:52px;
}
.ipush_mini_config_up{
	position:absolute;
	top:45%;
	left:0px;
	background-position:-2px -1px;
	z-index:1000;	
}
.ipush_mini_config_up:hover{
	background-position:-61px -1px;
}
.ipush_mini_config_next{
	position:absolute;
	top:45%;
	right:0px;
	background-position:-2px -60px;	
	z-index:1000;
}
.ipush_mini_config_next:hover{
	background-position:-61px -61px;
}
.root_v2_ipush_main,.root_v2_ipush_main dd,.root_v2_ipush_main dd img{
	display:block;	
	overflow:hidden;
}
/*
@media screen and (min-width:1600px){
	.root_v2_ipush_main,.root_v2_ipush_main dd,.root_v2_ipush_main dd img{
		height:390px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1559px) {
	.root_v2_ipush_main,.root_v2_ipush_main dd,.root_v2_ipush_main dd img{
		height:330px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
	.root_v2_ipush_main,.root_v2_ipush_main dd,.root_v2_ipush_main dd img{
		height:203px;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.root_v2_ipush_main,.root_v2_ipush_main dd,.root_v2_ipush_main dd img{
		height:157px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
	.root_v2_ipush_main,.root_v2_ipush_main dd,.root_v2_ipush_main dd img{
		height:90px;
	}
}
@media only screen and (max-width: 479px) {
	.root_v2_ipush_main,.root_v2_ipush_main dd,.root_v2_ipush_main dd img{
		height:90px;
	}
}
*/
.root_v2_ipush_main dd{
	float:left;
}
.root_v2_iv_ga{
	background:url(/uisy/skin/v2/root/root_guide.png) no-repeat;
}

.root_v2_iv {
    background: url("/uisy/skin/v2/root/root_guide.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 62px;
    margin: 5px auto 0;
}

/*.root_v2_iv a,.root_v2_iv_ch6{
	display:block;
	float:left;
	height:62px;
	text-indent:-999px;
	overflow:hidden;
}
.root_v2_iv_ch1{
	width:122px;
	background-position:0 0;
}
.root_v2_iv_ch1:hover{
	background-position:0 -78px;
}
.root_v2_iv_ch2{
	width:128px;
	background-position:-121px 0;
}
.root_v2_iv_ch2:hover{
	background-position:-121px -78px;
}
.root_v2_iv_ch3{
	width:122px;
	background-position:-249px 0;
}
.root_v2_iv_ch3:hover{
	background-position:-249px -78px;
}
.root_v2_iv_ch4{
	width:128px;
	background-position:-371px 0;
}
.root_v2_iv_ch4:hover{
	background-position:-371px -78px;
}
.root_v2_iv_ch5{
    width: 165px;
	background-position:-505px 0;
}
.root_v2_iv_ch5:hover{
	background-position:-505px -78px;
}
.root_v2_iv_ch6{
    width: 282px;
	background-position:-670px 0;
}*/
.root_v2_iv a {
    display: block;
    float: left;
    height: 62px;
    overflow: hidden;
    text-indent: -999px;
}
.root_v2_iv_ch1 {
    width: 120px;
}
.root_v2_iv_ch2 {
    margin: 0 0 0 2px;
    width: 125px;
}
.root_v2_iv_ch3 {
    width: 122px;
}
.root_v2_iv_ch4 {
    width: 128px;
}
.root_v2_iv_ch5 {
    margin: 0 0 0 25px;
    width: 130px;
}
.root_v2_jj_case{
	margin:0 auto 50px;
}
.root_v2_jj_case img{
	display:block;
}
.root_v2_jj_case a{
	display:block;
	width:100%;
	height:100%;
	opacity:0.8;
	filter:alpha(opacity=80)\9;
}
.root_v2_jj_case .root_v2_jj_current{
	opacity:1;
	filter:alpha(opacity=100)\9;
}
.root_v2_jj_case a:hover{
	opacity:1;
	filter:alpha(opacity=100)\9;
}
.root_v2_jan_case{
	margin:25px auto 0;
	padding:0 0 20px;
}
.root_v2_jan_main{
	margin:0px 0 0 17px;
	+overflow:hidden;
	_overflow:hidden;	
}
.root_v2_jan_main{	
	height:60px;
	overflow:hidden;
}
.root_v2_jan_main_item{
	width:215px;
	height:60px;	
	float:left;
	margin:0 23px 0px 0;
	position:relative;
	cursor:pointer;
}
.root_v2_jan_main_item .root_v2_jan_main_item_m{
	position:absolute;
	bottom:3px;
	right:5px;
	overflow:hidden;
}
.root_v2_jan_main_item_i1 .root_v2_jan_main_item_m,.root_v2_jan_main_item_i1 .root_v2_jan_main_item_m:visited{
	color:#7faecc;
}
.root_v2_jan_main_item_i2 .root_v2_jan_main_item_m,.root_v2_jan_main_item_i2 .root_v2_jan_main_item_m:visited{
	color:#bc865a;
}
.root_v2_jan_main_item_i3 .root_v2_jan_main_item_m,.root_v2_jan_main_item_i3 .root_v2_jan_main_item_m:visited{
	color:#4d81a9;
}
.root_v2_jan_main_item_i4{
	background-position:-740px -158px;
	margin:0px;
}
.root_v2_jan_main_item_i4 .root_v2_jan_main_item_m,.root_v2_jan_main_item_i4 .root_v2_jan_main_item_m:visited{
	color:#01a279;
}
.root_v2_jan_t{
	background:url(/uisy/skin/v2/root/ga_iconv.png) no-repeat;
	height:68px;
}
.root_v2_jan_act{
	margin:0px 0 0 17px;
	height:150px;	
}
.root_v2_jan_act .root_v2_jan_main_item{
	padding:9px 0 0 0;
}
.root_v2_jan_act .root_v2_jan_main_item span{
	color:#666;
	margin:0 5px 0 0;
}
.root_v2_jan_act .root_v2_jan_main_item a,.root_v2_jan_act .root_v2_jan_main_item a:visited{
	color:#999;
	line-height:24px;
}
.root_v2_jan_act .root_v2_jan_main_item a:hover{
	color:#7faecc;
}
.root_v2_jan_act .root_v2_jan_main_item p{
	text-align:right;
}
.root_v2_jan_act .root_v2_jan_main_item .root_v2_jan_main_item_ch{
	text-align:left;
}
.root_v2_jan_act .root_v2_jan_main_item .root_v2_jan_main_item_m{
	position:static;
}

.f_l{float:left}.f_r{float:right}.mt5{margin-top:5px}.mt10{margin-top:10px}.mt20{margin-top:20px}.ml20{margin-left:20px}.lh50{line-height:50px}.lh65{line-height:65px}.lh1{line-height:1}.lh2{line-height:2}.clear{clear:both}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.b-c-red{border:1px solid #D10!important}.f_r{float:right}.hide{display:none!important}.ui-tools-top,.ui-tools-bottom{position:fixed;right:10px;top:160px}.ui-tools-bottom{bottom:70px;top:auto;z-index:100}.ui-tools-bottom .item-tools{background:none repeat scroll 0 0 #989898;border-radius:2px;color:#FFF;display:block;height:50px;line-height:50px;margin-bottom:5px;overflow:hidden;text-align:center;width:50px}.iconfont{font-family:"fontello";font-style:normal;font-weight:normal}.ui-tools-gotop .iconfont{font-size:36px}.ui-tools-app{display:block}.ui-tools-ranking,.ui-tools-contact,.ui-tools-app,.ui-tools-question,.ui-question-relative,.ui-tools-help{position:relative}.ui-tools-bottom .ui-ico{vertical-align:middle}.ui-ico-mobile{background-position:-180px 0;height:30px;width:20px}.ui-ico-question{background-position:-172px -40px;height:30px;width:30px}.ui-ico-iphone{background-position:0 -165px}.ui-ico-android{background-position:-28px -165px}.ui-ico-help{width:29px;height:23px;background-position:-171px -82px}.ui-ico{background-image:url("/uisy/skin/Home/global.png");background-repeat:no-repeat;display:inline-block;line-height:14px;margin-top:1px;*margin-top:8px;vertical-align:text-top}.ui-footer-about .item-weibo .ui-ico{margin-right:8px}.ui-ico-sohu,.ui-ico-sina,.ui-ico-qq{background-position:-98px 0;height:18px;width:18px;display:inline-block;line-height:14px;margin-top:1px;vertical-align:middle}.ui-ico-feed{background-position:-153px 0;height:26px;width:25px}.ui-ico-chat{background-position:-52px 0;height:37px;width:39px}.ui-ico-ranking{background-position:-121px -47px;height:31px;width:31px}.ui-ico-ranking3{background-position:-120px -91px;height:32px;width:32px}.ui-ico-ranking2{background-position:-122px -134px;height:32px;width:28px}.ui-ico-ranking1{background-position:-172px -134px;height:32px;width:28px}.ui-ico-contact{background-position:0 0;height:32px;width:30px}.ui-ico-goTop{background-position:-130px -10px;height:12px;width:24px}.ui-ico-sina{background-position:-19px -216px}.ui-ico-sohu{background-position:-1px -216px}.ui-ico-qq{background-position:-37px -216px}.ui-tools-app .ui-poptipnoc{display:none;height:156px;left:-135px;position:absolute;top:-55px;width:125px}.ui-poptipnoc-left{margin-left:-10px}.ui-poptipnoc{background-clip:padding-box;background-color:#FFF;border:1px solid #FFC059;border-radius:2px;box-shadow:1px 1px 3px rgba(0,0,0,0.4);display:none;left:0;padding:1px;position:absolute;text-align:left;top:0;white-space:normal;z-index:200}.ui-poptipnoc-left .ui-poptipnoc-arrow{border-left-color:#FFC059;border-right-width:0;margin-top:-11px;right:-11px;top:50%}.ui-poptipnoc-arrow{border-width:11px}.ui-poptipnoc-left .ui-poptipnoc-arrow i{border-left-color:#FFF;border-right-width:0;bottom:-10px;right:1px}.ui-poptipnoc-arrow i{border-width:10px}.ui-poptipnoc-arrow,.ui-poptipnoc-arrow i{border-color:rgba(0,0,0,0);border-style:solid;display:block;height:0;position:absolute;width:0}.ui-poptipnoc{text-align:left;white-space:normal}.ui-tools-bottom .item-tools{color:#FFF;line-height:50px;text-align:center}.ui-tools-bottom .item-ranking{background:none repeat scroll 0 0 #f3564a}.ui-tools-bottom .item-ranking1{background:none repeat scroll 0 0 #0e97e6}.ui-tools-bottom .item-ranking2{background:none repeat scroll 0 0 #0cb310}.ui-tools-bottom .item-ranking3{background:none repeat scroll 0 0 #efda25}.ui-tools-bottom .item-contact{background:none repeat scroll 0 0 #989898}.ui-tools-bottom .item-tools .msg-tip{background:#F10;border:2px solid #fff;border-radius:50%;height:10px;position:absolute;right:0;width:10px}.ui-tools-bottom .item-tools:hover{background:none repeat scroll 0 0 #666;color:#FFF;text-decoration:none}.ui-tools-bottom .item-ico,.ui-tools-bottom .item-txt{display:block;height:50px}.ui-tools-bottom .item-txt{font-size:12px;height:30px;line-height:15px;padding:10px}.ui-tools-bottom .item-ico{transition:all .3s ease-in 0s}.ui-tools-gotop .iconfont{font-size:36px}.ui-tools-gotop .ui-ico-toppig{margin-left:-6px}.ui-tools-app a:hover .item-ico{margin-top:-50px}.ui-tools-question a:hover .item-ico{margin-top:-50px}.ui-tools-app a:hover .ui-poptipnoc{display:block}.ui-tools-app .ui-poptipnoc-bd{color:#666;padding:8px;white-space:nowrap}.ui-tools-app .ui-poptipnoc-bd>div{display:inline-block;vertical-align:top}.ui-tools-app .ui-poptipnoc-bd>div.ui-vline{background:none repeat scroll 0 0 #ccc;height:145px;margin:0 6px;width:1px}.ui-tools-app .ui-poptipnoc-bd>div>div{height:100px;width:100px}.ui-tools-app .ui-poptipnoc-bd>div .item-weixin{background:url("/uisy/skin/hqcd-weixin.png") repeat scroll 0 0}.ui-tools-app .ui-poptipnoc-bd>div .item-mobile{background:url("/uisy/skin/1126165521.png") repeat scroll 0 0}.ui-tools-app .ui-poptipnoc-bd img{height:100px;vertical-align:top;width:100px}.ui-tools-app .ui-poptipnoc-bd p{line-height:16px;margin-top:4px;text-align:center}.ui-tools-feed .item-ico{margin-top:-50px}.ui-tools-feed a:hover .item-ico{margin-top:0}.ui-tools-chat a:hover .item-ico{margin-top:-50px}.ui-tools-ranking a:hover .item-ico{margin-top:-50px}.ui-tools-contact a:hover .item-ico{margin-top:-50px}.ui-tools-help .item-ico{margin-top:-50px}.ui-tools-help a:hover .item-ico{margin-top:0}.ui-tools-bottom .item-ranking:hover{background:none repeat scroll 0 0 #f3564a}.ui-tools-bottom .item-ranking1:hover{background:none repeat scroll 0 0 #0e97e6}.ui-tools-bottom .item-ranking2:hover{background:none repeat scroll 0 0 #0cb310}.ui-tools-bottom .item-ranking3:hover{background:none repeat scroll 0 0 #efda25}.ui-tools-bottom .item-contact:hover{background:none repeat scroll 0 0 #989898}.group-chat{width:500px;height:500px;background:#ff0;position:absolute;left:-505px;top:-500px}.ui-ranking-div{position:absolute;left:-115px;top:0;width:115px;height:auto}.ui-ranking-div .ui_ranking_left-title .item-tools{float:left;margin-left:5px}.ui-ranking-left-con{width:302px;height:100px;margin-top:55px;margin-left:-193px}.ui-ranking-left-con .ui-ranking-con div.ui-ranking-cont{width:100%;height:85px;border-top-left-radius:5px;border-top-right-radius:5px}.ui-ranking-left-con .ui-ranking-con div.ui-ranking-cont1{background:url(/uisy/skin/common/rank_bg1.jpg)}.ui-ranking-left-con .ui-ranking-con div.ui-ranking-cont2{background:url(/uisy/skin/common/rank_bg2.jpg)}.ui-ranking-left-con .ui-ranking-con div.ui-ranking-cont p.p1{font-size:16px;font-family:'Microsoft YaHei';color:#fff;padding-top:12px;text-indent:35px;text-align:left;line-height:1}.ui-ranking-left-con div.ui-ranking-cont p.p2{font-size:56px;font-family:'Microsoft YaHei';color:#fff;text-align:center;text-indent:30px;margin-top:-12px}.ui-ranking-left-con .ui-ranking-con div.ui-ranking-conb{height:auto;padding:25px 15px;background:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.ui-ranking-left-con .ui-ranking-con div.ui-ranking-conb1{border:1px #8ec5d8 solid}.ui-ranking-left-con .ui-ranking-con div.ui-ranking-conb2{border:1px #0cb310 solid}.ui-ranking-left-con .ui-ranking-con div.ui-ranking-conb p.p1{font-size:12px;font-family:'SimSun';color:#999;line-height:22px;text-align:left}.ui-ranking-left-con .ui-ranking-con div.ui-ranking-conb p.p1 span{font-size:14px;color:#f3574b}.ui-ranking-left-con .ui-ranking-con div.ui-ranking-conb hr{border-top:1px #999 dotted;height:1px}.ui-contact-div{position:absolute;left:-307px;top:-108px;width:302px;height:auto;color:#333}.ui-contact-con div.ui-contact-cont{width:100%;height:40px;border-top-left-radius:10px;border-top-right-radius:10px;background:url(/uisy/skin/common/contact_bg.jpg)}.ui-contact-con div.ui-contact-cont p.p1{position:relative;font-size:15px;font-family:'Microsoft YaHei';color:#fff;padding-top:12px;text-indent:40px;text-align:left;line-height:1}.ui-contact-con div.ui-contact-cont p.p1 i{position:absolute;left:17px;width:14px;height:18px;background:url(../skin/Home/global.png) no-repeat 0 -623px}div.ui-contact-cont p.p2{font-size:12px;font-family:SimSun;color:#fff;text-align:left;margin-top:10px;padding-left:17px;line-height:20px}.ui-contact-con div.ui-contact-conb{height:auto;padding:10px 15px 15px;background:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border:1px #8ec5d8 solid}.bd{width:272px;margin:0 auto;height:200px}.top{height:200px;width:270px;overflow:hidden;float:left}.top ul{width:270px;padding-bottom:5px}.top ul li{position:relative;padding:2px;border-bottom:1px dotted #e5e5e5;font-size:0;margin-top:5px;height:50px}.top ul li i{position:absolute;left:0;top:7px;width:19px;height:19px;border-radius:19px}.top ul li i img{border-radius:19px;border:1px #e9e9e9 solid}.top ul li i.portrait12{background-position:-129px -623px}.top ul li i.portrait13{background-position:-129px -623px}.top ul li i.portrait14{background-position:-129px -623px}.scroll{width:2px;height:200px;float:left;position:relative}.top ul li p{position:absolute;left:33px;top:7px;color:#999;font:normal 12px SimSun;line-height:20px}.top ul li p span{color:#000}#scroll_bd #bd #ul li p{text-align:left}.grid{margin:0 auto;width:960px}.footer_case .grid{position:relative}.grid:before,.grid:after{content:"";display:table;line-height:0}.grid:after{clear:both}.grid:before,.grid:after{content:"";display:table;line-height:0}.ui-footer-about{height:130px;padding-bottom:20px}.ui-footer-about dl{float:left;margin:0;width:135px}.ui-footer-about dt{font-weight:700;color:#aaa;font-size:14px;margin-bottom:2px}.ui-footer-about dd{line-height:20px;margin-left:0}.ui-footer-about dd a{color:#AAA}.ui-footer-about dd.download{text-align:left}.footer_case a{color:#999}.ui-footer-exlink,.ui-footer-sitelink{line-height:35px}.ui-footer-exlink{border-bottom:1px solid #2A2A2A;position:relative;text-align:left}.ui-footer-exlink a{margin-right:5px}.ui-footer-exlink .item-more{font-family:simsun;position:absolute;right:0;top:0}.ui-footer-sitelink{padding:5px 0}.split{color:#E5E5E5;display:inline-block}.ui-footer-copyright p{margin:0}.ui-footer-copyright p.item-icp{color:#999}.footer-logo{background:url("/uisy/skin/footer_logo.png") repeat scroll 0 0;display:inline-block;height:60px;width:70px}.ui-footer-about .item-app a{display:inline-block;margin-bottom:5px}.ui-footer-about .item-app a .ui-ico-iphone,.ui-footer-about .item-app a .ui-ico-android{display:inline-block;height:20px;width:20px;margin-right:5px;vertical-align:top}.ui-footer-about .item-app dt,.ui-footer-about .item-app dd{text-align:left}.ui-tools-bottom .none{display:none}.ui-tools-question .ui-question-div{border:1px solid #999;background:#EFEFEF;left:-305px;position:absolute;top:-255px;width:300px;line-height:20px;text-align:left;font-size:12px;height:600px}.ui-question-div .ui-question-add{padding:10px 10px 0}.ui-question-add .ui-question-title{color:#999;padding:5px 10px}.ui-question-title a{color:#f18000;text-decoration:underline}.ui-question-div .ui-question-form{padding-top:5px}.ui-question-form li{padding-bottom:5px}.ui-question-form li .search{float:left;position:relative}.ui-question-form li .search .in_btn{background:#eee;border:1px solid #ccc;border-radius:2px;height:30px;width:100px;cursor:pointer}.ui-question-form li .search .in_btn:hover,.ui-question-form li .search .in-click{color:#666;background:#ddd}.ui-question-form li .search-txt{width:188px;box-sizing:border-box}.com_ga_iconv_misc{background:url(/uisy/skin/ga_iconv_misc.png)}.icon-magnify{background-position:-45px -52px;height:12px;vertical-align:-3px;width:12px}.ui-question-form li .search .zg-icon{position:absolute;right:10px;top:15px}.ui-question-form li .search-label{color:#999;line-height:25px;float:right;padding-left:10px}.ui-question-form li .search-label span{color:#F18000;font-weight:bold}.ui-question-form input,.ui-question-form textarea{padding:5px;color:#999;border:1px solid #ccc;font-size:12px;width:268px}.ui-question-form input:focus,.ui-question-form textarea:focus{color:#333}.ui-question-form .q-btn{background:#F18000;border:medium none;border-radius:2px;padding:5px;font-size:14px;cursor:pointer;color:#fff;width:280px}.ui-question-form input.q-btn:focus{color:#fff}.ui-question-div .ui-question-myQ{position:absolute;width:300px}.ui-question-myQ .updown{text-align:center;border-bottom:1px solid #999}.ui-question-myQ .l-u-d{display:inline-block;height:30px;width:60px;cursor:pointer}.ui-question-myQ .l-up{background:url(/uisy/skin/common/up.png)}.ui-question-myQ .l-down{background:url(/uisy/skin/common/down.png)}.ui-question-myQ .ui-question-qlist{height:500px;padding:5px;background:#fff;overflow-y:auto}.search .search-div{position:absolute;background:#fff;border:1px solid #ccc;clear:both;margin-top:5px;padding:5px;position:absolute;width:200px;z-index:10;box-sizing:border-box}.ui-question-form li .search-list{border:1px solid #ccc;height:182px;margin-top:5px;overflow-y:auto;width:189px;box-sizing:border-box}.search-list .search-list-row{clear:both;cursor:pointer;padding:5px;height:36px;box-sizing:border-box}.search-list .search-active,.search-list .search-list-row:hover{background-color:#fbc485}.search-list-row .search-img,.jbox-content .search-img{height:25px;margin:0 10px 0 0;vertical-align:middle;width:25px}.search-list-row .search-name{display:inline-block;line-height:25px;text-overflow:ellipsis;white-space:nowrap}.q-timeline{list-style:none outside none;margin:5px 0 0;padding:0;position:relative}.q-timeline:before{background:none repeat scroll 0 0 #AFDCF8;bottom:0;content:"";left:22.5%;position:absolute;top:0;width:10px}.q-timeline>li .q-time{display:block;position:absolute;width:20%}.q-timeline>li .q-time span{display:block}.q-timeline>li .q-time span:first-child{color:#BDD0DB;font-size:.9em}.q-timeline>li .q-time span:last-child{color:#3594CB;font-size:20px}.q-timeline>li:nth-child(2n+1) .q-time span:last-child{color:#6CBFEE}.q-timeline>li .q-icon{background:none repeat scroll 0 0 #46A4DA;border-radius:50%;box-shadow:0 0 0 8px #AFDCF8;color:#FFF;font-family:'ecoico';font-size:1.4em;font-style:normal;font-variant:normal;font-weight:normal;height:15px;left:20%;line-height:40px;margin:0 0 0 5px;position:absolute;text-align:center;text-transform:none;top:0;width:15px}.q-icon-phone:before{content:""}.q-icon-screen:before{content:""}.q-timeline>li .q-label{background:none repeat scroll 0 0 #3594CB;border-radius:5px;color:#FFF;font-size:1.2em;font-weight:300;line-height:1.4;margin:0 0 15px 33%;padding:.7em;position:relative}.q-timeline>li:nth-child(2n+1) .q-label{background:none repeat scroll 0 0 #6CBFEE}.q-timeline>li .q-label:after{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:rgba(0,0,0,0) #3594CB rgba(0,0,0,0) rgba(0,0,0,0);border-image:none;border-style:solid;border-width:10px;content:" ";height:0;pointer-events:none;position:absolute;right:100%;top:4px;width:0}.q-timeline>li:nth-child(2n+1) .q-label:after{border-right-color:#6CBFEE}.q-timeline>li .q-label h2{border-bottom:1px solid rgba(255,255,255,0.4);margin-top:0;padding:0 0 10px}.q-timeline>li .q-label a{color:#fff}.q-timeline>li .q-label a:hover{text-decoration:underline}.q-timeline>li .q-label li{background:#fff;border-radius:2px;color:#999;margin-bottom:5px;padding:5px;line-height:20px}.q-timeline>li .q-label i{background:#fff;height:15px;position:absolute;right:0;top:0;width:15px;cursor:pointer}.q-timeline>li .q-label img{background:#000;border-radius:50px;height:25px;vertical-align:middle;width:25px;transition:transform .2s ease-in 0s}.q-timeline>li .q-label li:hover img{transform:rotate(270deg)}.q-timeline>li .q-label div{font-size:12px}#ask_answer{width:121px;height:178px;position:fixed;right:10px;bottom:450px;top:auto;background:url(/uisy/skin/wjdc.png) no-repeat;z-index:100}.aa_close_parent{width:121px;height:178px;position:relative}.aa_close_parent a{width:121px;height:178px;display:block}.question_add{width:98%}.question_add .add_row{padding:5px 15px}.question_add .add_row .gray{color:#bbb;font-size:14px}.question_add .add_row .gray .label{border:1px solid #39f;border-radius:4px;color:#222;cursor:pointer;margin-bottom:10px;margin-right:10px;padding:5px}.question_add .add_row .gray .hover{background:none repeat scroll 0 0 #39f;color:#fff}.question_add .add_row input[type="text"]{border:1px solid #bbb;border-radius:4px;font-size:18px;height:25px;padding:5px;width:100%}.question_add .add_row textarea{border:1px solid #bbb;border-radius:4px;font-size:18px;height:100px;padding:5px;width:100%}.question_add .add_row .add_title{font-size:14px;padding-bottom:5px}.question_add .add_row .add_left{float:left}.question_add .add_row .add_right{color:#bbb;float:right}
