<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*core variables*/
/*=====Typography======*/
/*=====Colors======*/
/*=====tooltip======*/
/*=====buttons======*/
/*=====Scaffolding======*/
/*====table====*/
/*====page====*/
/*==popup===*/
/*alert*/
/*datepicker*/
/*form*/
/*core ui*/
/*ui base*/
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  color: #333333;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
  font-size: 12px;
  line-height: 1.5;
  font-family: arial, "Hiragino Sans GB", simsun, sans-serif;
}
input,
select,
textarea {
  font-size: 100%;
  background: #ffffff;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:before,
q:after {
  content: '';
}
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*鼠标聚焦时不显示虚线框 FireFox*/
a:focus,
input:focus,
button:focus {
  outline: none;
}
.lt-ie8 a,
.lt-ie8 button,
.lt-ie8 input {
  /*star:e("expression(eval(this.onFocus=this.blur()))");*/
  outline: none;
}
/* 默认不显示下划线，保持页面简洁 */
/*ins,a {*/
ins {
  text-decoration: none;
}
/* 代码字体 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/* 清理浮动 */
.ui-clear {
  zoom: 1;
}
.ui-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* 隐藏, 通常用来与 JS 配合 */
body .ui-hide {
  display: none;
}
/* 设置内联, 减少浮动带来的bug */
.ui-left,
.ui-right {
  display: inline;
}
.ui-left {
  float: left;
}
.ui-right {
  float: right;
}
/* 单行文字溢出时出现省略号，需设定宽度 */
.ui-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* chrome 下字体过小的问题 */
.ui-webkit-adjust {
  -webkit-text-size-adjust: none;
}
/* 正常链接 未访问 */
a:link,
a:visited {
  color: #4071b6;
}
/* 鼠标悬停 */
a:hover {
  color: #ff4400;
  text-decoration: none;
}
a.ui-text-nounderline:link,
a.ui-text-nounderline:visited {
  text-decoration: none;
}
a.ui-text-nounderline:hover {
  color: #ff4400;
  text-decoration: underline;
}
a.ui-text-red:link,
a.ui-text-red:visited {
  color: #ff4400;
  text-decoration: none;
}
a.ui-text-red:hover {
  color: #ff4400;
  text-decoration: underline;
}
.ui-text-gray-dark a:link,
.ui-text-gray-dark a:visited {
  color: #000;
  text-decoration: none;
}
.ui-text-gray-dark a:hover {
  color: #ff4400;
  text-decoration: underline;
}
.ui-text-gray a:link,
.ui-text-gray a:visited {
  color: #333333;
  text-decoration: none;
}
.ui-text-gray a:hover {
  color: #ff4400;
  text-decoration: underline;
}
.ui-text-gray-light a:link,
.ui-text-gray-light a:visited {
  color: #666666;
  text-decoration: none;
}
.ui-text-gray-light a:hover {
  color: #ff4400;
  text-decoration: underline;
}
.ui-verticalMiddle {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ui-color-blue {
  color: #4372ba;
}
.ui-bold {
  font-weight: bold;
}
.ui-color-green {
  color: #33cc33;
}
.ui-hasTspace10 {
  padding-top: 10px;
}
.ui-blod {
  font-weight: bold;
}
.ui-color-red-light {
  color: #f40;
}
.ui-num {
  font-family: "arial";
}
.space01 {
  display: inline-block;
  width: 11px;
  height: 1px;
}
.space02 {
  display: inline-block;
  width: 13px;
  height: 1px;
}
.clearfix {
  zoom: 1;
}
.ui-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4C000000', EndColorStr='#4C000000');
}
.ui-layer-con {
  position: absolute;
  left: 50%;
  top: 50%;
}
input.placeholder {
  color: #999;
}
/*ui grid*/
.ui-grid-350,
.ui-grid-340,
.ui-grid-700,
.ui-grid-290,
.ui-grid-640 {
  margin: 0 5px 0;
  float: left;
  display: inline;
}
.ui-grid-710b {
  margin-left: 5px;
  float: left;
  display: inline;
}
.ui-grid-290b {
  margin-right: 5px;
  float: left;
  display: inline;
}
.ui-grid-350 {
  width: 350px;
}
.ui-grid-340 {
  width: 340px;
}
.ui-grid-700 {
  width: 700px;
}
.ui-grid-710b {
  width: 710px;
}
.ui-grid-290b {
  width: 291px;
  margin-left: -1px;
}
.ui-grid-290 {
  width: 290px;
}
.ui-grid-640 {
  width: 640px;
}
.ui-grid-row {
  margin-right: -5px;
  margin-left: -5px;
  zoom: 1;
}
.ui-grid-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*ui-table*/
.ui-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.ui-table tr th,
.ui-table tr td {
  color: #333333;
  text-align: center;
  line-height: 20px;
  padding: 10px 0px;
}
.ui-table tr th {
  font-weight: 500;
  background: #f5f5f5;
}
.ui-table tr.even td {
  background: #fcfcfc;
}
.ui-table tr td {
  background: #fff;
}
.ui-table tr td.ui-table-up {
  color: #ff0000;
}
.ui-table tr a.ui-table-red,
.ui-table tr b.ui-table-red {
  color: #ff0000;
}
.ui-table tr span.ui-table-gray {
  color: #999999;
}
.ui-table tr td.ui-table-down {
  color: #008000;
}
.ui-table tr td.ui-table-left {
  text-align: left;
  text-indent: 10px;
}
.ui-table tr td.ui-table-digit {
  font-family: arial;
  font-weight: bold;
}
.ui-table tr td.ui-table-right {
  text-align: right;
}
.ui-table tr td.ui-table-Border {
  border-bottom: 1px solid #d4d4d4;
}
.ui-table tr span.blank {
  padding: 0 10px;
  color: #d4d4d4;
}
.ui-table-bordered {
  border: 1px solid #d4d4d4;
}
.ui-table-bordered tr th,
.ui-table-bordered tr td {
  border: 1px solid #d4d4d4;
}
.ui-table-bordered-dashed {
  border: 1px solid #d4d4d4;
}
.ui-table-bordered-dashed tr td {
  border-bottom: 1px dashed #d4d4d4;
}
.ui-table-bordered-th {
  border: 1px solid #d4d4d4;
}
.ui-table-bordered-th tr th {
  border: 1px solid #d4d4d4;
}
.ui-table-bordered-th-blank {
  border: 1px solid #fff;
}
.ui-table-bordered-th-blank tr th {
  border: 2px solid #fff;
}
.ui-table-hover tbody tr:hover td,
.ui-table-hover tbody tr.ui-hover td {
  background: #f2faff;
}
/*ui button*/
.ui-btn {
  margin-bottom: 0;
  /*for input.ui-btn*/
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  font-family: inherit;
  /* Correct font family not being inherited in all browsers for &lt;button&gt; &lt;input&gt; */
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
}
.ui-btn:hover {
  text-decoration: none;
}
.lt-ie8 .ui-btn {
  display: inline;
  zoom: 1;
  overflow: visible;
  /* for a ie6/7 bug http://blog.csdn.net/jyy_12/article/details/6636099 */
}
.ui-btn-orange {
  color: #ffffff;
  background: #ff4400;
  border-color: #ff4400;
}
a.ui-btn-orange:link,
a.ui-btn-orange:visited {
  color: #ffffff;
}
.ui-btn-orange-hover,
.ui-btn-orange:hover,
.ui-btn-orange:active {
  color: #ffffff;
  background: #ff631e;
  border-color: #ff631e;
}
.ui-btn-blue {
  color: #ffffff;
  background: #4372ba;
  border-color: #4372ba;
}
a.ui-btn-blue:link,
a.ui-btn-blue:visited {
  color: #ffffff;
}
.ui-btn-blue-hover,
.ui-btn-blue:hover,
.ui-btn-blue:active {
  color: #ffffff;
  background: #5789d4;
  border-color: #5789d4;
}
.ui-btn-gray {
  cursor: default;
  color: #ffffff;
  background: #b5b5b5;
  border-color: #b5b5b5;
}
a.ui-btn-gray:link,
a.ui-btn-gray:visited {
  color: #ffffff;
}
.ui-btn-gray-hover,
.ui-btn-gray:hover,
.ui-btn-gray:active {
  color: #ffffff;
  background: #b5b5b5;
  border-color: #b5b5b5;
}
.ui-btn-white {
  color: #333333;
  background: #f5f5f5;
  border-color: #d4d4d4;
}
a.ui-btn-white:link,
a.ui-btn-white:visited {
  color: #333333;
}
.ui-btn-white-hover,
.ui-btn-white:hover,
.ui-btn-white:active {
  color: #333333;
  background: #ffffff;
  border-color: #d4d4d4;
}
.ui-btn-whitebg {
  color: #333333;
  background: #ffffff;
  border-color: #d4d4d4;
}
a.ui-btn-whitebg:link,
a.ui-btn-whitebg:visited {
  color: #333333;
}
.ui-btn-whitebg-hover,
.ui-btn-whitebg:hover,
.ui-btn-whitebg:active {
  color: #333333;
  background: #ffffff;
  border-color: #d4d4d4;
}
.ui-btn-pink {
  cursor: default;
  color: #666666;
  background: #ffeee8;
  border-color: #ffeee8;
}
a.ui-btn-pink:link,
a.ui-btn-pink:visited {
  color: #666666;
}
.ui-btn-pink-hover,
.ui-btn-pink:hover,
.ui-btn-pink:active {
  color: #666666;
  background: #ffeee8;
  border-color: #ffeee8;
}
.ui-btn-white-blue {
  color: #333333;
  background: #f2faff;
  border-color: #4372ba;
}
a.ui-btn-white-blue:link,
a.ui-btn-white-blue:visited {
  color: #333333;
}
.ui-btn-white-blue-hover,
.ui-btn-white-blue:hover,
.ui-btn-white-blue:active {
  color: #333333;
  background: #ffffff;
  border-color: #4372ba;
}
.ui-btn-l {
  width: 168px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  font-weight: bold;
}
button.ui-btn-l,
input.ui-btn-l {
  width: 170px;
  height: 40px;
  line-height: normal;
}
.ui-btn-m {
  width: 88px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
}
button.ui-btn-m,
input.ui-btn-m {
  width: 90px;
  height: 30px;
  line-height: normal;
}
.ui-btn-s {
  width: 62px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}
button.ui-btn-s,
input.ui-btn-s {
  width: 64px;
  height: 22px;
  line-height: normal;
}
.ui-btn-xs {
  width: 36px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}
button.ui-btn-xs,
input.ui-btn-xs {
  width: 38px;
  height: 22px;
  line-height: normal;
}
/*首页公共css*/
.wrapper {
  width: 1000px;
  margin:0 auto;
}
.wrapper .wrapper_min {
  margin: 0px auto;
  width: 1000px;
}
.fund_item {
  border: 1px solid #d4d4d4;
  border-top: none;
  margin-bottom: 10px;
}
.fund_item_blue {
  border-top: 2px solid #2772b6;
  margin-bottom: 10px;
}
.fund_item_blue .item_content {
  border: 1px solid #d4d4d4;
  border-top: none;
  padding: 0;
}
.fund_item_blue .item_content .titleItem {
  position: relative;
}
.fund_item_blue .item_content .titleItem h3 {
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  padding-left: 10px;
  /*a:link{
					text-decoration:none;
				}

				a:link,
				a:visited,
				a:hover  {
				  color: #333;
				}*/
}
.fund_item_blue .item_content .titleItem h3 span.gray {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  position: relative;
  top: -1px;
  border: 0;
}
.fund_item_onborder {
  border-bottom: none;
}
.item_title {
  height: 38px;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  background: #f8f8fa;
}
.lt-ie7 .item_title {
  /*为了ie6覆盖下方的线*/
  overflow: hidden;
}
.item_title .titleItem,
.item_title .titleItems {
  position: relative;
  float: left;
}
.item_title .titleItem h3,
.item_title .titleItems h3 {
  height: 38px;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
  padding: 0 10px;
  text-align: center;
  position: relative;
  float: left;
}
.item_title .titleItem h3 a:link,
.item_title .titleItems h3 a:link {
  text-decoration: none;
}
.item_title .titleItem h3 a:link,
.item_title .titleItems h3 a:link,
.item_title .titleItem h3 a:visited,
.item_title .titleItems h3 a:visited,
.item_title .titleItem h3 a:hover,
.item_title .titleItems h3 a:hover {
  color: #333;
}
.item_title .titleItem.titleW h3,
.item_title .titleItems.titleW h3 {
  width: 78px;
  padding: 0;
}
.item_title .titleItems {
  cursor: pointer;
}
.item_title .titleItems.titleItemActive {
  border-top: 2px solid #2772b6;
  top: -1px;
  left: -1px;
  cursor: default;
}
.item_title .titleItems.titleItemActive h3 {
  background: #fff;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  font-weight: bold;
}
.item_title .titleItem {
  border-top: 2px solid #2772b6;
  top: -1px;
  left: -1px;
  cursor: default;
}
.item_title .titleItem h3 {
  background: #fff;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  font-weight: bold;
}
.item_title .titleItem_verAlign {
  height: 30px;
  padding-top: 8px;
}
.item_title .titleItem_verAlign .ui-btn {
  margin-right: 10px;
}
.item_title .titleItem_verAlign .ui-text {
  line-height: 25px;
  margin-right: 10px;
}
.item_title .titleItem_advert {
  height: 38px;
  width: 258px;
}
.item_title .titleItem_blank {
  padding: 0 10px;
  color: #d4d4d4;
}
.item_titleBlock {
  height: 38px;
  background: #f8f8fa;
  position: relative;
}
.item_titleBlock .titleItem {
  position: relative;
  border-bottom: 2px solid #2772b6;
}
.item_titleBlock .titleItem h3 {
  height: 38px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  text-indent: 10px;
}
.item_titleBlock .titleItem h3 a:link {
  text-decoration: none;
}
.item_titleBlock .titleItem h3 a:link,
.item_titleBlock .titleItem h3 a:visited,
.item_titleBlock .titleItem h3 a:hover {
  color: #333;
}
.item_titleBlock_gray {
  height: 38px;
  /*background: #f8f8fa;*/
  background-image: url('#');
  background-position: 0 0 ;
  background-repeat: repeat-x;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  position: relative;
}
.item_titleBlock_gray .titleItem {
  position: relative;
  float: left;
}
.item_titleBlock_gray .titleItem h3 {
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  text-indent: 10px;
  float: left;
}
.item_titleBlock_gray .titleItem h3 a:link {
  text-decoration: none;
}
.item_titleBlock_gray .titleItem h3 a:link,
.item_titleBlock_gray .titleItem h3 a:visited,
.item_titleBlock_gray .titleItem h3 a:hover {
  color: #333;
}
.item_titleBlock_gray .titleItem_verAlign {
  height: 30px;
  padding-top: 8px;
}
.item_titleBlock_gray .titleItem_verAlign .ui-btn {
  margin-right: 10px;
}
.item_titleBlock_gray .titleItem_verAlign .ui-text {
  line-height: 25px;
  margin-right: 10px;
}
.fund_form {
  width: 177px;
  height: 20px;
  border: 1px solid #a9a9a9;
  position: relative;
  background-color: #fff;
  background-image: url('#');
  background-position: 100px 0;
}
.fund_form input {
  border: none;
  width: 146px;
  padding: 2px 8px;
  height: 16px;
  line-height: 16px;
  border-right: 1px solid #a9a9a9;
  position: absolute;
  z-index: 10;
  background: none;
}
.fund_form label {
  position: absolute;
  top: 0;
  left: 10px;
  height: 20px;
  line-height: 20px;
  color: #d4d4d4;
  display: block;
  width: 147px;
  background-color: #fff;
  z-index: 1;
}
.fund_form2 {
  width: 170px;
  height: 20px;
  border: 1px solid #a9a9a9;
  position: relative;
  background-color: #fff;
}
.fund_form2 input {
  border: none;
  padding: 2px 8px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  z-index: 10;
  background: none;
}
.fund_form2 label {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 10px;
  height: 20px;
  line-height: 20px;
  color: #d4d4d4;
  display: block;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.fund_width192 {
  width: 192px;
}
.fund_width225 {
  width: 225px;
}
.fund_hei40 {
  height: 40px;
}
.fund_hei55 {
  height: 55px;
}
.fund_hei60 {
  height: 60px;
}
.fund_hei80 {
  height: 80px;
}
.fund_hei90 {
  height: 90px;
}
.fund_margin10 {
  margin-bottom: 10px;
}
.fund_margin4 {
  margin-right: 4px;
}
.fund_marginR10 {
  margin-right: 10px;
}
.fund_noBorder {
  border-bottom: none;
}
.item_content {
  /*width:100%;*/
  /*overflow:hidden;*/
}
.funComLimit {
  height: 227px;
  overflow: hidden;
}
.nav-fund-box {
  height: 101px;
}
.funtool {
  height: 111px;
}
.newFunLimit {
  height: 244px;
}
.funCellLimit {
  height: 235px;
  overflow: hidden;
}
.funbar {
  height: 607px;
  overflow: hidden;
}
.hotbarLimit {
  height: 172px;
  overflow: hidden;
}
.otherfunLimit {
  height: 222px;
  overflow: hidden;
}
.paly {
  height: 191px;
  overflow: hidden;
}
.funbuyLimit {
  height: 324px;
  overflow: hidden;
}
.item_content {
  padding: 6px 0;
}
.noPadding {
  padding: 0;
}
.subtab .nomarL {
  margin-left: 3px;
}
p.gray {
  border: 0;
}
/*main*/
#gotoTop {
  display: block;
  position: fixed;
  right: 50%;
  margin-right: -532px;
  top: 280px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background-image: url(#);
  background-position: 0 0;
  display: none;
  z-index: 999999;
}
.lt-ie7 #gotoTop {
  position: absolute;
}
#gotoTop:hover {
  background-position: -40px 0;
}
#onlineKF {
  display: block;
  position: fixed;
  right: 50%;
  margin-right: -635px;
  top: 150px;
  width: 35px;
  cursor: pointer;
  height: 121px;
  z-index: 999999;
}
#onlineKF .onlineKF_side {
  width: 30px;
  height: 121px;
  background-image: url('/j5/image/201508/20150827170246.png');
  background-position: top right;
  position: relative;
  right: 0px;
}
#onlineKF .onlineKF_main {
  width: 132px;
  height: 295px;
  background-image: url('/j5/image/201508/20150827170246.png');
  background-position: top left;
  position: absolute;
  left: -132px;
  top: 0px;
  display: none;
}
#onlineKF .onlineKF_main a {
  display: block;
  width: 130px;
  height: 30px;
  position: absolute;
  bottom: 9px;
  left: 0;
  text-indent: -9999px;
}
.lt-ie7 #onlineKF {
  position: absolute;
}
.searchbar-input {
  z-index: 198;
}
div#searchbar {
  width: 1000px;
  font-size: 12px;
  /*background: #4f80ca;	*/
  position: relative;
  z-index: 9999;
  background-image: url('#');
  background-repeat: repeat-x;
  background-position: 0 -38px;
}
#search-tooltip02 {
  top: 29px;
  left: 20px;
}
div#searchbar .clearfix {
  zoom: 1;
}
div#searchbar .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
div#searchbar .search-left {
  display: inline;
  float: left;
}
div#searchbar .search-right {
  display: inline;
  float: right;
}
div#searchbar .searchbar-inner {
  padding: 6px 10px;
  padding-right: 0;
  height: 28px;
  position: relative;
}
div.searchbar-form {
  /*width:380px;*/
}
/*searchbar-select*/
div.searchbar-select {
  position: relative;
  width: 76px;
  border-right: 1px solid #d4d4d4;
  z-index: 999999999;
}
div.searchbar-select .select-head {
  background-position: 0 0px;
  background-repeat: repeat-x;
  position: relative;
  cursor: pointer;
}
div.searchbar-select .select-head p {
  background-position: 63px -28px;
  background-repeat: no-repeat;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding-left: 10px;
}
div.searchbar-select .select-head i.select-arr {
  position: absolute;
  display: block;
  width: 8px;
  height: 28px;
  top: 0;
  right: 10px;
  _right: 11px;
  _top: 1px;
}
div.searchbar-select .select-option {
  display: none;
  position: absolute;
  top: 28px;
  width: 74px;
  border: 1px solid #d4d4d4;
  z-index: 9999999;
}
div.searchbar-select .open {
  display: block;
}
div.searchbar-select .open ul {
  margin: 0;
  padding: 0;
}
div.searchbar-select .select-option li {
  list-style: none;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 10px;
  background: #fff;
  cursor: pointer;
}
div.searchbar-select .select-option li.hover {
  background: #a2bdd8;
  color: #fff;
  border-bottom: 0;
}
div.searchbar-select .select-option li.active {
  background: #2972b7;
  color: #fff;
  border-bottom: 0;
}
div.searchbar-select .select-option li.noborder {
  border-bottom: 0;
}
/*searchbar-input*/
div.searchbar-input {
  width: 298px;
  position: relative;
  background: #fff;
  height: 28px;
}
div.searchbar-input input {
  height: 18px;
  line-height: 18px;
  width: 278px;
  padding: 5px 10px;
  border: 0;
  position: absolute;
  font-size: 12px;
  background: none;
  z-index: 99;
  font-family: '宋体';
}
div.searchbar-input input:focus {
  outline: none;
}
div.searchbar-input .em-placehold {
  color: #c2c2c2;
  position: absolute;
  top: 0px;
  left: 15px;
  margin: 0;
  height: 28px;
  line-height: 28px;
  _line-height: 32px;
  cursor: text;
  z-index: 1;
}
div.searchbar-input .search-que {
  background-image: url(#);
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 20px;
}
/*searchbar-btn*/
div.searchbar-btn {
  width: 66px;
  padding-left: 5px;
  /*隐藏搜索按钮*/
  /*width: 0px;
	overflow: hidden;*/
}
div.searchbar-btn .search-submit,
div.searchbar-btns a {
  background-position: 0px 0px;
  background-repeat: repeat-x;
  height: 28px;
  /*line-height: 28px;*/
  border: 1px solid #d4d4d4;
  /*font-weight: bold;*/
  width: 62px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  font-family: '宋体';
  cursor: pointer;
}
div.searchbar-btns a {
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  width: 58px;
  float: left;
  margin-right: 4px;
}
/*searchbar-links*/
div.searchbar-links {
  padding-left: 1px;
  padding-top: 6px;
  position: relative;
}
div.searchbar-links a.colorfff,
div.searchbar-links span.searchbar-line {
  color: #fff;
}
div.searchbar-links a.colorfff {
  text-decoration: none;
  padding: 0px 4px;
}
div.searchbar-links a.seach-icon {
  position: relative;
}
div.searchbar-links a.seach-icon b {
  width: 10px;
  height: 6px;
  position: absolute;
  font-size: 0;
  top: 4px;
  left: 60px;
}
div.searchbar-links a.seach-icon-down b {
  background-position: 0 -56px;
}
div.searchbar-links a.seach-icon-up b {
  background-position: 0 -79px;
}
/*seachbar-check*/
div.seachbar-check {
  position: absolute;
  right: 0;
  top: 0;
}
/*seach-company*/
div.seach-company {
  position: absolute;
  width: 990px;
  background: #fff;
  z-index: 99999;
  left: -582px;
  top: 34px;
  display: none;
  border: 1px solid #bfbfbf;
  border-bottom-width: 3px;
}
div.seach-company .cp-close,
div.seach-company .cp-arrow {
  font-size: 0;
  position: absolute;
  background-image: url(#);
  background-repeat: no-repeat;
}
div.seach-company .cp-close {
  text-indent: -9999px;
  height: 17px;
  right: 5px;
  top: 8px;
  width: 46px;
  background-position: 0 -7px;
}
div.seach-company .cp-arrow {
  height: 5px;
  left: 732px;
  top: -5px;
  width: 16px;
  background-position: 0 0;
}
/*div.seach-company .cp-content span.letter{
	color: #e30000;
    float: left;
    font-weight: bold;
    padding-left: 10px;
    width: 15px;
}
div.seach-company .cp-content span.company-link{
	display: block;
    margin-left: 25px;
}
div.seach-company .cp-content{
	margin-top: 20px;
}
div.seach-company .cp-content table{
	width: 100%;
	border-collapse:separate;
}
div.seach-company .cp-content td{
	height: 22px;
    vertical-align: middle;
}
*/
#seach-company .dl_company {
  float: left;
  width: 479px;
  height: 100%;
  padding: 20px 0 0 15px;
  overflow: hidden;
}
#seach-company .dl_company dt {
  color: #F00;
  font-weight: bold;
  float: left;
  width: 15px;
  height: 22px;
  line-height: 22px;
}
#seach-company .dl_company_l {
  border-right: 1px solid #E8E8E8;
}
#seach-company .dl_company dl {
  overflow: hidden;
  zoom: 1;
}
#seach-company .dl_company dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#seach-company .dl_company dl,
#seach-company .dl_company dd,
#seach-company .dl_company dt {
  margin: 0;
  padding: 0;
}
#seach-company .dl_company dd {
  float: left;
  width: 464px;
}
#seach-company .dl_company dd span {
  float: left;
  width: 25%;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
}
div.searchbar-select .open ul {
  background: #fff;
}
div.search-tooltip {
  top: 39px;
  left: -78px;
}
.rightpanel .seaInfo h5 {
  clear: both;
}
.tooltip-nav ul li a {
  height: 18px;
  line-height: 16px;
}
.search-close a {
  position: relative;
  top: -1px;
}
.morefirst {
  display: inline-block;
  margin-bottom: 4px;
}
div.searchbar-select .select-option {
  top: 38px;
  left: 0px;
  z-index: 99999999999999999999;
}
div.tooltip-nav .search-close {
  height: 20px;
}
.nav-tab {
  padding: 10px 0;
  height: 70px;
}
.nav-tab li {
  float: left;
}
.nav-tab li a {
  display: block;
  width: 56px;
  height: 14px;
  line-height: 14px;
  background-image: url('#');
  background-repeat: no-repeat;
  background-color: #fff;
  margin-top: 16px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding-top: 40px;
}
.nav-tab li.jz a {
  background-position: 0 -70px;
  margin-left: 11px;
}
.nav-tab li.jz a:hover {
  background-position: -235px -70px;
}
.nav-tab li.gz a {
  background-position: -60px -70px;
  margin-left: 21px;
}
.nav-tab li.gz a:hover {
  background-position: -295px -70px;
}
.nav-tab li.ph a {
  background-position: -120px -70px;
  margin-left: 27px;
}
.nav-tab li.ph a:hover {
  background-position: -355px -70px;
}
.nav-tab li.my a {
  background-position: -180px -70px;
  margin-left: 26px;
}
.nav-tab li.my a:hover {
  background-position: -415px -70px;
}
.nav-tab li.ba a {
  background-position: 0 -130px;
  margin-left: 25px;
}
.nav-tab li.ba a:hover {
  background-position: -235px -130px;
}
.nav-tab li.hm a {
  background-position: 0 0px;
  width: 190px;
  height: 70px;
  margin-top: 0;
  text-indent: -99999px;
  padding: 0;
  margin-left: 17px;
}
.nav-tab li.kh a {
  background-position: -60px -130px;
  margin-left: 21px;
}
.nav-tab li.kh a:hover {
  background-position: -295px -130px;
}
.nav-tab li.jy a {
  background-position: -120px -130px;
  margin-left: 24px;
}
.nav-tab li.jy a:hover {
  background-position: -355px -130px;
}
.nav-tab li.dg a {
  background-position: -180px -130px;
  margin-left: 27px;
}
.nav-tab li.dg a:hover {
  background-position: -415px -130px;
}
.nav-tab li.hqb a {
  background-position: 0px -190px;
  margin-left: 23px;
}
.nav-tab li.hqb a:hover {
  background-position: -235px -190px;
}
.nav-tab li.gd a {
  background-position: -60px -190px;
  margin-left: 23px;
}
.nav-tab li.gd a:hover {
  background-position: -295px -190px;
}
.navbar {
  border-top: 2px solid #2772b6;
  padding: 10px 0;
  height: 80px;
}
.navbar .navbar-item {
  float: left;
}
.navbar .navbar-item .title {
  height: 16px;
  line-height: 16px;
  position: relative;
}
.navbar .navbar-item .title h3 {
  font-weight: bold;
  font-size: 14px;
  float: left;
}
.navbar .navbar-item .title h3 a {
  color: #333;
  text-decoration: none;
}
.navbar .navbar-item .title a.redDiv {
  padding: 3px 5px;
  background-color: #fd4401;
  color: #fff;
  position: absolute;
  top: -4px;
  left: 66px;
  text-decoration: none;
}
.navbar .navbar-item .title a.goMore {
  padding-right: 8px;
}
.navbar .navbar-item .content {
  border-right: 1px dashed #ddd;
  padding-top: 5px;
}
.navbar .navbar-item .content li {
  padding-bottom: 2px;
}
.navbar .navbar-item .content a {
  margin-right: 8px;
}
.navbar .navbar-item .content a.red:link,
.navbar .navbar-item .content a.red:visited {
  color: #ff4400;
}
.navbar .jjsj,
.navbar .jjsj .content {
  width: 308px;
}
.navbar .tzgj,
.navbar .tzgj .content {
  width: 191px;
}
.navbar .zxhd,
.navbar .zxhd .content {
  width: 191px;
}
.navbar .jjjy,
.navbar .jjjy .content {
  width: 253px;
}
.navbar .jjsj {
  padding-left: 10px;
}
.navbar .jjsj .title {
  width: 293px;
}
.navbar .tzgj {
  padding-left: 15px;
}
.navbar .tzgj .title {
  width: 176px;
}
.navbar .zxhd {
  padding-left: 15px;
}
.navbar .zxhd .title {
  width: 176px;
}
.navbar .jjjy {
  padding-left: 13px;
}
.navbar .jjjy .title {
  width: 232px;
}
.navbar .jjjy .content {
  border-right: none;
}
#logoutTTJJ {
  width: 170px;
  white-space: nowrap;
}
.header-nav {
  background: #f5f5f5;
  height: 30px;
}
.header-nav .head-item {
  float: left;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 9999999;
}
.header-nav .head-item a {
  white-space: nowrap;
}
.header-nav .head-item .header-icon {
  position: relative;
}
.header-nav .head-item .icon {
  background-image: url('/j5/image/201508/20150828174158.png');
  display: block;
  position: absolute;
}
.header-nav .head-item span.blank {
  color: #d4d4d4;
}
.header-nav .head-item span.blank {
  position: absolute;
  top: 0;
}
.header-nav .head-item span.blankL {
  left: -2px;
}
.header-nav .head-item span.blankR {
  right: -2px;
}
.header-nav .head-item span.blankZ {
  color: #f5f5f5;
}
.header-nav .head-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 29px;
  left: -1px;
  border: 1px solid #d4d4d4;
  z-index: 299;
}
.header-nav .head-item.dropdown {
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  height: 29px;
  line-height: 29px;
}
.lt-ie8 .header-nav .head-item.dropdown {
  line-height: 28px;
}
.header-nav .head-item .pl20 {
  padding-left: 20px;
}
.header-nav .head-item .pr20 {
  padding-right: 20px;
}
.header-nav .head-item .dropdown-icon {
  background-position: 0 0px;
  width: 6px;
  height: 3px;
  top: 5px;
  right: 8px;
}
.header-nav .head-item .list-icon {
  background-position: -15px -30px;
  width: 10px;
  height: 10px;
  top: 1px;
  left: 5px;
}
.header-nav .head-item .close-icon {
  background-position: -15px 0px;
  width: 11px;
  height: 11px;
  top: 1px;
  left: 5px;
}
.header-nav .head-item .ios-icon {
  background-position: -15px -15px;
  width: 7px;
  height: 11px;
  top: 1px;
  left: 9px;
}
.header-nav .head-item .eastmoney-icon {
  background-position: 0 -30px;
  width: 14px;
  height: 16px;
  top: -1px;
  left: 2px;
}
.header-nav .head-item .iphone-icon {
  background-position: -30px -15px;
  width: 10px;
  height: 12px;
  top: 1px;
  left: -1px;
}
.lt-ie7 .header-nav .head-item .iphone-icon {
  left: -3px;
}
.header-nav .head-item .tel-icon {
  background-position: -30px 0px;
  width: 14px;
  height: 10px;
  top: 9px;
  left: 50%;
    *top: 3px;
    _top: 3px;
  margin-left: -87px;
}
.lt-ie8 .header-nav .head-item .dropdown-icon {
  top: 7px;
}
.lt-ie8 .header-nav .head-item .list-icon {
  top: 3px;
}
.lt-ie8 .header-nav .head-item .close-icon {
  top: 0px;
}
.lt-ie8 .header-nav .head-item .ios-icon {
  top: 2px;
}
.lt-ie8 .header-nav .head-item .eastmoney-icon {
  top: -2px;
}
.lt-ie8 .header-nav .head-item .iphone-icon {
  top: 1px;
}
.lt-ie8 .header-nav .head-item .tel-icon {
  top: 3px;
  margin-left: -85px;
}
.lt-ie7 .header-nav .head-item .tel-icon {
  margin-left: -132px;
}
.header-nav .head-item.open .dropdown-icon {
  background-position: -6px -15px;
}
.header-nav .head-item.open .list-icon {
  background-position: -30px -30px;
}
.header-nav .head-item a:link,
.header-nav .head-item a:visited {
  color: #666666;
  text-decoration: none;
}
.header-nav .head-item a:hover {
  color: #ff4400;
  text-decoration: underline;
}
.header-nav .head-item .red,
.header-nav .head-item a.red:link,
.header-nav .head-item a.red:visited {
  color: #ff4400;
}
.header-nav .head-item .p8 {
  padding: 0 8px;
}
.header-nav .head-item a {
  padding: 0 7px;
}
.header-nav .head-item a.noPadding {
  padding: 0;
}
.header-nav .head-item.login .content {
  background: #f5fafe;
  width: 232px;
  padding: 10px 0;
}
.header-nav .head-item.login .content h3 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.header-nav .head-item.login .content a.btn {
  margin: 5px auto;
  display: block;
  width: 160px;
  height: 36px;
  background: #3A5E95;
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 4px 0 2px;
}
.header-nav .head-item.login .content a.btn span {
  margin: 0 auto;
  font-size: 12px;
  font-weight: normal;
}
.header-nav .head-item.login .content a.btn:link,
.header-nav .head-item.login .content a.btn:visited {
  color: #fff;
}
.header-nav .head-item.login .content a.btn:hover {
  color: #ff4400;
}
.header-nav .head-item.login .content p {
  text-align: center;
}
.header-nav .head-item.login .content p b {
  font-size: 14px;
  color: #ff4400;
}
.header-nav .head-item.login .content p.grayColor {
  color: #808080;
}
.header-nav .head-item.droplist {
  width: 80px;
}
.header-nav .head-item.droplist .dropdown-menu {
  border-top: none;
  background: #fff;
  width: 80px;
}
.header-nav .head-item.webMap {
  width: 88px;
}
.header-nav .head-item.webMap span.blankW {
  font-size: 0;
  height: 1px;
  position: absolute;
  top: 29px;
  left: 0;
  background: #fff;
  z-index: 99999;
  width: 88px;
  display: none;
}
.header-nav .head-item.webMap .dropdown-menu {
  right: -1px;
  left: auto;
  background: #fff;
  width: 640px;
}
.header-nav .head-item.webMap .dropdown-menu th {
  padding: 10px 0px 0px 30px;
}
.header-nav .head-item.webMap .dropdown-menu th h3 {
  font-size: 14px;
  font-weight: bold;
  float: left;
  padding-right: 5px;
}
.header-nav .head-item.webMap .dropdown-menu th a {
  padding: 0 3px;
}
.header-nav .head-item.webMap .dropdown-menu th.nowrap {
  /*for ie6*/
  white-space: nowrap;
}
.header-nav .head-item.webMap .dropdown-menu td .content {
  float: left;
  padding: 5px 22px 10px;
}
.lt-ie7 .header-nav .head-item.webMap .dropdown-menu td .content {
  float: none;
}
.header-nav .head-item.webMap .dropdown-menu td .content a {
  display: block;
  float: left;
  /*for ie6*/
  white-space: nowrap;
}
.header-nav .head-item.webMap .dropdown-menu td .col1 {
  width: 128px;
}
.header-nav .head-item.webMap .dropdown-menu td .col2 {
  width: 128px;
}
.header-nav .head-item.webMap .dropdown-menu td .col3 {
  width: 128px;
}
.header-nav .head-item.webMap .dropdown-menu td .col4 {
  width: 64px;
}
.header-nav .head-item.webMap .dropdown-menu span.line {
  position: absolute;
  top: 20px;
  height: 135px;
  width: 0;
  border-right: 1px solid #d4d4d4;
}
.header-nav .head-item.webMap .dropdown-menu span.line1 {
  left: 173px;
}
.header-nav .head-item.webMap .dropdown-menu span.line2 {
  left: 342px;
}
.header-nav .head-item.webMap .dropdown-menu span.line3 {
  left: 512px;
}
.header-nav .head-item.open {
  border: 1px solid #d4d4d4;
  border-bottom: 0;
  background: #fff;
  height: 29px;
  line-height: 29px;
}
.lt-ie8 .header-nav .head-item.open {
  line-height: 28px;
}
.header-nav .head-item.open span.blankZ {
  color: #d4d4d4;
}
.header-nav .head-item.open span.blankW {
  display: block;
}
.header-nav .head-item.open .dropdown-menu {
  display: block;
}
.header-nav .head-item.open .dropdown-menu a:link,
.header-nav .head-item.open .dropdown-menu a:visited {
  color: #666666;
  text-decoration: none;
}
.header-nav .head-item.open .dropdown-menu span.red,
.header-nav .head-item.open .dropdown-menu a.red:link,
.header-nav .head-item.open .dropdown-menu a.red:visited {
  color: #ff4400;
}
.header-nav .head-item.open .dropdown-menu a:hover {
  color: #ff4400;
  text-decoration: underline;
}
.header-nav .head-item.open .dropdown-menu .pl10 {
  padding-left: 10px;
}
.header-nav .head-item.open a:link,
.header-nav .head-item.open a:visited {
  color: #ff4400;
}
.footer {
  text-align: center;
  line-height: 25px;
}
.footer .police,
.footer .icp,
.footer .msg {
  background: url(#) no-repeat;
}
.footer .police {
  width: 106px;
  height: 40px;
  background-position: -120px -460px;
}
.footer .icp {
  width: 15px;
  height: 17px;
  background-position: -160px -300px;
}
.footer .msg {
  margin-top: 3px;
  width: 25px;
  height: 14px;
  background-position: -200px -240px;
}
.footer a {
  text-decoration: underline;
}
/*.declare*/
.declare {
  margin-bottom: 12px;
  border: 1px solid #CAC9C7;
  padding: 5px;
  line-height: 2;
  background-color: #FFFAE0;
}
.declare a {
  color: #333;
  text-decoration: none;
}
.declare a:hover {
  color: #dc0000;
  text-decoration: underline;
}
/*offices*/
.offices {
  margin-bottom: 10px;
  border-top: 1px solid #CAC9C7;
  border-bottom: 1px solid #CAC9C7;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}
.offices li {
  float: left;
  border-right: 1px solid #e3e3e3;
  width: 198px;
  height: 80px;
  overflow: hidden;
}
.offices img {
  margin-left: 5px;
  height: 40px;
  width: 193px;
  background: url("#");
}
.offices .txt {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333;
  text-decoration: none;
}
.offices .last {
  border: none;
}
.offices .v1 {
  background-position: 0px -160px;
  background-repeat: no-repeat;
}
.offices .v2 {
  background-position: 0px -40px;
  background-repeat: no-repeat;
}
.offices .v3 {
  background-position: 0px -80px;
  background-repeat: no-repeat;
}
.offices .v4 {
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.offices .v5 {
  background-position: 0px -120px;
  background-repeat: no-repeat;
}
/*layout*/
.page-row {
  margin-right: -10px;
  overflow: hidden;
}
.page-row .col {
  float: left;
  margin-right: 10px;
  width: 340px;
  display: inline;
  /*overflow:hidden;*/
}
.page-row .w_300 {
  width: 300px;
}
.page-row .span-2 {
  width: 650px;
}
.cpright {
  font-family: arial,SimSun,宋体;
  text-align: center;
  line-height: 24px;
  margin: 0;
  padding: 0 0 30px 0;
}
.cpright p {
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.cpright a {
  color: #5D5D5D;
  text-decoration: underline;
}
.cpright a:hover,
.cpright p.cp a:hover {
  color: #E30000;
  text-decoration: underline;
}
.cpright span {
  color: #5D5D5D;
  margin: 0 10px;
}
.cpright p.cp,
.cpright p.cp a {
  color: #808080;
  text-decoration: none;
}
/*天天基金footer*/
.footera {
  background: url("#") no-repeat;
}
.footer-police,
.footer-zx110,
.footer-shjubao,
.footer-cxzx,
.footer-shgs,
.footer-hgwb {
  height: 40px;
  margin: 0 4px;
  width: 110px;
}
.footer-police,
.footer-zx110,
.footer-shjubao,
.footer-cxzx,
.footer-shgs,
.footer-hgwb {
  display: inline-block;
  overflow: hidden;
}
.footer-police {
  background-position: 0 -512px;
}
.footer-zx110 {
  background-position: -112px -512px;
}
.footer-shjubao {
  background-position: 0 -560px;
}
.footer-cxzx {
  background-position: -112px -560px;
  width: 40px;
}
.footer-shgs {
  background-position: 0 -608px;
  width: 47px;
}
.footer-hgwb {
  background-position: -52px -608px;
  width: 116px;
}
/*免费开户、交易登录*/
.loginUI {
  border: 1px solid #d4d4d4;
  height: 220px;
}
.loginUI h2 {
  padding: 4px 10px;
  line-height: 18px;
  height: 36px;
  color: #0265BA;
  text-align: center;
  background-color: #EEF5FF;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
}
.loginUI .loginUI-btn {
  padding: 0 6px;
}
.lt-ie7 .loginUI .loginUI-btn {
  padding: 0 4px;
}
.loginUI .loginUI-item {
  padding: 0 9px;
}
.loginUI .loginUI-item .dkhs {
  text-indent: -99999px;
  background-image: url('#');
  background-position: 0 -20px;
  width: 270px;
  height: 21px;
  margin: 7px 0;
}
.loginUI .loginUI-item .kfrx {
  text-indent: 10px;
  padding: 3px 0;
}
.loginUI .loginUI-item .kfrx .icon {
  width: 15px;
  height: 15px;
  float: left;
  position: relative;
  left: 3px;
  top: 3px;
  background-position: -20px 0;
}
.lt-ie7 .loginUI .loginUI-item .kfrx .icon {
  left: 0px;
}
.loginUI .loginUI-item .kfrx .red {
  color: #ff4400;
  font-family: 'Arial';
  font-size: 14px;
}
.loginUI .loginUI-item .kfrx .blank {
  padding: 0 5px;
  color: #ddd;
}
.loginUI .loginUI-item .ckab {
  text-align: center;
  padding-bottom: 6px;
  border-bottom: 1px dashed #d4d4d4;
}
.loginUI .loginUI-item .ckab .blank {
  padding: 0 6px;
  color: #ddd;
}
.loginUI .loginUI-item .sjxz {
  text-indent: 10px;
  padding: 5px 0;
  display: block;
}
.loginUI .loginUI-item .sjxz .icon {
  width: 15px;
  height: 14px;
  float: left;
  position: relative;
  left: 3px;
  top: 1px;
  background-position: 0 0;
}
.lt-ie7 .loginUI .loginUI-item .sjxz .icon {
  left: 0px;
}
.loginUI .login-icon {
  position: relative;
}
.loginUI .login-icon .icon {
  display: block;
  background-image: url('#');
  font-size: 0;
}
.loginUI a.btn {
  width: 130px;
  height: 42px;
  display: inline-block;
  float: left;
  margin: 0 3px;
  padding-top: 4px;
}
.loginUI a.btn span {
  display: block;
  text-align: center;
}
.loginUI a.btn span.login {
  text-indent: 10px;
}
.loginUI a.btn span.login .icon {
  width: 15px;
  height: 14px;
  float: left;
  position: relative;
  left: 28px;
  top: 3px;
  background-image: url('#');
}
.loginUI a.btn span.login,
.loginUI a.btn span.account {
  font-size: 14px;
  font-weight: bold;
}
/**
 * path
 */
/**
 * 通用样式
 */
.icon {
  background-image: url("/fund../img/ico.png");
}
.ie67mayhide {
  display: none;
}
:root .ie67mayhide {
  display: block;
}
.sp01 {
  margin-right: 7px;
}
.ui-font-large {
  font-size: 30px;
}
.ui-font-middle {
  font-size: 16px;
}
.ui-color-blue {
  color: #4c74b1;
}
.ui-color-red {
  color: #ff0000;
}
.letterSpace01 {
  letter-spacing: 1px;
}
.placehold {
  color: #999;
}
.alignLeft {
  text-align: left;
}
.highcharts-container,
.increaseAmount table {
  float: left;
}
.searchbar-input {
  position: relative;
}
/**
 * 基金品种
 */
.F_banner {
  width: 100%;
  overflow: hidden;

}
.F_banner div {
  float: left;
  margin-right: 6px;
}
.F_banner div.end {
  margin-right: 0;
}
/**
 * 基金搜索
 */
.searchArea {
  height: 62px;
}
.searchArea .navbar-item {
  float: left;
}
.searchArea .funtype-searchArea-logo {
  width: 398px;
}
.searchArea .funtype-searchArea-search {
  margin-top: 4px;
  width: 534px;
}
.searchArea .funtype-searchArea-more {
  margin-top: 3px;
  width: 53px;
}
.searchArea .logoimg {
  width: 320px;
  height: 47px;
  overflow: hidden;
}
.searchArea .searchbar-form {
  border: 1px solid #2979dc;
  width: 513px;
}
.searchArea .search-left {
  float: left;
}
.searchArea div.searchbar-select .select-head p {
  height: 38px;
  line-height: 38px;
  background: none;
}
.searchArea .searchBtnIco {
  width: 8px;
  height: 4px;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: -16px -47px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 5px;
  z-index: -1;
}
.searchArea div.searchbar-input input {
  height: 28px;
  line-height: 28px;
}
.searchArea div.searchbar-input .em-placehold {
  top: 6px;
}
.searchArea div.searchbar-select {
  border-right: 1px solid #4371be;
}
.searchArea div.searchbar-btn .search-submit {
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: -24px -47px;
  font-size: 0;
  float: left;
  border: none;
  width: 73px;
  overflow: hidden;
  height: 38px;
}
.searchArea div.searchbar-input {
  height: 38px;
}
.searchArea div.searchbar-btn {
  float: left;
  padding-left: 0;
}
.searchArea .ttjj {
  display: inline-block;
  width: 168px;
  height: 100%;
  float: left;
    background: url("/fund../img/ico.png") no-repeat 0px 1px;
}
.searchArea .jjpz {
  display: inline-block;
  width: 140px;
  height: 100%;
  float: left;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: -168px 0;
}

.jjTitle {
        background: white;
    font-family: Microsoft YaHei;
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    line-height: 48px;
}

.searchArea div.searchbar-input {
  width: 363px;
}
.searchArea .div.searchbar-input input {
  width: 342px;
}
.searchArea div.searchbar-select .open ul {
  background: #fff;
}
.searchArea div.search-tooltip {
  top: 39px;
  left: -78px;
}
.searchArea div.search-tooltip .rightpanel .seaInfo h5 {
  clear: both;
}
.searchArea div.search-tooltip .tooltip-nav ul li a {
  height: 18px;
  line-height: 16px;
}
.searchArea div.search-tooltip .search-close a {
  position: relative;
  top: -1px;
}
.searchArea .morefirst {
  display: inline-block;
  margin-bottom: 4px;
}
.searchArea div.searchbar-select .select-option {
  top: 38px;
  left: 0px;
  z-index: 99999999999999999999;
}
.searchArea div.searchbar-select {
  z-index: 199;
}
.searchArea div.search-tooltip {
  z-index: 198;
}
.searchArea div.tooltip-nav .search-close {
  height: 20px;
}
/**
 * 基金导航
 */
.fundtypeNav {
  height: 44px;
  padding: 4px 0px;
  border-top: 2px solid #2772b6;
  overflow: hidden;
}
.fundtypeNav li {
  height: 22px;
  clear: both;
}
.fundtypeNav a {
  color: #333;
  text-decoration: none;
  line-height: 22px;
  display: inline-block;
  margin: 0 3px;
  margin-right: 4px;
  float: left;
}
.fundtypeNav .tSpace01 {
  padding-right: 12px;
}
.fundtypeNav a:hover {
  color: #f40;
  text-decoration: underline;
}
.fundtypeNav .ui-blod,
.fundtypeNav .shopcar {
  margin-right: 3px;
}
.fundtypeNav .navItem {
  float: left;
}
.fundtypeNav .navItem01 {
  width: 323px;
}
.fundtypeNav .navItem02 {
  width: 152px;
}
.fundtypeNav .navItem03 {
  width: 198px;
}
.fundtypeNav .navItem04 {
  width: 280px;
}
.fundtypeNav .lineType01 {
  background: #c9c9c9;
}
.fundtypeNav .lineType01,
.fundtypeNav .lineType02 {
  width: 1px;
  height: 34px;
  margin-top: 6px;
  margin-right: 11px;
  float: left;
}
.fundtypeNav .lineType02 {
  height: 12px;
  padding-left: 11px;
  padding-right: 11px;
  margin-right: 0;
  margin-top: 0;
  padding-top: 28px;
}
.fundtypeNav .shopcar {
  color: #ff4400;
  font-weight: bold;
}
.fundtypeNav .ico-shopcar {
  display: block;
  background-repeat: no-repeat;
  background-position: -317px 3px;
}
.fundtypeNav .lineType02 i {
  display: block;
  width: 100%;
  background: #c9c9c9;
  height: 100%;
}
/**
 * 站点路径\全球市场
 */
.wrapper .globalMarketAndSitePath {
  border-top: 2px solid #f5f5f5;
  margin-top: 5px;
  padding-top: 8px;
  height: 36px;
}
.wrapper .globalMarketAndSitePath .SitePath {
  font-family: "宋体";
  float: left;
}
.wrapper .globalMarketAndSitePath .SitePath a {
  text-decoration: none;
  color: #333;
  font-family: arial, "Hiragino Sans GB", simsun, sans-serif;
}
.wrapper .globalMarketAndSitePath .SitePath a:hover {
  color: #4372ba;
}
.wrapper .globalMarketAndSitePath .SitePath .gmNow {
  color: #4372ba;
}
.wrapper .globalMarketAndSitePath .globalMarket {
  float: right;
}
.wrapper .globalMarketAndSitePath .globalMarket .globalMarketTitle {
  font-weight: bold;
  color: #4372ba;
  position: relative;
  padding-right: 16px;
  float: right;
}
.wrapper .globalMarketAndSitePath .globalMarket .ico-globalMarket {
  width: 14px;
  height: 15px;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: 0 -47px;
  position: absolute;
  left: -18px;
  top: 1px;
}
.wrapper .globalMarketAndSitePath .globalMarket .lineType01 {
  width: 1px;
  height: 84%;
  position: absolute;
  top: 8%;
  right: 5px;
  background: #c9c9c9;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top {
  float: right;
  height: 18px;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top a.point-rise {
  color: #ff0000;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top a.point-fall {
  color: #009900;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top li {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top b {
  padding-right: 4px;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .t {
  font-weight: bold;
  text-decoration: none;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .hd,
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .bd {
  float: right;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .hd {
  width: 40px;
  height: 18px;
  padding-left: 5px;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .hd a.next,
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .hd a.prev {
  margin-top: 3px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  width: 14px;
  height: 13px;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: -97px -47px;
  float: left;
  overflow: hidden;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .hd a.prev {
  margin-left: -1px;
  background-position: -97px -61px;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .hd a.prev:hover,
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .hd a.prev.on {
  background-position: -110px -47px;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .hd a.next:hover,
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .hd a.next.on {
  background-position: -110px -61px;
}
.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .bd {
  width: 474px;
}
.wrapper .globalMarketAndSitePath .globalMarket .liveStork-more {
  position: absolute;
  right: 0;
  top: 0;
}
/**
 * 最近浏览
 */
.recentBrowse {
  width: 100%;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.recentBrowse dt {
  padding-right: 8px;
  padding-left: 10px;
  color: #666;
  float: left;
}
.recentBrowse dd {
  float: left;
  padding-right: 6px;
}
.recentBrowse dd a {
  text-decoration: none;
}
.recentBrowse dd a:hover {
  text-decoration: underline;
}
/**
 * 当前基金档案\计算\定投\开户
 */
.merchandiseDetail .fundDetail-header {
  height: 40px;
  color: #fff;
  background: #4372ba;
}
.merchandiseDetail .fundDetail-header .fundDetail-tit {
  float: left;
  width: 573px;
  font-size: 18px;
  padding-left: 12px;
  font-family: "微软雅黑";
  line-height: 40px;
}
.merchandiseDetail .fundDetail-header .fundDetail-tools {
  float: left;
  width: 409px;
}
.merchandiseDetail .fundDetail-header .fundDetail-tools a {
  color: #000;
  text-decoration: none;
}
.merchandiseDetail .fundDetail-header .fundDetail-tools .addSel,
.merchandiseDetail .fundDetail-header .fundDetail-tools .addSeled,
.merchandiseDetail .fundDetail-header .fundDetail-tools .addCom {
  display: inline-block;
  text-align: center;
  padding-left: 13px;
  width: 45px;
  height: 20px;
  line-height: 20px;
  color: #333;
  background: #f7f7f7;
}
.merchandiseDetail .fundDetail-header .fundDetail-tools .addSeled {
  padding: 0 6px;
  width: 50px;
}
.merchandiseDetail .fundDetail-header .fundDetail-tools .addSel:hover,
.merchandiseDetail .fundDetail-header .fundDetail-tools .addSeled:hover,
.merchandiseDetail .fundDetail-header .fundDetail-tools .addCom:hover {
  background-color: #fff;
}
.merchandiseDetail .fundDetail-header .fundDetail-tools .addSel {
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: 5px -85px;
  margin-top: 10px;
  margin-right: 7px;
}
.merchandiseDetail .fundDetail-header .fundDetail-tools .addCom {
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: 5px -108px;
}
.merchandiseDetail .fundDetail-header .fundDetail-tools .addDownApp {
  color: #fff;
  display: inline-block;
  margin-left: 18px;
  padding-left: 17px;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: -322px -47px;
  line-height: 17px;
  margin-top: 11px;
}
.merchandiseDetail .fundDetail-main {
  border-left: 1px solid #cce0ff;
  border-right: 1px solid #cce0ff;
  height: 253px;
  /* 基金档案 */
  /* 计算 */
}
.merchandiseDetail .fundDetail-main .fundInfoItem {
  width: 548px;
  padding-left: 20px;
  padding-top: 17px;
  float: left;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund {
  padding-bottom: 10px;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .dataNums .ui-font-middle {
  margin-left: 8px;
}
.merchandiseDetail .fundDetail-main .fundInfoItem dt {
  font-family: "宋体";
  margin-bottom: 8px;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .dataItem01 {
  width: 190px;
  float: left;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .dataItem02 {
  width: 180px;
  padding-left: 10px;
  float: left;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .dataItem03 {
  width: 156px;
  padding-left: 10px;
  float: left;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund-line {
  width: 1px;
  height: 45px;
  background: #d6d6d6;
  float: left;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund {
  overflow: hidden;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .infoOfFund table {
  width: 100%;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .infoOfFund table .td01 {
  width: 197px;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .infoOfFund table .td02 {
  width: 197px;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .infoOfFund table td {
  padding-bottom: 10px;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .infoOfFund a {
  text-decoration: none;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .infoOfFund .specialData {
  padding-top: 3px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay {
  width: 430px;
  height: 100%;
  float: left;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .choseBuyWay-shadow {
  height: 100%;
  width: 14px;
  float: left;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: -283px -47px;
  border-right: 1px solid #e5e5e5;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap {
  width: 415px;
  float: left;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayHeader {
  background: #f2f7ff;
  height: 38px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayHeader .safety01,
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayHeader .safety02 {
  float: left;
  height: 38px;
  line-height: 38px;
  padding-left: 22px;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayHeader .safety01 {
  padding-right: 15px;
  background-position: -323px -244px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayHeader .safety02 {
  background-position: -323px -285px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayHeader,
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic {
  padding: 0 22px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic {
  padding-top: 8px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .staticCell {
  margin-right: 7px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .rateDetail {
  text-decoration: none;
  font-family: "宋体";
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .rateDetail:hover {
  text-decoration: underline;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .planData {
  font-family: "宋体";
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .comparePrice {
  text-decoration: line-through;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .font4Words {
  letter-spacing: 24px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .moneyAmount input {
  height: 38px;
  width: 180px;
  padding: 0 5px;
  line-height: 38px;
  font-size: 16px;
  border: 1px solid #c6c6c6;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .inputMoney table {
  margin: 3px 0 5px 0;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .downAppAtBuyWay {
  padding-left: 24px;
  margin-left: 5px;
  background-image: url("/fund../img/ico.png");
  background-position: -322px -335px;
  cursor: pointer;
  cursor: hand;
  line-height: 1.2;
  position: relative;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buttonWrap a {
  text-decoration: none;
  display: inline-block;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .calculatorEnter {
  color: #999;
  padding: 0 9px;
  text-align: center;
  padding-top: 30px;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: 13px -140px;
  cursor: pointer;
  cursor: hand;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buttonWrap {
  padding: 2px 0 4px 0;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buttonWrap table {
  height: 44px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buyNowStatic,
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .FixedInvestment {
  width: 118px;
  height: 40px;
  background: #ff4400;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-right: 2px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buyNowStatic:hover {
  background: #F62D01;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .FixedInvestment:hover {
  background: #fa9900;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .FixedInvestment {
  width: 118px;
  background: #ff9933;
  line-height: 1.1;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .FixedInvestment .btnTit01 {
  padding-top: 6px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .FixedInvestment .btnTit02 {
  font-size: 12px;
  font-weight: normal;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .openAccount {
  width: 70px;
  height: 38px;
  background: #f2f7ff;
  border: 1px solid #cce0ff;
  font-size: 14px;
  color: #4070b8;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .openAccount:hover {
  background: #f2faff;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .dw-yuan {
  display: inline-block;
  width: 10px;
  line-height: 40px;
  float: left;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic #moneyAmountTxt {
  float: left;
  margin-right: 4px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group {
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group a {
  display: inline-block;
  text-decoration: none;
  float: left;
  padding-right: 9px;
  padding-left: 20px;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group .hqb-buy {
  background-position: -322px -89px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group .hqb-save {
  background-position: -322px -127px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group .hqb-save-fast {
  background-position: -322px -171px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group .changeAsset {
  background-position: -322px -212px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .QRCode {
  position: absolute;
  display: none;
  top: -8px;
  left: -27px;
  padding: 9px 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .QRCode img {
  padding-bottom: 3px;
}
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .QRCode div {
  line-height: 1.2;
  font-size: 13px;
  text-align: center;
  color: #999;
  width: 95px;
}
.merchandiseDetail .fundDetail-main .notForSale .inputMoney a {
  text-decoration: none;
}
.merchandiseDetail .fundDetail-main .notForSale .inputMoney .td02 {
  padding: 0 10px;
}
.merchandiseDetail .fundDetail-main .notForSale .buyWayWrap .buyWayStatic .openAccount {
  display: inline-block;
  text-decoration: none;
  width: 217px;
}
.merchandiseDetail .fundDetail-main .notForSale .buyWayWrap .buyWayStatic .downAppAtBuyWay {
  color: #999;
}
.merchandiseDetail .fundDetail-main .notForSale .buyWayWrap .buyWayStatic .QRCode {
  top: -99px;
  left: -8px;
}
.merchandiseDetail .fundDetail-main .notForSale .inputMoney {
  padding-bottom: 4px;
  padding-top: 8px;
}
.merchandiseDetail .nowPrice {
  font-weight: bold;
}
.merchandiseDetail .fundDetail-footer {
  background: #f2f7ff;
  height: 38px;
  line-height: 38px;
  border: 1px solid #cce0ff;
}
.merchandiseDetail .fundDetail-footer li {
  float: left;
}
.merchandiseDetail .fundDetail-footer li a {
  text-decoration: none;
  display: inline-block;
  height: 100%;
  line-height: 38px;
  width: 71px;
  text-align: center;
}
.merchandiseDetail .fundDetail-footer .fundDetail-nowSite a {
  color: #333;
  width: 71px;
  border-right: 1px solid #d4d5d6;
}
.infoOfFund-line {
  width: 100%;
  height: 10px;
  background-image: url("/fund../img/dotted.png");
  background-repeat: repeat-x;
  background-position: center top;
}
.calculator-layer {
  z-index: 99999999;
}
.calculator-con {
  width: 406px;
  margin-left: -203px;
  margin-top: -251px;
  background: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4C000000', EndColorStr='#4C000000');
  padding: 6px;
  border-radius: 2px;
}
.calculator-con .calculator-header {
  background: #ccc;
  height: 45px;
  line-height: 45px;
  padding-left: 40px;
  position: relative;
}
.calculator-con .calculator-main {
  background: #fff;
}
.calculator-con .calculator-title {
  font-weight: bold;
  font-size: 16px;
}
.calculator-con .calculator-close {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: 6px -189px;
}
.calculator-con .calculator-close:hover {
  background-position: -133px -49px;
}
.calculator-con .fundCurWrap {
  padding: 30px 20px 28px 20px;
}
.calculator-con .funCur-FundName {
  font-weight: bold;
  color: #4372ba;
  font-size: 14px;
}
.calculator-con .calculator-tips {
  margin-bottom: 18px;
}
.calculator-con .funCur-Money {
  width: 94%;
  height: 35px;
  line-height: 35px;
  border: none;
}
.calculator-con .funCur-inputWrap {
  border: 1px solid #999;
  width: 273px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 20px;
  margin-left: 12px;
  float: left;
}
.calculator-con .fundCurItem {
  padding-bottom: 16px;
}
.calculator-con .funCur-inputWrap {
  position: relative;
  margin-bottom: 10px;
}
.calculator-con .MoneyInChinese {
  font-size: 17px;
  background: #ffbe7f;
  text-align: center;
  margin: 6px 0;
  margin-top: 0;
  font-family: "微软雅黑";
  clear: both;
  float: left;
  width: 100%;
}
.calculator-con .funCur-form {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.calculator-con .funCur-form .funCur-Tit,
.calculator-con .funCur-form .funCur-Money {
  float: left;
}
.calculator-con .flat-yuan {
  position: absolute;
  top: 0px;
  right: 6px;
  display: block;
  z-index: 99999;
}
.calculator-con .fundCurTab td {
  padding-top: 16px;
}
.calculator-con .fundCurTab .result-money {
  text-align: right;
  font-size: 18px;
}
.calculator-con .fundCurTab .hasresult {
  color: #ff4400;
  font-family: "arial";
}
.calculator-con .fundCurTab .noresult {
  color: #999;
}
.calculator-con .calculator-tips {
  padding: 15px 14px;
  border: 1px solid #cbe0ff;
  background: #f2f8ff;
}
.calculator-con .calculator-tips p {
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: -322px -387px;
  padding-left: 22px;
  line-height: 20px;
}
/**
 * 广告位 mid
 */
.wrapper .adWrapGroup {
  overflow: hidden;
  margin-top: 10px;
}
.wrapper .adWrapGroup .adWrapGroup_left {
  float: left;
}
.wrapper .adWrapGroup .adWrapGroup_right {
  float: right;
}
.wrapper .adWrapGroup .adWrapGroup_left {
  margin-top: 6px;
}
/**
 * 盘中实时净值估算图\股票持仓\热点聚焦(可复用)
 */
.quotationItem_left,
.quotationItem_right,
.quotationItem_DataMap,
.quotationItem_DataTable {
  height: 100%;
}
.wrapper .quotationItem {
  height: 366px;
  margin-bottom: 13px;
  margin-top: 10px;
}
.wrapper .quotationItem .quotationItem_left {
  width: 755px;
  float: left;
}
.wrapper .quotationItem .quotationItem_right {
  width: 238px;
  float: right;
}
.wrapper .quotationItem .quotationItem_DataMap {
  width: 449px;
  float: left;
}
.wrapper .quotationItem .quotationItem_DataTable {
  width: 299px;
  float: left;
  margin-left: -1px;
}
.wrapper .quotationItem .hotSpotFocus_tab {
  border: 1px solid #e3e3e3;
  height: 177px;
  margin-bottom: 10px;
}
.wrapper .quotationItem .financialProducts {
  border: 1px solid #e3e3e3;
  height: 177px;
}
.wrapper .quotationItem .fund_item02 .item_title .titleItems h3 {
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  padding: 0 10px;
  text-align: center;
  position: relative;
  float: left;
}
.wrapper .quotationItem .fund_item02 .item_title .titleItems h3 a {
  font-weight: bold;
}
.fund_item {
  border: 1px solid #e3e3e3;
}
.item_title {
  border-top: 0;
}
.item_title a,
.item_title a:hover {
  text-decoration: none;
}
.white_bg {
  background: #fff;
}
.white_bg .titleItems.titleItemActive {
  border-top: 0;
  border-bottom: 2px solid #2772b6;
  top: 0px;
  left: 0px;
}
.white_bg .titleItems.titleItemActive h3 {
  border: 0;
  padding: 0 2px;
  height: 37px;
}
.white_bg .titleItems.titleItemActive {
  margin: 0 8px;
}
.myOptionalFund {
  border: 1px solid #e3e3e3;
  height: 100%;
}
.item_more,
.item_reload {
  float: right;
}
.item_more a,
.item_reload a {
  font-family: "宋体";
  padding: 0 10px;
  line-height: 38px;
  height: 38px;
  border-left: 1px solid #e3e3e3;
  display: inline-block;
}
.item_reload {
  padding-right: 8px;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: 37px -217px;
}
.financialProducts .item_more a {
  padding: 0 3px;
}
.titleItemActive02 {
  border-bottom: 2px solid #2772b6;
  margin: 0 6px;
}
.titleItems.titleItemActive02 h3 {
  padding: 0 2px;
}
.wrapper .IncreaseAmountWrap {
  height: 244px;
}
.IncreaseAmount {
  height: 100%;
}
.wrapper .quotationItem .quotationItem_left02 {
  width: 751px;
}
.ad03 {
  width: 100%;
  height: 244px;
  background: #ccc;
  margin-right: 1px;
}
.ad03 * {
  width: 100%;
}
.ad03:after {
  display: block;
  content: "广告位 240*244";
  text-align: center;
  width: 100%;
  line-height: 244px;
}
.ad04 {
  width: 100%;
  height: 210px;
  background: #ccc;
  margin-right: 1px;
}
.ad04 * {
  width: 100%;
}
.ad04:after {
  display: block;
  content: "广告位 240*210";
  text-align: center;
  width: 100%;
  line-height: 210px;
}
.infoTips {
  display: inline-block;
  width: 13px;
  height: 12px;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: -165px -52px;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.tipsBubble {
  position: absolute;
  width: 164px;
  padding: 4px 8px;
  border: 1px solid #f3d098;
  line-height: 1.2;
  background: #fff7eb;
  font-size: 12px;
  font-weight: normal;
  z-index: 999;
  text-align: left;
  display: none;
}
.hasLoading {
  background-image: url(#);
  background-position: center center;
  background-repeat: no-repeat;
}
.hasDownLoadApp {
  text-decoration: none;
  display: inline-block;
  padding-left: 17px;
  background-image: url(/fund../img/ico.png);
  background-repeat: no-repeat;
  background-position: -322px -432px;
  float: right;
}
.hasDownLoadApp:hover {
  text-decoration: none;
}
/**
 * 盘中实时净值估算图
 */
.estimatedMap .estimatedchart {
  text-align: center;
  padding-top: 8px;
  height: 273px;
}
.estimatedMap .estimatedsideInfo {
  padding-left: 17px;
  padding-right: 10px;
}
.estimatedMap .estimatedsideInfo .itm01 .tipsBubble {
  bottom: 16px;
  left: -95px;
}
.estimatedMap .estimatedsideInfo .itm02 .tipsBubble {
  top: -27px;
  left: 21px;
}
.estimatedMap .InfoItem {
  height: 18px;
  padding-bottom: 2px;
}
.estimatedMap .InfoItem .estimated_netWrth,
.estimatedMap .InfoItem .estimated_increase,
.estimatedMap .InfoItem .estimated_date,
.estimatedMap .InfoItem .infoTips {
  float: left;
  margin-right: 6px;
}
.estimatedMap .InfoItem .infoTips {
  margin-top: 1px;
}
/**
 * 股票持仓\净值
 */
.poptableWrap {
  width: 264px;
  padding-top: 8px;
  margin: 0 auto;
}
.poptableWrap table {
  width: 100%;
}
.poptableWrap table th,
.poptableWrap table td {
  text-align: center;
  padding: 3px 0;
}
.poptableWrap table th {
  background: #f5f5f5;
  color: #666;
}
.poptableWrap table a {
  text-decoration: none;
}
.poptableWrap_footer,
.sum {
  width: 264px;
  margin: 0 auto;
}
.sum {
  overflow: hidden;
}
.sum .sum-tit,
.sum .sum-num {
  float: left;
  padding-top: 3px;
  padding-bottom: 7px;
  font-weight: bold;
}
.sum .sum-tit {
  padding-left: 27px;
  padding-right: 18px;
}
.sum .sum-num {
  font-family: "arial";
}
.poptableWrap_footer {
  overflow: hidden;
  padding-left: 10px;
}
.poptableWrap_footer .poptab_more {
  float: right;
  padding-right: 10px;
  text-decoration: none;
}
.poptableWrap_footer .end_date {
  float: left;
}
/**
 * 热点聚焦
 */
.hotSpotFocus {
  padding: 5px 10px;
}
.hotSpotFocus li {
  margin: 3px 0;
  padding-left: 9px;
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: 0 -276px;
}
.hotSpotFocus a {
  text-decoration: none;
  line-height: 22px;
  font-size: 14px;
}
/**
 * 活期宝\定期宝\中财所
 */
.winAD_zcs,
.winAD_dqb,
.winAd_hqb {
  padding: 10px;
}
.winAD_zcs .hqb_tit,
.winAD_dqb .hqb_tit,
.winAd_hqb .hqb_tit {
  color: #f40;
  font-size: 14px;
}
.winAD_zcs .hqb_tit span,
.winAD_dqb .hqb_tit span,
.winAd_hqb .hqb_tit span {
  color: #333;
  font-size: 12px;
  display: inline-block;
  padding-left: 4px;
}
.winAD_zcs .clip02,
.winAD_dqb .clip02,
.winAd_hqb .clip02 {
  font-size: 20px;
  font-family: "arial";
  color: #f00;
}
.winAD_zcs .clip02 .r,
.winAD_dqb .clip02 .r,
.winAd_hqb .clip02 .r {
  font-family: "arial";
  font-size: 14px;
}
.winAD_zcs .clip03,
.winAD_dqb .clip03,
.winAd_hqb .clip03 {
  font-size: 12px;
}
.winAD_zcs .clip01,
.winAD_dqb .clip01,
.winAd_hqb .clip01 {
  display: inline-block;
  width: 112px;
}
.winAD_zcs .hqb_link,
.winAD_dqb .hqb_link,
.winAd_hqb .hqb_link {
  text-align: center;
  padding-top: 4px;
}
.winAD_zcs .hqb_link a,
.winAD_dqb .hqb_link a,
.winAd_hqb .hqb_link a {
  display: inline-block;
  width: 88px;
  height: 30px;
  line-height: 30px;
  background: #ff4400;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin: 0 6px;
}
.winAD_zcs .hqb_link a:hover,
.winAD_dqb .hqb_link a:hover,
.winAd_hqb .hqb_link a:hover {
  background: #F62D01;
}
.winAD_zcs .smalltips,
.winAD_dqb .smalltips,
.winAd_hqb .smalltips {
  background: #4372ba;
  padding: 1px 2px;
  border-radius: 4px;
  color: #fff;
}
/**
 * 单位净值估算
 */
.moreStyle01 {
  margin-top: 10px;
  padding-right: 10px;
}
.singleStyleHeight01 {
  height: 293px;
}
.singleStyleWidth01 {
  width: 220px;
}
.singleStyleHeight02 {
  height: 294px;
}
/**
 * 阶段涨幅\季度涨幅\年度涨幅
 */
.ranking {
  width: 47px;
  padding-top: 1px;
  margin: 0 auto;
}
.ranking div {
  height: 9px;
  zoom: 1;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  margin-top: -1px;
}
.rank_1 .r1,
.rank_2 .r1,
.rank_3 .r1,
.rank_4 .r1 {
  border: 0;
  background: #e1edfc;
}
.rank_2 .r2,
.rank_3 .r2,
.rank_4 .r2 {
  border: 0;
  background: #cbdff8;
}
.rank_3 .r3,
.rank_4 .r3 {
  border: 0;
  background: #b3ceef;
}
.rank_4 .r4 {
  border: 0;
  background: #94b7e3;
}
.increaseAmount td,
.increaseAmount th,
.increaseAmount h3 {
  text-align: center;
}
.increaseAmount h3 {
  padding-top: 4px;
}
.increaseAmount th {
  background: #f5f5f5;
  padding: 6px 0px 5px;
}
.increaseAmount td {
  padding: 4px 0;
  border-right: 1px dashed #d6d6d6;
}
.increaseAmount .noborder {
  border: none;
}
/**
 * 累计收益率走势\同类排名\百分比排名\同类基金涨幅\相关主题基金
 */
.wrapper .trandAndGain {
  height: 695px;
}
.grandTotal {
  height: 363px;
}
.rankInSimilar {
  height: 476px;
}
.RateInSimilar {
  height: 319px;
}
.relatedThemeFund {
  height: 205px;
}
.grandTotalChars .grandTotalCharsWrap {
  margin: 0 auto;
}
.grandTotalChars a.renderGrand {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-left: 10px;
  background: #4372ba;
  text-decoration: none;
}
.grandTotalChars .renderGrand:hover {
  background: #3870a5;
}
.grandTotalChars .thisStockName,
.grandTotalChars .thisAction {
  font-size: 14px;
  font-weight: bold;
}
.grandTotalChars .thisAction {
  margin: 0 10px;
}
.grandTotalChars .grandTotalCharsControls {
  width: 726px;
  padding-top: 10px;
  margin: 0 auto;
  height: 40px;
}
.grandTotalChars .grandTotalCharsControls .thisStock,
.grandTotalChars .grandTotalCharsControls .similarAverage,
.grandTotalChars .grandTotalCharsControls .hushen300 {
  background-image: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  padding-left: 13px;
  padding-right: 4px;
  cursor: pointer;
}
.grandTotalChars .grandTotalCharsControls .thisStock {
  background-position: -97px -94px;
}
.grandTotalChars .grandTotalCharsControls .similarAverage {
  background-position: -97px -116px;
}
.grandTotalChars .grandTotalCharsControls .hushen300 {
  background-position: -97px -140px;
}
.grandTotalChars .grandTotalCharsControls .thisStock.off {
  background-position: -97px -164px;
}
.grandTotalChars .typeGrands {
  width: 276px;
  float: left;
  line-height: 30px;
  height: 30px;
}
.grandTotalChars .typeGrands li {
  float: left;
}
.grandTotalChars .stockCompare {
  line-height: 30px;
  height: 30px;
  width: 430px;
  float: right;
}
.grandTotalChars .stockCompare .thisStockName,
.grandTotalChars .stockCompare .thisAction,
.grandTotalChars .stockCompare .compareTarget,
.grandTotalChars .stockCompare .renderGrand {
  float: right;
}
.buyFundItemMain {
  width: 220px;
  margin: 7px auto;
}
.hd {
  width: 100%;
}
.hd ul {
  height: 22px;
  line-height: 22px;
}
.hd li {
  float: left;
  padding: 0 7px;
  cursor: pointer;
}
.hd li span {
  display: inline-block;
  padding: 0 3px;
  margin-right: 1px;
}
.hd .titleItemActive span {
  border-bottom: 2px solid #4c74b1;
}
.hd .sel_warp {
  display: none;
}
.buyFundItem {
  padding: 7px 0;
  height: 40px;
  background-image: url(/fund../img/dotted02.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.buyFundItem_fundMsg {
  width: 173px;
  float: left;
}
.buyFundItem_fundMsg a {
  text-decoration: none;
}
.buyFundItem_fundMsg p {
  overflow: hidden;
}
.buyFundItem_buy {
  width: 47px;
  float: left;
}
.buyFundItem_buy a {
  float: right;
  margin-top: 4px;
}
.buyFundItem_date {
  display: inline-block;
  float: left;
  width: 50px;
  line-height: 27px;
}
.buyFundItem_rate {
  display: inline-block;
  float: left;
  width: 80px;
  text-align: right;
  font-size: 18px;
  font-family: "arial";
}
:root select#compareTargetSel {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  border: 1px solid #4372ba;
  background: none;
}
.buyFundItem.noBg {
  background: none;
}
a.buyFundA {
  width: 36px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  background: #f40;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  font-family: inherit;
  background-image: none;
  border: 1px solid #f40;
  color: #fff!important;
  text-decoration: none!important;
}
:root a.buyFundA:hover {
  background: #ff631e;
  border-color: #ff631e;
  color: #fff;
}
.buyFundItemWrap {
  padding-top: 4px;
  height: 378px;
}
.hd li .sel_more {
  background: url("/fund../img/ico.png");
  background-repeat: no-repeat;
  background-position: -128px -81px;
  position: relative;
  padding-right: 7px;
  padding-left: 0;
  width: 42px;
  text-align: center;
  border: 1px solid  #fff;
}
.hd li.onhover .sel_more {
  border: 1px solid  #d6d6d6;
}
.hd li.onhover {
  position: relative;
  border-bottom: none;
}
.hd .onhover .sel_warp {
  display: block;
}
.sel_warp {
  position: absolute;
  width: 49px;
  text-align: center;
  top: 23px;
  left: 7px;
  border: 1px solid #d6d6d6;
  /*border-top: none;*/
  background: #fff;
}
.sel_warp a {
  display: block;
  text-decoration: none;
  color: #666;
}
.sel_warp a:hover {
  color: #f40;
  background: #f5f5f5;
}
.buyFundItemWrapSH02 {
  height: 108px;
}
.relatedThemeFundTit {
  font-size: 14px;
  background-image: url(/fund../img/dotted02.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  color: #4c74b1;
  padding-bottom: 6px;
  width: 220px;
  margin: 0 auto;
}
.RateInSimilar_type,
.RateInSimilar_persent {
  margin: 9px 7px;
}
.hd .hasTips {
  display: block;
  width: 120px;
}
.hd .hasTips span {
  float: left;
}
.hd .hasTips .infoTips {
  top: 50%;
  margin-top: -6px;
}
.hd .hasTips span {
  border-bottom: none;
}
/**
 * 规模变动\投资风格\同公司旗下基金\现任基金经理
 */
.funhalf_left,
.funhalf_right {
  width: 367px;
  height: 258px;
}
.funhalf_left {
  float: left;
}
.funhalf_right {
  float: right;
}
.wrapper .singleStyleHeight03 {
  height: 507px;
}
.fundManager {
  height: 237px;
  float: left;
  clear: both;
  width: 100%;
}
.compOtherFund {
  height: 100%;
}
.fluctuationScale,
.HolderStructure,
.assetAllocation,
.fundInvestmentStyle,
.performanceEvaluation {
  margin: 7px 10px;
}
.reT_fundInfo {
  overflow: hidden;
  padding-top: 6px;
}
.reT_fundInfo .reT_left {
  float: left;
  font-size: 12px;
}
.reT_fundInfo .reT_right {
  float: right;
  font-size: 12px;
}
/**
 * 基金经理
 */
.fundManager .bd {
  margin-top: 1px;
}
.fundManager ul {
  overflow: hidden;
}
.fundManagerWrap,
.fundManager li {
  float: left;
  margin: 3px 10px;
}
.fundManagerList {
  height: 22px;
  padding-bottom: 5px;
}
.fundManagerList dt,
.fundManagerList dd {
  float: left;
  cursor: pointer;
  cursor: hand;
}
.fundManagerList dt {
  line-height: 22px;
}
.fundManagerList .FMlist_Btn {
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  margin: 0 2px;
  border: 1px solid #c6c6c6;
  font-weight: normal;
  min-width: 42px;
  text-align: center;
}
.fundManagerList .FMlist_Btn.fmActive {
  background: #4c74b1;
  font-weight: bold;
  border: 1px solid #4c74b1;
  color: #fff;
}
.ManagerPic {
  float: left;
  width: 110px;
}
.ManagerPic img {
  padding: 3px 2px;
  border: 1px solid #c6c6c6;
}
.ManagerInfo {
  float: left;
  width: 126px;
  padding-left: 14px;
  padding-top: 10px;
  padding-right: 10px;
}
.ManagerInfo .M_name {
  font-weight: bold;
}
.ManagerInfo .M_levels {
  color: #ff9900;
  padding-bottom: 9px;
}
.ManagerInfo .M_startTit,
.ManagerInfo .M_date,
.ManagerInfo .M_fundScaleTit,
.ManagerInfo .fundScale {
  border-bottom: 1px solid #f5f5f5;
  line-height: 22px;
}
.fundManagerPower {
  width: 241px;
  height: 158px;
  float: left;
  margin-right: 15px;
}
.fundProfit {
  width: 195px;
  height: 158px;
  float: left;
}
.fundManager .fundManagerTab {
  width: 730px;
  margin: 5px 10px 0 10px;
}
.popTable td,
.popTable th {
  text-align: center;
  padding: 3px 0;
}
.popTable th {
  background: #f5f5f5;
}
.popTable a {
  text-decoration: none;
}
/**
 * 基金新闻\公告
 */
.newListWrap {
  margin: 10px 20px;
}
.newListWrap ul a {
  padding-left: 9px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding-left: 10px;
  overflow: hidden;
  background-image: url("/fund../img/dotted03.jpg");
  background-repeat: no-repeat;
  background-position: 0px 9px;
}
.newListWrap ul a .newsData {
  color: #999;
  font-size: 12px;
  font-family: "arial";
}
.newListWrap li {
  margin: 6px 0;
}
.newListWrap .newsTit {
  float: left;
}
.newListWrap .newsData {
  float: right;
}
/**
 * 基金吧
 */
.barEssayListWrap {
  overflow: hidden;
  width: 729px;
  padding: 0 10px;
  margin-top: 10px;
}
.barEssayListWrap .barWrap .popTable td {
  padding: 5px 0;
}
.barEssayListWrap .poptableWrap_footer {
  padding-top: 4px;
}
.upLoadUserEssay {
  background: #f3f3f3;
  padding: 10px;
  margin-top: 10px;
}
.upLoadUserEssay .upLoadUserEssay_header {
  overflow: hidden;
}
.upLoadUserEssay .upLoadUserEssay_header h3 {
  float: left;
  font-weight: bold;
  font-size: 15px;
}
.upLoadUserEssay .upLoadUserEssay_header .loginState {
  float: right;
}
.upLoadUserEssay .upLoadUserEssay_header a {
  text-decoration: none;
  font-weight: bold;
}
.upLoadUserEssay .upLoadUserEssay_header .unlog_ling {
  margin: 0 4px;
}
.upLoadUserEssay .upLoadUserEssay_header .unlog_tips {
  margin-right: 6px;
}
.upLoadUserEssay .unlog_tips {
  color: #999;
}
.upLoadUserEssay .inputEssay {
  padding-bottom: 4px;
}
.upLoadUserEssay .inputEssay textarea {
  padding: 10px 8px;
  width: 710px;
  resize: none;
  height: 59px;
  margin-top: 10px;
  border: 1px solid #dcdcdc;
}
.upLoadUserEssay .cleanUp,
.upLoadUserEssay .submitEssay {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff!important;
  text-decoration: none;
  float: right;
}
.upLoadUserEssay a.submitEssay {
  background: #ff4400;
}
.upLoadUserEssay a.submitEssay:hover {
  background: #ff631e;
}
.upLoadUserEssay a.cleanUp {
  background: #888;
  margin-left: 7px;
}
.upLoadUserEssay a.cleanUp:hover {
  background: #999;
}
.upLoadUserEssay .uploadBtnWrap {
  overflow: hidden;
  line-height: 30px;
  height: 30px;
}
.upLoadUserEssay .watchAgreement {
  float: right;
  margin-right: 18px;
}
.upLoadUserEssay .upload_tips {
  float: left;
}
.focusEas .popTable {
  width: 215px;
  margin: 10px auto;
}
.focusEas .popTable td {
  padding: 3px 0;
}
/**
 * 基金收益走势图
 */
#assetAllocationCoin {
  margin-bottom: 0;
  margin-top: -1px;
  height: 351px;
  width: 236px;
}
#fundRevenueTrend {
  height: 744px;
}
#fundRevenueTrend #quotationItem_DataMap {
  width: 510px;
}
#historyReturnRate {
  height: 392px;
  margin-bottom: 0;
}
#historyReturnRate .history-tips {
  width: 210px;
  margin: 7px auto;
}
#historyReturnRate .history-tips .history-w {
  float: left;
  padding-right: 4px;
}
#historyReturnRate .poptableWrap,
#historyReturnRate .poptableWrap_footer {
  width: 220px;
}
#historyReturnRate,
#assetAllocationCoin {
  width: 238px;
}
#assetAllocationMain {
  height: 297px;
}
.fundRevenueTrendMap .infoOfFund-line {
  width: 490px;
  margin: 0 auto;
}
.fundRevenueTrendMap .quotationItem01,
.fundRevenueTrendMap .quotationItem02 {
  width: 490px;
  height: 322px;
  padding: 10px 0;
  margin: 0 auto;
}
/**
 * 基金品种右边栏
 */
#rightadvert {
  background-color: #fff;
  z-index: 65536;
  width: 190px;
  position: absolute;
  left: 50%;
  margin-left: 410px;
  top: 33px;
}
.appdownload {
  height: 329px;
  width: 190px;
  position: relative;
}
.appdownload a {
  display: block;
  text-decoration: none;
  outline: medium;
}
.dbox {
  cursor: pointer;
  height: 329px;
  width: 190px;
  background-image: url(/fund../img/20150413180508.jpg);
}
.appdownload .clickd {
  width: 170px;
  height: 40px;
  display: block;
  position: absolute;
  top: 276px;
  left: 10px;
  background-color: #FF4400;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
}
.hotsale {
  margin-top: 15px;
}
.hotsale .t {
  color: #666666;
  font-family: "微软雅黑", "宋体";
  font-size: 16px;
  background-position: -195px 0;
  width: 190px;
  height: 29px;
}
.dts {
  margin-top: 15px;
  overflow: hidden;
  width: 45px;
  display: block;
  float: left;
  height: 1px;
  border-bottom: 1px solid #E4E4E4;
}
.dtt {
  float: left;
  line-height: 16px;
  font-family: "宋体";
  font-size: 14px;
  color: #666666;
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.hotsale .t span.dts {
  width: 53px;
}
.hotsale .t span.dtt {
  width: 84px;
  line-height: 30px;
}
.hotsale .t span {
  float: left;
}
.ztjj {
  padding: 0 10px;
  width: 170px;
  border: 1px solid #e4e4e4;
  font-family: '宋体';
}
.ztjj .ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ztjj ul li {
  display: block;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  height: 60px;
}
ul li {
  list-style-type: none;
}
.ztjj a:visited {
  outline: none;
  text-decoration: none;
}
.ztjj a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  color: #003497;
  vertical-align: baseline;
}
.ztjj .last {
  border: none;
}
.ztjj .clear {
  clear: both;
  display: none;
}
.clear {
  zoom: 1;
}
.rfund {
  cursor: pointer;
  position: relative;
  width: 188px;
  margin-top: 10px;
  border: 1px solid #E4E4E4;
  padding: 10px 0px;
}
.rfund .a-wrapper {
  display: block;
  text-decoration: none;
  outline: medium;
}
.rfund p {
  cursor: pointer;
  color: #666666;
  width: 188px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.rfund p.t1 {
  color: #333333;
  font-family: 'Microsoft YaHei';
  height: auto;
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
}
.rfund p.t2 {
  height: 14px;
  font-size: 12px;
  margin-top: 15px;
}
.rfund p.t3 {
  height: 60px;
  color: #FF4400;
  font-family: Arial;
  font-weight: bold;
}
.rfund p.t3 span.t3l {
  font-size: 48px;
}
.rfund p.t3 span.t3r {
  font-size: 36px;
}
.rfund p.t4 {
  margin-top: 10px;
  font-size: 12px;
  height: 26px;
}
.rfund p.t4 .adfl {
  float: left;
  height: 26px;
  line-height: 26px;
  margin-left: 20px;
  color: #666666;
}
.rfund span.dot {
  padding: 0;
  display: block;
  border-bottom: 1px dotted #F4E7DC;
  width: 150px;
  height: 1px;
  margin-left: 17px;
  overflow: hidden;
}
.rfund .adbuy {
  line-height: 22px;
  text-align: center;
  background-color: #FE4600;
  color: #fff;
  position: absolute;
  width: 80px;
  height: 22px;
  display: block;
  left: 90px;
  text-decoration: none;
  margin-top: -26px;
}
.clickd:hover {
  background-color: #F62D01;
  color: #fff;
}
.adbuy:hover {
  background-color: #F62D01;
  color: #fff;
}
.clickd:hover {
  text-decoration: none;
}
.sanbao {
  margin-top: 5px;
  cursor: pointer;
}
.sanbaoBox {
  background-color: #fff;
  width: 188px;
}
.sanbao1 {
  margin-top: 10px;
}
.sanbao a {
  text-decoration: none;
}
.sanbao .newfund {
  background-color: #fd6407;
}
.sanbao .Header {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Microsoft YaHei';
  text-align: center;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.sanbaolink {
  text-align: center;
  font-size: 12px;
  color: #3f7ab6;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 12px;
  border: 1px solid #d4d4d4;
  font-family: '宋体';
}
.sanbaolink a {
  text-decoration: none;
  display: block;
  margin: auto;
}
.ztjj .head {
  height: 30px;
}
.ztjj .title {
  color: #333333;
  font-size: 20px;
  float: left;
  line-height: 30px;
  font-family: 'Microsoft YaHei';
}
.ztjj .detail {
  display: block;
  float: right;
  font-size: 12px;
  line-height: 30px;
  color: #4071b6;
  text-decoration: none;
  font-family: '宋体';
}
.ztjj .head1 {
  height: 30px;
}
.ztjj .syl {
  color: #ff4400;
  font-size: 24px;
  float: left;
  font-family: Arial;
}
.ztjj .desc {
  color: #666;
  font-size: 12px;
  float: right;
  line-height: 12px;
  margin-top: 12px;
}
.ztjj .last {
  border: none;
}
.rfund p.t4 .adfl em {
  color: #FF5A00;
  font-style: normal;
  font-weight: bold;
}
/**
 * 底部推荐购买
 */
.switchCenter li.s_middle:hover {
  background-color: #334e7c;
}
.switchCenter {
  margin: 0px auto;
  height: 40px;
  position: relative;
  width: 1200px;
}
.switchCenter li {
  background-color: #212C3D;
  width: 152px;
  height: 40px;
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
}
.switchCenter li.s_middle {
  cursor: pointer;
  border-right: dotted 1px #565C65;
  width: 199px;
  position: relative;
}
.switchCenter li.s_left {
  width: 119px;
  border-right: 1px solid #989CA3;
  font-size: 16px;
}
.switchCenter li.last {
  border-right: none;
}
.switchCenter li.s_right {
  width: 81px;
  font-size: 16px;
  position: relative;
  background-color: #212C3D;
}
.switchCenter li.s_left a {
  text-align: center;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 119px;
  height: 40px;
}
.switchCenter li.s_middle a {
  outline: none;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #fff;
}
.switchCenter li p {
  width: 135px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding-left: 15px;
  overflow: hidden;
}
.switchCenter li p span {
  line-height: 20px;
}
.switchCenter li p span {
  float: left;
  width: 55px;
}
.switchCenter li p span.syl {
  margin-right: 10px;
  width: 70px;
  text-align: right;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #FF4700;
  font-family: Arial;
}
.switchCenter li p span {
  line-height: 20px;
}
a.bottombuy {
  text-align: center;
  line-height: 22px;
  position: absolute;
  height: 22px;
  width: 38px;
  display: block;
  background-color: #ff4400;
  top: 10px;
  left: 150px;
}
.switchCenter li.s_right #switch,
.switchCenter li.s_right .sclose {
  background-image: url(/j5/image/201512/20151225155351.png);
  background-position: -447px 0;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 24px;
  height: 24px;
  float: left;
  display: block;
  margin: 8px 0px;
}
.switchCenter li.s_right .sclose {
  background-position: -475px 0;
  margin-left: 5px;
}
.switchCenter li.s_right #switch:hover {
  background-position: -513px 0;
}
.switchCenter li.s_right .sclose:hover {
  background-position: -541px 0;
}
.switchCenter li.s_right #switch {
  margin-left: 10px;
}
.rfund a.a-wrapper {
  text-decoration: none;
}
/**
 * 头部固定搜索
 */
#fixedTop {
  display: none;
  position: fixed;
  top: 0;
  width: 1000px;
  z-index: 999;
  left: 50%;
  margin-left: -600px;
}
.fixedBuy {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
.instantBuy {
  height: 37px;
  background-color: #F5F5F5;
}
#fix_search {
  line-height: 23px;
  color: #666666;
  height: 23px;
  border: 1px solid #ccc;
  margin: 5px 0 0 20px;
  width: 178px;
  padding-left: 5px;
  float: left;
  border-right: none;
}
.fix_searchb_b,
.fix_buy,
.fix_dt,
.fix_kf,
.fixdisbuy,
.fixdisdt {
  background-image: url(/j5/image/201512/20151225155351.png);
  background-repeat: no-repeat;
  background-position: -300px -73px;
}
.fix_searchb_b {
  width: 34px;
  height: 25px;
  display: inline-block;
  float: left;
  margin-top: 5px;
  background-position: -513px -74px;
  cursor: pointer;
}
.instantBuy span {
  line-height: 37px;
  float: left;
}
.fix_fname {
  font-weight: bold;
  font-size: 16px;
  color: #323332;
  margin-left: 10px;
}
.fix_fcode {
  font-size: 12px;
  font-weight: bold;
  color: #323332;
  margin-left: 10px;
}
.fix_jzinfo {
  margin-left: 10px;
  font-size: 12px;
}
.fix_jzinfo a {
  text-decoration: none;
}
.fix_date {
  color: #666666;
  font-size: 14px;
}
.fix_dwjz,
.fix_zzl {
  font-size: 14px;
}
.fix_left {
  font-size: 14px;
  float: left;
  height: 37px;
  width: 782px;
}
.instantBuy span.fix_right {
  float: right;
  height: 37px;
  display: inline-block;
  width: 218px;
}
.fix_buy,
.fix_dt,
.fix_kf,
.fixdisbuy,
.fixdisdt {
  width: 54px;
  height: 23px;
  margin-top: 7px;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  float: left;
}
.fix_buy:hover {
  background-position: -300px -100px;
}
.fix_dt {
  background-position: -367px -73px;
}
.fix_dt:hover {
  background-position: -367px -100px;
}
.fix_kf {
  width: 70px;
  margin-right: 20px;
  background-position: -438px -73px;
}
.fix_kf:hover {
  background-position: -438px -100px;
}
.fixdisbuy {
  background-position: -300px -127px;
  cursor: default;
}
.fixdisdt {
  background-position: -367px -127px;
  cursor: default;
}
.hotspot {
  height: 30px;
  border-top: 1px solid #FC9E00;
  margin-bottom: 10px;
  background-color: #FFFEE2;
  padding-left: 20px;
}
.hotspot font {
  line-height: 30px;
  height: 30px;
  display: inline-block;
  float: left;
}
.hotspot ul {
  width: 710px;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  float: right;
}
.hotspot ul li {
  float: left;
  margin-right: 20px;
  font-size: 13px;
}
.hotspot ul li a {
  text-decoration: none;
}
.intro_newbg {
  background-image: url("/hqres/emhq20/img/style.png");
  background-repeat: repeat-x;
  background-position: 0 -206px;
  height: 4px;
  overflow: hidden;
}
</pre></body></html>