﻿@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..merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .calculatorEnter
 */
html {
    font-size: 100%;
    /* 1 */
    color: #333333;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/*::-ms-clear, ::-ms-reveal {
    display: none;
}*/
/* 内外边距通常让各个浏览器样式的表现位置不同 */
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 {
    text-decoration: none;
}

a {
    color: #4372ba;
}

    a:link,
    a:visited {
        color: #4071b6;
        text-decoration: none;
    }
    /* 鼠标悬停 */
    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: #008000;
}

.ui-hasTspace10 {
    padding-top: 10px;
}

.ui-blod {
    font-weight: bold;
}

.merchandiseDetail .fundDetail-footer li .ui-color-red-hover {
    color: #ff4400;
}

.ui-color-red-light {
    color: #f40;
}

.ui-num {
    font-family: "arial";
}

.space01 {
    display: inline-block;
    width: 11px;
    height: 1px;
}

.SitePath .space01 {
    width: 3px;
}

.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 <button> <input> */
    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 {
    min-width: 1000px;
}

    .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;
    *position: static;
    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;
        *position: inherit;
        float: left;
    }

.financialProducts .item_title .titleItems h3 {
    padding: 0;
    padding-left: 10px;
}

.RateInSimilar .item_title .titleItem h3 {
    z-index: 1;
    *position: initial;
}

.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;
        *z-index: 1;
        *position: static;
        _position: relative;
        _border-top: 2px solid #2772b6;
        _z-index: 8000;
    }

        .item_title .titleItems.titleItemActive h3 {
            background: #fff;
            border-left: 1px solid #d4d4d4;
            border-right: 1px solid #d4d4d4;
            font-weight: bold;
            *z-index: 1;
            *position: static;
        }


.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('//j5.dfcfw.com/image/201508/20150828174131.jpg');
    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('//j5.dfcfw.com/image/201508/20150828174332.png');
    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(//j5.dfcfw.com/image/201508/20150827170033.png);
    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.dfcfw.com/image/201508/20150827170246.png');
        background-position: top right;
        position: relative;
        right: 0px;
    }

    #onlineKF .onlineKF_main {
        width: 132px;
        height: 295px;
        background-image: url('//j5.dfcfw.com/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: 99998;
}

div#searchbar {
    width: 1000px;
    font-size: 12px;
    /*background: #4f80ca;	*/
    position: relative;
    z-index: 9999;
    background-image: url('//j5.dfcfw.com/image/201508/20150828174131.jpg');
    background-repeat: repeat-x;
    background-position: 0 -38px;
}

#search-tooltip02 {
    top: 29px;
    left: 20px;
    _z-index: 999999999;
}

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(//j5.dfcfw.com/image/201411/20141121105611.png);
        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(//j5.dfcfw.com/image/201411/20141121105517.gif);
        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;
    _z-index: 999999;
}


.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;
}

.clear {
    clear: both;
}

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('//j5.dfcfw.com/image/201508/20150828174355.png');
            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-tel2 {
    padding-left: 61px;
}

.header-nav .head-item .icon {
    background-image: url('//j5.dfcfw.com/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: 99;
}

.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, .header-nav .head-item .float_phone {
    background: url('//j5.dfcfw.com/image/201503/20150303093655.gif') no-repeat;
}

.header-nav .head-item .ios-icon {
    background-position: -216px -79px;
    width: 10px;
    height: 14px;
    top: 0px;
    left: 9px;
    color: #06b;
}

.header-nav .head-item.a-app a, .header-nav .head-item.a-app a:hover, .header-nav .head-item.a-app a:link, .header-nav .head-item.a-app a:visited, .header-nav .head-item.a-app.open:hover, .header-nav .head-item.a-app.open:link, .header-nav .head-item.a-app.open:visited {
    color: #06b;
}

.header-nav .head-item .float_phone {
    width: 204px;
    height: 123px;
    position: absolute;
    top: 14px;
    left: -50px;
    margin-top: 6px;
    cursor: pointer;
    border: 0;
}

    .header-nav .head-item .float_phone .btn {
        width: 94px;
        height: 24px;
        position: absolute;
        left: 13px;
        text-indent: -999px;
        background: 0;
    }

.header-nav .head-item .btn_iphone {
    top: 44px;
}

.header-nav .head-item .btn_android {
    top: 77px;
}

.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: 8px;
    left: 50%;
    margin-left: -85px;
}

.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(//j5.dfcfw.com/image/201405/20140520132603.png) 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("//j5.dfcfw.com/image/201404/20140424111526.png");
    }

    .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("//j5.dfcfw.com/image/201508/20150812175642.png") 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('//j5.dfcfw.com/image/201508/20150828174332.png');
        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('//j5.dfcfw.com/image/201508/20150828174332.png');
        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('//j5.dfcfw.com/image/201508/20150828174245.gif');
            }

        .loginUI a.btn span.login,
        .loginUI a.btn span.account {
            font-size: 14px;
            font-weight: bold;
        }
/**
 * path
 */
/**
 * 通用样式
 */
.icon {
    background-image: url("//j5.dfcfw.com/image/201705/20170510113610.png");
}

.ie67mayhide {
    display: none;
}

:root .ie67mayhide {
    display: block;
}

.sp01 {
    margin-right: 0px;
}

.dataItem03 .nocolor {
    color: #333;
}

.ui-font-large {
    font-size: 26px;
}

.ui-font-middle {
    font-size: 16px;
}

.ui-color-blue {
    color: #4c74b1;
}

.ui-color-red {
    color: #ff0000;
}

.ui-color-black {
    color: #333;
}


.letterSpace01 {
    letter-spacing: 1px;
}

.placehold {
    color: #999;
}

.alignLeft {
    text-align: left;
}

.poptableWrap .alignLeft {
    text-align: left;
    padding-left: 10px;
}

.poptableWrap .alignRight {
    text-align: right;
}

.poptableWrap .alignRight10 {
    text-align: right;
    padding-right: 10px;
}

.bold {
    font-weight: bold;
}

.highcharts-container {
    float: left;
}

.searchbar-input {
    position: relative;
}
/**
 * 基金品种
 */
.F_banner {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 15px;
}

    .F_banner div {
        float: left;
        margin-right: 6px;
    }

        .F_banner div.end {
            margin-right: 0;
        }
/**
 * 基金搜索
 */

.searchArea {
    height: 62px;
}

.wrapper .searchArea {
    clear: both;
    padding-top: 10px;
}

.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("//j5.dfcfw.com/image/201705/20170510113610.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("//j5.dfcfw.com/image/201705/20170510113610.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-image: url("//j5.dfcfw.com/image/201705/20170510113610.png");
    background-repeat: no-repeat;
}

.searchArea .jjpz {
    display: inline-block;
    width: 140px;
    height: 100%;
    float: left;
    background-image: url("//j5.dfcfw.com/image/201705/20170510113610.png");
    background-repeat: no-repeat;
    background-position: -168px 0;
}

.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: 99998;
}

.searchArea div.searchbar-select {
    z-index: 99999;
}

.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: 202px;
    }

    .fundtypeNav .navItem04 {
        width: 280px;
    }

    .fundtypeNav .lineType01 {
        background: #c9c9c9;
    }

    .fundtypeNav .lineType01,
    .fundtypeNav .lineType02 {
        width: 1px;
        height: 34px;
        margin-top: 6px;
        margin-right: 9px;
        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;
        background: url("//j5.dfcfw.com/image/201603/20160318181817.png") no-repeat scroll -1px 2px;
    }

    .fundtypeNav .lineType02 i {
        display: block;
        width: 100%;
        background: #c9c9c9;
        height: 100%;
    }

    .fundtypeNav .dgx {
        margin: 0 -1px 0 3px;
    }
/**
 * 站点路径\全球市场
 */
.wrapper .globalMarketAndSitePath {
    margin-top: 6px;
    height: 30px;
    /* background-color: #f5f5f5; */
    border-top: solid 2px #f5f5f5;
}

    .wrapper .globalMarketAndSitePath .SitePath {
        font-family: "宋体";
        float: left;
    }

        .wrapper .globalMarketAndSitePath .SitePath a {
            text-decoration: none;
            font-family: arial, "Hiragino Sans GB", simsun, sans-serif;
        }

            .wrapper .globalMarketAndSitePath .SitePath a:hover {
                color: #ff4400;
            }

        .wrapper .globalMarketAndSitePath .SitePath .gmNow {
            color: #4372ba;
        }

    .wrapper .globalMarketAndSitePath .globalMarket {
        float: left;
        height: 30px;
    }

        .wrapper .globalMarketAndSitePath .globalMarket .globalMarketTitle {
            font-weight: bold;
            color: #4372ba;
            position: relative;
            padding-right: 16px;
            float: left;
            cursor: pointer;
            background-color: #fff;
            margin-left: 5px;
        }

            .wrapper .globalMarketAndSitePath .globalMarket .globalMarketTitle .SitePathWorld {
                _position: relative;
                _top: 7px;
            }

        .wrapper .globalMarketAndSitePath .globalMarket .ico-globalMarket {
            width: 14px;
            height: 15px;
            background-image: url("//j5.dfcfw.com/image/201705/20170510113610.png");
            background-repeat: no-repeat;
            background-position: 0 -47px;
            display: inline-block;
            position: relative;
            top: 3px;
            _top: 6px;
            margin-right: 5px;
            margin-left: 5px;
        }

        .wrapper .globalMarketAndSitePath .globalMarket .lineType01 {
            width: 1px;
            height: 14px;
            position: absolute;
            top: 8px;
            right: 5px;
            background: #c9c9c9;
        }

        .wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top {
            float: right;
            height: 30px;
            line-height: 30px;
            width: 995px;
        }

            .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: auto;
                overflow: hidden;
                position: relative;
                float: left;
                min-width: 423px;
            }

            .wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top b {
                padding-right: 2px;
            }

            .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: 25px;
                height: 30px;
                line-height: 30px;
                float: right;
            }

                .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("//j5.dfcfw.com/image/201705/20170510113610.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 {
                float: left;
            }

        .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;
        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;
        height: 40px;
    }

        .merchandiseDetail .fundDetail-header .fundDetail-tit .fundcodeInfo {
            display: inline-block;
            font-size: 14px;
        }

        .merchandiseDetail .fundDetail-header .fundDetail-tit a {
            color: #fff;
            float: right;
            margin-right: 10px;
            font-size: 14px;
            font-family: '宋体';
        }

    .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 .jijinba {
            color: #fff;
            background: url('//j5.dfcfw.com/image/201610/20161025170244.png') no-repeat;
            height: 18px;
            display: inline-block;
            padding-left: 28px;
            margin-right: 10px;
        }

        .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,
        .merchandiseDetail .fundDetail-header .fundDetail-tools .addSeled,
        .merchandiseDetail .fundDetail-header .fundDetail-tools .addCom {
            background-image: url("//j5.dfcfw.com/image/201610/20161026161302.png");
            background-repeat: no-repeat;
            background-position: 3px -19px;
            margin-top: 10px;
            margin-right: 7px;
            width: 48px;
            padding: 0 5px 0 25px;
        }

        .merchandiseDetail .fundDetail-header .fundDetail-tools .addSeled {
            background-position: 3px -39px;
        }

        .merchandiseDetail .fundDetail-header .fundDetail-tools .addCom {
            background-position: 3px 2px;
        }

        .merchandiseDetail .fundDetail-header .fundDetail-tools .addDownApp {
            color: #fff;
            display: inline-block;
            margin-left: 18px;
            padding-left: 17px;
            background-image: url("//j5.dfcfw.com/image/201705/20170510113610.png");
            background-position: -322px -47px;
            _background-image: url(//j5.dfcfw.com/image/201603/20160318182722.png);
            background-repeat: no-repeat;
            _background-position: 0 -2px;
            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: 12px;
        float: left;
    }

        .merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund {
            padding-bottom: 10px;
        }

        .merchandiseDetail .fundDetail-main .fundInfoItem .dataNums .ui-font-middle {
            margin-left: 5px;
        }

.dataOfFund .dataNums .ui-font-large {
    line-height: 47px;
}

.dataNums .fundZdf {
    width: 60px;
    margin-top: 2px;
}

#gz_gsz {
    font-size: 26px;
    font-family: Arial;
    line-height: 47px;
}

#gz_gszzl {
    line-height: 16px;
}

#gz_gszze, #gz_gszzl {
    line-height: 16px;
    font-size: 14px;
    display: block;
}

.gzup,
.gzdown {
    float: left;
    background-image: url("//j5.dfcfw.com/image/201705/20170510113610.png");
    width: 16px;
    height: 20px;
    margin-top: 12px;
    margin-left: 5px;
}

.gzup {
    background-position: 0 -381px;
}

.gzdown {
    background-position: 0 -409px;
}

#gszzl {
    font-size: 16px;
    font-family: Arial;
    margin-left: 8px;
    line-height: 24px;
}

.merchandiseDetail .fundDetail-main .fundInfoItem dt {
    font-family: "宋体";
    margin-bottom: 5px;
    line-height: 18px;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .dataItem01 {
    width: 190px;
    float: left;
}


    .merchandiseDetail .fundDetail-main .fundInfoItem .dataItem01 .dataNums,
    .merchandiseDetail .fundDetail-main .fundInfoItem .dataItem02 .dataNums,
    .merchandiseDetail .fundDetail-main .fundInfoItem .dataItem03 .dataNums {
        height: 34px;
        margin-bottom: 23px;
    }

    .merchandiseDetail .fundDetail-main .fundInfoItem .dataItem01 .tipsBubble {
        width: 330px;
    }

.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_hb .dataItem01,
.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem02,
.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem03,
.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem04 {
    width: 135px;
    float: left;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataOfFund-line {
    height: 48px;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataNums {
    height: 30px;
}

    .merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataNums .ui-font-large {
        line-height: 30px;
    }

    .merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataNums .ui-font-middle {
        margin-left: 0px;
    }

.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem01 .dataNums,
.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem02 .dataNums,
.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem03 .dataNums,
.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem04 .dataNums {
    margin-bottom: 7px;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem02 .dataNums,
.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem03 .dataNums,
.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem04 .dataNums {
    padding-top: 5px;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem01 {
    width: 125px;
}
.merchandiseDetail .fundDetail-main .fundInfoItem .dataItem05 {
     width: 274px;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund_hb .dataItem04 {
    width: 110px;
    padding-left: 10px;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .dataOfFund-line {
    width: 1px;
    height: 57px;
    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: 6px;
    }

.merchandiseDetail .fundDetail-main .fundInfoItem .infoOfFund a {
    text-decoration: none;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .infoOfFund .specialData {
    padding-top: 3px;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .infoOfFund .ui-color-black {
    color: #333;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .infoOfFund .specialData .yzqsy {
    float: right;
    margin-right: 14px;
    font-family: '宋体';
    _margin-top: -17px;
    *margin-top: -17px;
}

.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("//j5.dfcfw.com/image/201705/20170510113610.png");
        background-repeat: no-repeat;
        background-position: -283px -53px;
        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("//j5.dfcfw.com/image/201705/20170510113610.png");
                background-repeat: no-repeat;
            }

            .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayHeader .safety01 {
                padding-right: 15px;
                background-position: -323px -244px;
                _background: url('//j5.dfcfw.com/image/201603/20160318183015.png') no-repeat scroll -2px 9px;
            }

            .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayHeader .safety02 {
                background-position: -323px -285px;
                _background: url(//j5.dfcfw.com/image/201603/20160318183255.png) no-repeat scroll -2px 6px;
            }

        .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayHeader,
        .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic {
            padding: 0 12px;
        }

        .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic {
            padding-top: 8px;
        }

            .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .staticCell {
                margin-right: 10px;
            }
            .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .staticCell5 {
                margin-right: 5px;
            }

            .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 {
            }

            /*.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .rgDate {
                color: #4071b6;
            }*/

            .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .kfadate {
                font-family: Arial;
                /*margin-right: 7px;*/
                color: #ff4400;
            }

            .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .st {
                font-family: "宋体";
            }

                .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .st:hover {
                    text-decoration: underline;
                }

            .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: 8px 0 5px 0;
                width: 100%;
            }

            .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .downAppAtBuyWay {
                padding-left: 24px;
                margin-left: 5px;
                background-image: url("//j5.dfcfw.com/image/201705/20170510113610.png");
                background-position: -322px -335px;
                _background: url("//j5.dfcfw.com/image/201603/20160318184113.png") no-repeat scroll 2px 0px;
                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 {
                background-image: url("//j5.dfcfw.com/image/201705/20170510113610.png");
                background-position: 0px -140px;
                background-repeat: no-repeat;
                color: #999;
                cursor: pointer;
                padding: 21px 35px 9px 0;
                text-align: center;
                cursor: hand;
                _width: 37px;
                _height: 30px;
                *width: 37px;
                *height: 30px;
                _padding: 0px;
                *padding: 0px;
            }


            .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buttonWrap {
                padding: 2px 0 4px 0;
            }

                .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buttonWrap .dqkfBuyBtn {
                    width: 192px;
                    margin-left: 20px;
                }

                    .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buttonWrap .dqkfBuyBtn span {
                        display: block;
                        height: 20px;
                        line-height: 20px;
                        font-weight: normal;
                    }

                        .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buttonWrap .dqkfBuyBtn span.dqkfBuy1 {
                            height: 40px;
                            line-height: 40px;
                            font-weight: bold;
                        }

                    .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buttonWrap .dqkfBuyBtn .dqkfBuy,
                    .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buttonWrap .dqkfBuyBtn .unbuy {
                        line-height: 26px;
                        font-weight: bold;
                    }

                    .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buttonWrap .dqkfBuyBtn .dqkfDate {
                        line-height: 20px;
                        display: block;
                        font-size: 12px;
                    }

                    .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .buttonWrap .dqkfBuyBtn .dqkfBuy.unbuy {
                        display: block;
                        height: 40px;
                        line-height: 40px;
                    }

                .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: #ff631e;
                }

                .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .FixedInvestment:hover {
                    background: #fe8207;
                }

            .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: #fff;
                    border-color: #4372ba;
                }

            .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 li {
                    display: inline-block;
                    text-decoration: none;
                    float: left;
                    padding-right: 9px;
                    padding-left: 20px;
                    background-image: url("//j5.dfcfw.com/image/201705/20170510113610.png");
                    _background-image: none;
                    background-repeat: no-repeat;
                }

                .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group .hqb-buy {
                    background-position: -322px -89px;
                    _background: url(//j5.dfcfw.com/image/201603/20160318184255.png) no-repeat scroll -2px -3px;
                }

                .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group .hqb-save {
                    background-position: -322px -127px;
                    _background: url(//j5.dfcfw.com/image/201603/20160318184942.png) no-repeat scroll -2px -3px;
                }

                .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group .hqb-save-fast {
                    background-position: -322px -171px;
                    _background: url(//j5.dfcfw.com/image/201603/20160318185042.png) no-repeat scroll -2px -3px;
                }

                .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group .changeAsset {
                    background-position: -322px -212px;
                    _background: url(//j5.dfcfw.com/image/201603/20160318185226.png) no-repeat scroll -2px -3px;
                }

                .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group .hqb-buy-fund {
                    background-position: -328px -680px;
                }

                .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .hqb-group .hqb-fast-qx {
                    background-position: -328px -737px;
                }

            .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .QRCode {
                position: absolute;
                display: none;
                top: -8px;
                left: -27px;
                padding: 9px 10px;
                border: 1px solid #e5e5e5;
                background: #fff;
                z-index: 99999;
            }

                .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 .ui-color-red {
            color: #ff0000;
        }

        .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("//j5.dfcfw.com/image/201603/20160323151741.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("//j5.dfcfw.com/image/201705/20170510113610.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;
            line-height: 35px;
        }

    .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("//j5.dfcfw.com/image/201705/20170510113610.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: 0px;
    }
/**
 * 盘中实时净值估算图\股票持仓\热点聚焦(可复用)
 */
.quotationItem_left,
.quotationItem_right,
.quotationItem_DataMap,
.quotationItem_DataTable {
    height: 100%;
}

.wrapper .quotationItem {
    height: 366px;
    margin-bottom: 13px;
    margin-top: 10px;
}

.wrapper .quotationItem1 {
    height: auto;
}

.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("//j5.dfcfw.com/image/201705/20170510113610.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;
}

.financialProducts .titleItems.titleItemActive02 h3 {
    padding: 0px;
}

.financialProducts .titleItemActive02 {
    border-bottom: 2px solid #2772b6;
    margin-left: 10px;
    margin-right: 0px;
}

.rankInSimilar .hasSelect .titleItemActive03 {
    border: 0;
    border-bottom: 2px solid #4c74b1;
}

.hd .sel_more .select_more {
    border: 1px solid #d6d6d6;
}

.wrapper .IncreaseAmountWrap {
    height: auto;
}

.IncreaseAmount {
    height: auto;
}

    .IncreaseAmount .jdzfDate {
        float: right;
        line-height: 38px;
        width: 108px;
        padding-right: 10px;
    }

.wrapper .IncreaseAmount .hasDownLoadApp.moreStyle01 {
    float: right;
    margin-right: 10px;
}

#jdzfDate {
    padding-left: 5px;
    font-family: Arial;
}

.wrapper .quotationItem .quotationItem_left02 {
    width: 751px;
    height: auto;
}

    .wrapper .quotationItem .quotationItem_left02 .bd .increaseAmount {
        height: auto;
    }

.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("//j5.dfcfw.com/image/201705/20170510113610.png");
    background-repeat: no-repeat;
    background-position: -165px -52px;
    cursor: pointer;
    cursor: hand;
    position: relative;
    *z-index: 99999;
}

.infoTips2 {
    position:relative;
    top:-1px;
    left: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background: url(//j5.dfcfw.com/sc/image/202008/20200814082928.png) -4px -66px no-repeat;
}


.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: 999999;
    text-align: left;
    display: none;
    color: #333;
}

    .tipsBubble a {
        display: block;
        text-align: right;
        text-decoration: none;
    }

.infoTips1 .tipsBubble {
    background: #fff7eb;
    background-image: none;
    *margin-top: 15px;
    *margin-left: -65px;
}

.hasLoading {
    background-image: url(//j5.dfcfw.com/j1/images/loading2.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.hasDownLoadApp {
    text-decoration: none;
    display: inline-block;
    padding-left: 17px;
    background-image: url(//j5.dfcfw.com/image/201705/20170510113610.png);
    background-repeat: no-repeat;
    background-position: -322px -432px;
    _background-image: url(//j5.dfcfw.com/image/201603/20160318185656.png);
    _background-repeat: no-repeat;
    _background-position: -2px -1px;
    float: right;
}

    .hasDownLoadApp:hover {
        text-decoration: none;
    }
/**
 * 盘中实时净值估算图
 */
.estimatedMap .estimatedchart {
    text-align: center;
    padding-top: 8px;
    height: 293px;
    font-family: '宋体';
}

    .estimatedMap .estimatedchart .dwjz_null {
        font-size: 14px;
        font-weight: bold;
        color: #808080;
        font-family: '宋体';
        margin-top: 105px;
    }

.estimatedMap .dwjz {
    line-height: 24px;
    padding-top: 2px;
    display: inline-block;
}

.estimatedMap .date {
    line-height: 24px;
    display: inline-block;
}

.estimatedMap .estimatedsideInfo {
    padding-left: 17px;
    padding-right: 10px;
}

    .estimatedMap .estimatedsideInfo .itm01 .tipsBubble {
        bottom: 16px;
        left: -95px;
    }

    .estimatedMap .estimatedsideInfo .itm02 .tipsBubble {
        top: 0px;
        left: 21px;
        width: 210px;
        line-height: 18px;
    }

.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;
    }

.estimatedMap .estimatedsideInfo .InfoItem .infoTips {
    *position: absolute;
    *z-index: 9999;
}

.IncreaseAmount .increaseAmount .infoTips {
    *position: absolute;
    *z-index: 99999;
}

/**
 * 股票持仓\净值
 */
.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;
}

    .poptableWrap_footer span {
        color: gray;
        display: inline-block;
        text-align: left;
        line-height: 20px;
    }


.sum {
    overflow: hidden;
    padding-left: 10px;
}

    .sum .sum-tit,
    .sum .sum-num {
        float: left;
        padding-top: 3px;
        padding-bottom: 7px;
    }

    .sum .sum-tit {
        padding-right: 18px;
    }

        .sum .sum-tit a {
            text-decoration: none;
            font-weight: inherit;
        }

    .sum .sum-num {
        font-family: "arial";
    }

.poptableWrap_footer {
    overflow: hidden;
}

    .poptableWrap_footer .poptab_more {
        float: right;
        text-decoration: none;
        padding-right: 10px;
    }

    .poptableWrap_footer .end_date {
        float: left;
        margin-left: 10px;
    }

.barEssayListWrap td .gray {
    color: #979797;
}


/**
 * 热点聚焦
 */
.hotSpotFocus {
    padding: 5px 10px;
}

    .hotSpotFocus li {
        margin: 3px 0;
        padding-left: 9px;
        background-image: url("//j5.dfcfw.com/image/201705/20170510113610.png");
        background-position: 0 -276px;
        _background-image: url("//j5.dfcfw.com/image/201603/20160318190001.png");
        background-repeat: no-repeat;
        _background-position: 0 3px;
    }

    .hotSpotFocus a {
        text-decoration: none;
        line-height: 22px;
        font-size: 14px;
    }

        .hotSpotFocus a.ui-color-red-hover {
            color: #f40;
        }
/**
 * 活期宝\定期宝\中财所
 */
.winAD_zcs,
.winAD_dqb,
.winAd_hqb {
    padding: 10px;
    cursor: pointer;
}

    .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_hqb .clip03 {
        padding-left: 5px;
    }

    .winAD_zcs .clip01,
    .winAD_dqb .clip01,
    .winAd_hqb .clip01 {
        display: inline-block;
        width: 112px;
    }

    .winAd_hqb .clip01 {
        width: 120px;
    }

    .winAD_dqb .clip01 {
        width: 40px;
    }

    .winAD_dqb .clip03,
    .winAD_dqb .clip04 {
        margin-left: 10px;
    }

    .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: #ff631e;
            }

    .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;
}
/**
 * 阶段涨幅\季度涨幅\年度涨幅
 */

.typeName {
}

.ranking {
    width: 47px;
    padding-top: 1px;
    margin: 0 auto;
    height: 39px;
}

    .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;
    height: 11px;
}

.rank_2 .r2,
.rank_3 .r2,
.rank_4 .r2 {
    border: 0;
    background: #cbdff8;
    height: 11px;
}

.rank_3 .r3,
.rank_4 .r3 {
    border: 0;
    background: #b3ceef;
    height: 11px;
}

.rank_4 .r4 {
    border: 0;
    background: #94b7e3;
    height: 11px;
}

.increaseAmount td,
.increaseAmount th,
.increaseAmount h3 {
    text-align: center;
}

.increaseAmount .th01 {
    width: 107px;
}

.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;
}

.increaseAmount .Rdata {
    text-align: right;
    padding-right: 10px;
}
/**
 * 累计收益率走势\同类排名\百分比排名\同类基金涨幅\相关主题基金
 */
.wrapper .trandAndGain {
    height: auto;
}

.grandTotal {
    height: 363px;
}

.rankInSimilar {
    height: 476px;
}

.RateInSimilar {
    height: 319px;
}

    .RateInSimilar .tipsBubble {
        width: 450px;
    }

.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: #5789d4;
}

.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("//j5.dfcfw.com/image/201705/20170510113610.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 .typeGrands li.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: 330px;
    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 3px;
        cursor: pointer;
    }


        .hd li span {
            display: inline-block;
            padding: 0 3px;
            margin-right: 1px;
        }

    .hd .titleItemActive {
        border: 0;
    }

.themeFund .titleItemActive span,
.rankInSimilarWrap .hd .titleItemActive span {
    border-bottom: 2px solid #4c74b1;
}

.hd .sel_warp {
    display: none;
}

.buyFundItem {
    padding: 7px 0;
    height: 40px;
    background-image: url(//j5.dfcfw.com/image/201603/20160323151832.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("//j5.dfcfw.com/image/201705/20170510113610.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 .border {
    border: 1px solid #d6d6d6;
}

.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;
        }

.buyFundItemMain01 {
    height: 220px;
}

.buyFundItemWrapSH02 {
    height: 135px;
    overflow:hidden;
}

    .buyFundItemWrapSH02 .buyFundItem {
        padding-bottom: 5px;
        height: 59px;
    }

        .buyFundItemWrapSH02 .buyFundItem .buyFundItem_date {
            width: 80px;
            line-height: 34px;
        }

        .buyFundItemWrapSH02 .buyFundItem .buyFundItem_date1 {
            width: 50px;
            padding-left: 10px;
        }

        .buyFundItemWrapSH02 .buyFundItem .buyFundItem_rate {
            text-align: left;
            line-height: 34px;
        }

        .buyFundItemWrapSH02 .buyFundItem .buyFundItem_minsg {
            line-height: 18px;
            padding-left: 10px;
        }

        .buyFundItemWrapSH02 .buyFundItem.noBg {
            padding-top: 5px;
            padding-bottom: 0;
        }

        .buyFundItemWrapSH02 .buyFundItem .buyFundItem_buy {
            margin-top: 18px;
        }

.relatedThemeFundTit {
    font-size: 14px;
    background-image: url(//j5.dfcfw.com/image/201603/20160323151832.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    color: #4c74b1;
    padding-bottom: 6px;
    width: 220px;
    margin: 0 auto;
}

.cursor {
    cursor: pointer;
}

.RateInSimilar_type,
.RateInSimilar_persent {
    margin: 9px 7px;
}

.hd .hasTips {
    display: block;
    width: 120px;
    _width: 125px;
}

    .hd .hasTips span {
        float: left;
    }

    .hd .hasTips .infoTips {
        top: 50%;
        margin-top: -6px;
    }

    .hd .hasTips span {
        border-bottom: none;
    }

.position_bonusTips {
    padding: 3px 5px 3px 21px;
    background: #f2f8ff;
    border: 1px solid #c6ddff;
}

    .position_bonusTips a {
        text-decoration: none;
    }

    .position_bonusTips .icon {
        background-image: url("//j5.dfcfw.com/image/201705/20170510113610.png");
        background-position: 4px -328px;
        margin-left: -21px;
        padding-left: 21px;
        *margin-left: -22px;
    }
/**
 * 规模变动\投资风格\同公司旗下基金\现任基金经理
 */
.funhalf_left,
.funhalf_right {
    width: 367px;
    height: 258px;
}

.fundInvestmentStyle img {
    display: block;
}

.fundInvestmentStyle .nodata {
    color: #808080;
    font-size: 12px;
    height: 204px;
    line-height: 185px;
    text-align: center;
    vertical-align: middle;
    width: 347px;
    font-family: '宋体';
}

.funhalf_left {
    float: left;
}

.funhalf_right {
    float: right;
}

.wrapper .singleStyleHeight03 {
    height: 507px;
}

.fundManagerInfo {
    height: 161px;
    background: #fff;
}

.fundManagerWrap {
    height: 184px;
    width: 712px;
    position: relative;
}

.fundManager {
    height: 237px;
    float: left;
    clear: both;
    width: 100%;
}

#fundManager {
    width: 749px;
}

.compOtherFund {
    height: auto;
}

.fluctuationScale,
.HolderStructure,
.assetAllocation,
.fundInvestmentStyle,
.performanceEvaluation,
.fundhsl {
    margin: 7px 10px;
}

.fundhsl {
    display: none;
}

    .fundhsl .jjhsl {
        width: 100%;
    }

        .fundhsl .jjhsl .ui-table-hover table {
            height: 150px;
        }

        .fundhsl .jjhsl .ui-table-hover th,
        .fundhsl .jjhsl .ui-table-hover td {
            height: 23px;
            border: solid 1px #d5d5d5;
        }

    .fundhsl .jjhsl_desc {
        padding-top: 15px;
        color: gray;
    }

.performanceEvaluation .jzrq,
.fundManagerPower_jzrq,
.fundProfit_jzrq {
    position: absolute;
    color: gray;
    z-index: 1;
}

.performanceEvaluation .jzrq {
    right: 15px;
    top: -2px;
    font-size: 12px;
}

.performanceEvaluation .comments {
    z-index: 9999;
    position: relative;
    bottom: 16px;
    color: gray;
    background: #fff;
}

.performanceEvaluation .viewMoreFundAttr {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    background: url('//j5.dfcfw.com/image/201611/20161114144957.png') no-repeat scroll 50px 7px;
    z-index: 99999;
}

.performanceEvaluation a.viewMoreFundAttr:hover,
.performanceEvaluation a.viewMoreFundAttr:visited,
.performanceEvaluation a.viewMoreFundAttr:link {
    color: #4071b6;
}

.fundManagerPower_jzrq {
    bottom: -2px;
    left: 269px;
}

.fundProfit_jzrq {
    bottom: -2px;
    right: 71px;
}

.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;
    }

.buyFundItemWrapSH03 {
    height: 386px;
}
/**
 * 基金经理
 */
.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;
        height: 145px;
        width: 105px;
    }

.ManagerInfo {
    float: left;
    width: 126px;
    padding-left: 14px;
    padding-top: 10px;
    padding-right: 10px;
}

    .ManagerInfo .M_name {
        font-weight: bold;
    }

        .ManagerInfo .M_name a {
            color: #333;
        }

            .ManagerInfo .M_name a:hover {
                color: #333;
            }

            .ManagerInfo .M_name a:visited {
                color: #333;
            }

    .ManagerInfo .M_levels {
        color: #ff9900;
        padding-bottom: 9px;
        background: none;
        width: 90px;
        _width: 90px;
        _display: inline;
        _height: 18px;
    }

    .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;
}

    .fundManagerPower .unLoginView {
        text-align: center;
        line-height: 143px;
    }

.fundProfit {
    width: 195px;
    height: 158px;
    float: left;
}

.fundManager .fundManagerTab {
    width: 730px;
    margin: 5px 10px 0 10px;
}

.barWrap .barEssayListWrap .popTable {
    -ms-box-sizing: border-box;
}
/*基金吧公告*/
.barWrap .gonggao,
.barWrap .zhiding {
    width: 25px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 0 3px;
    background-color: #3C84E8;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
}

.barWrap .zhiding {
    background-color: #FF9212;
}

.popTable td,
.popTable th {
    text-align: center;
    padding: 4px 0;
}

.quotationItem_right .popTable .td01 {
    text-align: left;
}

.fundManagerTab .popTable td,
.fundManagerTab .popTable th {
    border-top: 1px dashed #E4E4E4;
}

.popTable th {
    background: #f5f5f5;
}

.fundManagerTab .popTable th {
    border-top: none;
}

.fundManagerTab .popTable .noBorder td {
    border-top: none;
}

.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("//j5.dfcfw.com/image/201603/20160323152011.jpg");
        background-repeat: no-repeat;
        background-position: 0px 9px;
    }

        .newListWrap ul a .newsData {
            color: #999;
            font-size: 12px;
            font-family: "arial";
        }

    .newListWrap li {
        line-height: 26px;
    }

    .newListWrap .newsTit {
        float: left;
    }

    .newListWrap .newsData {
        float: right;
    }

    .newListWrap .poptab_more {
        margin-top: 6px;
    }
/**
 * 基金吧
 */
.barEssayListWrap {
    overflow: hidden;
    width: 729px;
    padding: 0 10px;
    padding-bottom: 10px;
}

    .barEssayListWrap .barWrap .popTable td {
        padding: 5px 0;
    }

    .barEssayListWrap .poptableWrap_footer {
        padding-top: 4px;
    }

.upLoadUserEssay {
    background: #f3f3f3;
    padding-top: 10px;
    width: 751px;
    margin-left: -1px;
}

    .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: 364px;
    width: 236px;
}

#fundRevenueTrend {
    height: 744px;
}

    #fundRevenueTrend #quotationItem_DataMap {
        width: 510px;
    }

.fund_item.quotationItem_DataMap.netWorthTrendWrap.popTab .item_title .titleItemActive,
#quotationItem_DataMap .titleItemActive,
#grandTotal .titleItemActive {
    _border-top: 2px solid #2772b6;
}

#historyReturnRate {
    height: 379px;
    margin-bottom: 0;
}

    #historyReturnRate .history-tips {
        width: 210px;
        margin-left: 9px;
    }

.poptableWrap.poptableWraphb .history-tips .infoTips {
    _float: left;
}

#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;
}

.fund_item.barWrap {
    clear: both;
}

.fund_item:after {
    clear: both;
}

.fund_item.barWrap .th03,
.fund_item.barWrap .th04 {
    text-align: left;
    padding-left: 10px;
}

.fund_item.barWrap .th05 {
    text-align: right;
    padding-right: 10px;
}

.fund_item.barWrap .td03 {
    text-align: left;
    font-size: 14px;
    width: 58% !important;
    overflow: hidden;
}

.fund_item.barWrap .td01,
.fund_item.barWrap .td02,
.fund_item.barWrap .td05 {
    text-align: right;
    padding-right: 10px;
}

.fund_item.barWrap .td03,
.fund_item.barWrap .td04 {
    text-align: left;
    padding-left: 10px;
}

.fund_item.barWrap .tdLast {
    text-align: right;
    padding-right: 5px;
}

.fund_item.barWrap .poptableWrap_footer .poptab_more {
    padding-right: 10px;
}
/**
 * 基金品种右边栏
 */
#rightadvert {
    background-color: #fff;
    z-index: 65536;
    width: 190px;
    position: absolute;
    left: 50%;
    margin-left: 445px;
    top: 201px;
}

.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(//j5.dfcfw.com/image/201603/20160323152047.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.dfcfw.com/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: 9999999;
    left: 50%;
    margin-left: -573px;
}

    #fixedTop .search-left {
        margin: 0;
        padding: 0;
        float: left;
    }

    #fixedTop .search-tooltip .tooltip-nav ul li a {
        height: 18px;
        line-height: 16px;
    }

.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: 191px;
    padding-left: 5px;
    float: left;
    border-right: none;
}

.fix_searchb_b,
.fixdisbuy,
.fixdisdt {
    background-image: url(//j5.dfcfw.com/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;
    border: none;
    _background-color: red;
    _background-image: url('//j5.dfcfw.com/image/201603/20160322163936.jpg');
    _background-position: 0 0;
}

.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,
.fix_dt,
.fix_kf {
    background-color: #f40;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    text-decoration: none;
}

.fix_right a:link,
.fix_right a:visited {
    color: #fff;
    text-decoration: none;
}

.fix_buy:hover,
.fix_dt:hover,
.fix_kf:hover {
    background-color: #ff631e;
    color: #fff;
    text-decoration: none;
}



.fix_kf {
    width: 70px;
    margin-right: 20px;
    background-color: #4372BA;
}

    .fix_kf:hover {
        background-color: #5889D5;
    }

.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("//j5.dfcfw.com/image/202002/20200225140845.png");
    background-repeat: repeat-x;
    background-position: 0 -206px;
    height: 4px;
    overflow: hidden;
}



.merchandiseDetail .fundDetail-main .fundInfoItem .hbxdataItem01 {
    width: 120px;
    float: left;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .hbxdataItem02 {
    width: 100px;
    padding-left: 10px;
    float: left;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .hbxdataItem03 {
    width: 100px;
    padding-left: 10px;
    float: left;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .hbxdataItem04 {
    width: 120px;
    padding-left: 10px;
    float: left;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .dataItem02 .fbqdate {
    margin-top: -10px;
}

.merchandiseDetail .fundDetail-main .fundInfoItem .xinfajj {
    background-color: #F1F8FF;
    padding-bottom: 10px;
}

    .merchandiseDetail .fundDetail-main .fundInfoItem .xinfajj .rgq {
        text-align: center;
        padding-top: 20px;
        font-size: 14px;
        font-weight: bold;
        /*position: relative;*/
    }

        .merchandiseDetail .fundDetail-main .fundInfoItem .xinfajj .rgq .icon {
            background: url(//j5.dfcfw.com/image/201705/20170510113610.png) no-repeat -321px -387px;
            width: 20px;
            height: 19px;
            margin-left: 5px;
            line-height: 20px;
            display: inline-block;
            position: absolute;
            cursor: pointer;
        }

    .merchandiseDetail .fundDetail-main .fundInfoItem .xinfajj .relayDate {
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
    }

    .merchandiseDetail .fundDetail-main .fundInfoItem .xinfajj .fundInfo {
        margin-top: 35px;
    }

        .merchandiseDetail .fundDetail-main .fundInfoItem .xinfajj .fundInfo a {
            margin: 0 5px 0 10px;
            font-family: '宋体';
        }

            .merchandiseDetail .fundDetail-main .fundInfoItem .xinfajj .fundInfo a.last {
                float: right;
                margin-right: 10px;
                _margin-top: -20px;
                *margin-top: -20px;
            }

.fundInfoItem .ydsy {
    /*padding: 10px 0px;*/
}

.fundInfoItem .xqygsyl {
    padding: 10px 0 10px 0;
}

    .fundInfoItem .xqygsyl a {
        margin-left: 20px;
        font-family: '宋体';
    }


.hasSelect {
    position: relative;
    z-index: 1;
}

.hd .sel_warp {
    z-index: 1;
}

.selectRange {
    width: 726px;
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
}

    .selectRange ul {
        list-style: none;
    }

        .selectRange ul li {
            list-style: none;
            float: left;
            line-height: 12px;
            text-align: center;
            margin-left: 5px;
            padding: 5px;
            cursor: pointer;
        }

    .selectRange .first {
        font-weight: bold;
        cursor: default;
    }

    .selectRange .at {
        background-color: #4c74b1;
        color: #fff;
        font-weight: bold;
    }

.relative {
    position: relative;
}

.RateInSimilar_type {
    width: 720px;
    height: 260px;
    position: relative;
    z-index: 1;
}

.grandTotalChars .grandTotalCharsControls {
    height: 31px;
    margin: 0 auto;
    position: absolute;
    width: 330px;
    right: 15px;
    bottom: -10px;
    *bottom: 12px;
    _bottom: 70px;
}

#RateInSimilar_type_select {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 11px;
}

    #RateInSimilar_type_select select {
        border: 1px solid #d4d4d4;
        cursor: pointer;
    }

.RateInSimilar_persent {
    width: 720px;
    height: 260px;
    display: none;
    position: relative;
}

#RateInSimilar_persent_select {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 11px;
}

    #RateInSimilar_persent_select select {
        border: 1px solid #d4d4d4;
        cursor: pointer;
    }


.RateInSimilar_type, .RateInSimilar_persent {
    position: relative;
}

.hidden {
    display: none;
}

.wrapper .globalMarketAndSitePath .globalMarket .zs-more {
    position: relative;
    text-decoration: none;
}

.zs_zhang {
    color: #ff0000;
}

.zs_die {
    color: #009900;
}

.zs_ping {
    color: #333;
}


.unbuy {
    background-color: #b5b5b5;
}

    .unbuy:hover {
        background-color: #b5b5b5;
    }

.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .unbuy,
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .FixedInvestment .unbuy {
    background-color: #b5b5b5;
    display: inline-block;
    line-height: 40px;
}



    .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .unbuy:hover,
    .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .FixedInvestment .unbuy:hover {
        background-color: #b5b5b5;
    }

.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .unbuySmall,
.merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .FixedInvestment .unbuySmall {
    background-color: #b5b5b5;
    display: inline-block;
}

    .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .unbuySmall:hover,
    .merchandiseDetail .fundDetail-main .choseBuyWay .buyWayWrap .buyWayStatic .FixedInvestment .unbuySmall:hover {
        background-color: #b5b5b5;
    }

a.unbuy {
    background-color: #b5b5b5;
}

:root a.unbuy:hover {
    background-color: #b5b5b5;
}


.infoTips1 {
    display: inline-block;
    cursor: pointer;
    cursor: hand;
    position: relative;
    *position: static;
    *z-index: 99999;
}

.item_left {
    margin-left:58px;
}

#calculatorAmount {
    height: 15px;
    display: block;
    padding-left: 60px;
}

.minsg_err {
    color: red;
    display: inline-block;
    line-height: 18px;
    float: left;
    height: 18px;
}

.minsg_err_icon {
    height: 18px;
    width: 18px;
    display: inline-block;
    background: url("//j5.dfcfw.com/image/201705/20170510113610.png") no-repeat scroll 0 -352px;
    float: left;
}

.visibility_hidden {
    visibility: hidden;
}

.visibility_show {
    visibility: visible;
}

.buyFundItem_index {
    background: #ff631e;
    padding: 0 3px;
    color: #fff;
    margin-right: 5px;
    font-family: Arial;
}

.buyFundItem_fundSelf .buyFundItem_index {
    background: #00aeff;
}

.buyFundItem_fundSelf .shortName {
    font-weight: bold;
}

.hd_hb li {
    padding: 0 3px;
}

.hd_hb .sel_warp {
    left: 0px;
}

.hd_hb .hasSelect {
    float: right;
    padding: 0;
}

.hd .hasSelect {
    float: right;
    padding-right: 0;
    margin-right: -1px;
}

.fundSharesPositions .tips {
    padding: 0px 5px 0px 70px;
    position: relative;
}

    .fundSharesPositions .tips span {
        /*padding-left: 25px;*/
        line-height: 20px;
    }

    .fundSharesPositions .tips .icon {
        background: url("//j5.dfcfw.com/image/201705/20170510113610.png") no-repeat -321px -386px;
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        left: 45px;
        _left: -20px;
        _top: -5px;
    }

#position_shares .poptableWrap, #position_bonds .poptableWrap {
    height: 291px;
}

#position_shares .poptableWraphb, #position_bonds .poptableWrap {
    height: 291px;
}

#fundInvestmentStyle .tip {
    line-height: 20px;
    padding-left: 10px;
}

.tipsBubbleKfr {
    width: 228px;
    line-height: 18px;
}

.jjpj1,
.jjpj2,
.jjpj3,
.jjpj4,
.jjpj5 {
    display: inline-block;
    width: 90px;
    height: 18px;
    background: url("//j5.dfcfw.com/image/201705/20170510113610.png");
    float: left;
}

.jjpj,
.jjpj0 {
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    color: #979797;
}

.jjpj1 {
    background-position: -321px -604px;
}

.jjpj2 {
    background-position: -321px -579px;
}

.jjpj3 {
    background-position: -321px -554px;
}

.jjpj4 {
    background-position: -321px -529px;
}

.jjpj5 {
    background-position: -321px -504px;
}

.floatleft {
    float: left;
}

.body {
    margin-left: -145px;
    margin-bottom: 40px;
}


/*底部广告*/

.referAdClose {
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    margin-top: 60px;
    cursor: pointer;
    background: url('//j5.dfcfw.com/image/201506/20150616135236.png') scroll -25px -206px no-repeat;
}

    .referAdClose:hover {
        background: url('//j5.dfcfw.com/image/201506/20150616135236.png') scroll 0 -206px no-repeat;
    }

.referAdDiv {
    width: 100%;
    height: 76px;
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    /*background: url('//j5.dfcfw.com/image/201703/20170324180231.png') repeat-x;*/
    margin-bottom: -3px;
}

.referAd {
    cursor: pointer;
    outline: medium none;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -573px;
    height: 76px;
    width: 1000px;
    background: url('//j5.dfcfw.com/image/201710/20171016164208.png') scroll 0 0 no-repeat;
    opacity: 0.9;
}

.referAdhover {
    background: url('//j5.dfcfw.com/image/201506/20150616135236.png') scroll 0 -100px no-repeat;
}

.referAdSyl {
    color: #ffcc00;
    float: left;
    font-family: arial;
    font-size: 34px;
    font-weight: bold;
    margin-left: 258px;
    margin-top: 50px;
}

.referAd .refer-syl {
    width: 420px;
    position: absolute;
    left: 190px;
    top: 6px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    display: none;
}

.referAd .memo {
    font-size: 12px;
    display: inline-block;
    background-color: #0a1827;
    padding: 2px 5px;
    border-radius: 8px;
    height: 20px;
    margin-left: 12px;
    line-height: 20px;
    color: #4d627a;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    top: 34px;
}

.referAd .refer-syl h2 {
    font-weight: bold;
}

    .referAd .refer-syl h2 .yellow {
        color: #ffea00;
    }

.box-ttfund {
    border: 1px solid #ff4900;
    height: 604px;
    overflow: hidden;
}

.zcsborder {
    border: 1px solid rgb(67, 114, 186);
    height: 110px;
    margin-top: 10px;
    margin-bottom: 4px;
}

.box-ttfund .tit {
    background-color: #ff6201;
    font-family: "Microsoft YaHei";
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    margin: 1px;
    text-align: center;
}

.box-ttfund .zcsbgcolor {
    background-color: rgb(67, 114, 186);
}

.box-ttfund .tit a, .box-ttfund .tit a:hover {
    color: #ffffff;
    display: block;
    text-decoration: underline;
    outline: medium none;
}

.zcs {
    border-bottom: 1px solid #cccccc;
    padding: 6px 6px;
    position: relative;
}

.comm-c {
    cursor: pointer;
}

.zcs p {
    height: 24px;
    line-height: 24px;
    position: relative;
}

.zcs strong {
    color: #023498;
    font-size: 14px;
    font-weight: bold;
    margin-right: 4px;
}

.zcs .buy {
    background-color: #ff4400;
    color: #ffffff !important;
    display: block;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    right: 6px;
    text-align: center;
    text-decoration: none;
    top: 7px;
    width: 38px;
}

.zcs .zhang, .zcs .die, .zcs .ping {
    color: #ff4400;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-left: 5px;
    position: absolute;
    top: 0;
}

.zcs em {
    color: #ff4400;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-left: 3px;
    margin-right: 3px;
    top: 0;
}

.kzr {
    background-color: rgb(67, 114, 186);
    border-radius: 2px;
    color: white;
    font-size: 12px;
    font-weight: normal;
    left: 9px;
    padding: 2px 3px;
    position: relative;
    top: -1px;
}

.a_sy_zcs {
    position: absolute;
    right: 0;
    top: 0;
    *margin-top: 3px;
    _margin-top: 3px;
}

.plus1 {
    color: none;
    font-size: 12px;
}

.zcs .buy:hover {
    background-color: #f52b00;
    color: #FFFFFF !important;
    text-decoration: none;
}

.zcsa {
    color: #333;
    text-decoration: none;
    outline: none;
    display: block;
}

    .zcsa:hover {
        color: #333;
        outline: none;
    }

.jdzfnew .jdzful {
    width: 76px;
}

.jdzfnew ul.lie1 {
    width: 87px;
}

.jdzfnew ul .titleli {
    width: 74px;
}

.jdzfnew ul li.data1 {
    width: 64px;
}

.jdzfnew ul li.tlpm1 {
    width: 74px;
}

.jdzfnew ul li.sf1 {
    width: 74px;
}

.jdzfnew ul .sf1 table.tbsi {
    margin-left: 21px;
}

#kfrTip span {
    margin-top: 2px;
    width: 240px;
}

.zblist {
    margin-right: 90px;
}

.YZQSY {
    background: transparent url("//j5.dfcfw.com/image/201307/20130713154132.gif") repeat-x scroll 0 -173px;
    border-color: #cbcbcb;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    cursor: pointer;
    display: inline;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
}

    .YZQSY:hover {
        color: #333;
    }

.hqb_adWords02 {
    line-height: 30px;
}

.fund_sale {
    line-height: 32px;
}

.hqb_adWords02 .red {
    color: #f00;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

.declare {
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #CAC9C7;
    padding: 5px;
    line-height: 2;
    background-color: #FFFAE0;
    width: 988px;
}
/*低通广告*/
.txtReferAdPhone {
    width: 277px;
    height: 35px;
    text-indent: 10px;
    border: none;
    color: #999;
    position: absolute;
    top: 35px;
    left: 25px;
    background-color: #fff;
    padding: 0;
    line-height: 35px;
}

.txtVerifyCode {
    border: 0;
    padding: 0;
    color: #999;
    position: absolute;
    top: 84px;
    left: 25px;
    width: 95px;
    height: 35px;
    text-indent: 10px;
    border: none;
    line-height: 35px;
}

.btnSendMess {
    height: 35px;
    line-height: 35px;
    border: none;
    background-color: #ff8a00;
    width: 85px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 84px;
    right: 182px;
}

.imgVerifyCode {
    border: none;
    border-left: solid 1px #999999;
    height: 35px;
    width: 85px;
    position: absolute;
    left: 120px;
    top: 84px;
}

.radClose {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 26px;
    top: 10px;
}

#referAd1 {
    width: 119px;
    height: 220px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    background: url(//j5.dfcfw.com/image/201510/20151028161220.png) no-repeat;
    cursor: pointer;
}

/*.referbg {
    background-color: #fff;
    height: 130px;
    width: 484px;
    z-index: -100;
    position: absolute;
    right: 0;
    bottom: 0;
    filter: alpha(opacity=20);
    opacity: 0.2;
}*/

.referMess {
    height: 130px;
    width: 484px;
    z-index: 900;
    position: absolute;
    right: 0;
    bottom: 0;
}

.msg_icon_sucess {
    background: url(//j5.dfcfw.com/image/201510/20151029124622.png) no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
}

.msg_icon_err {
    background: url(//j5.dfcfw.com/image/201510/20151029124622.png) no-repeat;
    height: 18px;
    width: 17px;
    position: absolute;
    left: 0;
    background-position: -18px;
}

.divErrMsg {
    display: none;
    position: absolute;
    top: 84px;
    left: 25px;
    padding-left: 25px;
    font-size: 14px;
    color: #f90;
    font-weight: bolder;
}

.clsoeErr {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border: solid 1px #fff;
    *height: 14px;
    *float: right;
    *margin-top: -17px;
    *margin-right: 185px;
}

.downLoadApp {
    position: absolute;
    top: 133px;
    left: 445px;
    font-weight: bold;
}

    .downLoadApp a {
        text-decoration-line: underline;
        color: #ff8a00;
        font-size: 14px;
    }

#downAppAtBuyWay02_QRCode {
    left: 19px;
    top: -121px;
}

.xfinfo {
    background-color: #fffbcc;
    border: 1px solid #faa60f;
    height: 26px;
    margin: auto auto 10px;
    padding: 0;
    width: 998px;
}

    .xfinfo img {
        border: 0 none;
        float: left;
        margin-top: 2px;
    }

    .xfinfo span {
        float: left;
        line-height: 26px;
    }

    .xfinfo a {
        text-decoration: none;
    }
/*底部广告*/

/*搜索框样式重置*/
div.search-tooltip .tooltip-inner-FM, div.search-tooltip .allpanel {
    width: 513px;
}
/*广告位设置开始*/
.adcommon {
    width: 1000px;
    margin: auto;
}

.adr01 {
    width: 240px;
    height: 244px;
    margin-bottom: 10px;
}

.adr02 {
    width: 240px;
    height: 210px;
    margin-bottom: 10px;
}

.tlad01 {
    margin-top: 0px;
}

    .tlad01 div {
        float: left;
    }


#BottomSwith {
    display: none;
    left: 0;
    height: 40px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 85537;
    background-color: #212C3D;
    _position: absolute;
    _top: expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);
    _bottom: 0px;
}
/*广告位设置结束*/

/*在线客服*/

#cfybox {
    display: none;
    position: fixed;
    top: 90px;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    z-index: 99999;
}

#cfy {
    position: absolute;
    right: -36px;
    overflow: hidden;
    width: 36px;
    cursor: pointer;
    z-index: 99999;
    height: 234px;
}

.cfy {
    width: 42px;
    margin: 10px auto;
    display: block;
    z-index: 99999;
    position: fixed;
    left: auto;
    right: 0;
    _right: -140px;
    top: 100px;
    font-family: "宋体";
    _position: absolute;
    _top: 100px;
}

.cfy_warp {
    width: 180px;
    display: block;
    height: 234px;
}

.cfy_sider {
    height: 139px;
    width: 36px;
    float: left;
    margin-top: 0;
    background: url("//j5.dfcfw.com/image/201512/20151225155351.png") no-repeat -130px -100px;
}

.cfy_main {
    height: 232px;
    width: 130px;
    overflow: hidden;
    padding-left: 10px;
    background: url("//j5.dfcfw.com/image/201512/20151225155351.png") no-repeat 10px -100px;
}

.cfy_sider .cfy_eye {
    height: 40px;
    cursor: pointer;
}

.cfy_order {
    display: block;
    padding-top: 30px;
    margin-top: 202px;
}
/*在线客服end*/
@media screen and (max-width: 1219px) {
    #body {
        margin-left: auto;
    }

    #cfybox {
        margin-left: -415px;
    }
}

/*站点地图*/
.SitePath {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    position: relative;
}
    /*二维码扫描开始*/
    .SitePath .infoTips1 {
        background-image: url('//j5.dfcfw.com/image/201610/20161025170115.png');
        background-repeat: no-repeat;
        background-position: left center;
        height: 30px;
        display: inline-block;
        margin-left: 10px;
        cursor: pointer;
        padding-left: 18px;
        position: absolute;
        right: 5px;
        top: 0px;
    }

.infoTips1 .tipsQcode {
    width: auto;
    margin-top: 0px;
    background: #fff;
    border-color: #4372ba;
    right: 0px;
    display: none;
    *margin-top: 20px;
    _margin-top: 20px;
}

    .infoTips1 .tipsQcode p {
        text-align: center;
        color: #999;
        line-height: 18px;
    }

.poptip-arrow {
    position: absolute;
    overflow: hidden;
    font-style: normal;
    font-family: simsun;
    font-size: 12px;
    text-shadow: 0 0 2px #ccc;
}

    .poptip-arrow em, .poptip-arrow i {
        position: absolute;
        left: 0;
        top: 0;
        font-style: normal;
    }

    .poptip-arrow em {
        color: #e5e5e5;
    }

    .poptip-arrow i {
        color: #4372ba;
        text-shadow: none;
    }

.poptip-arrow-top {
    height: 6px;
    width: 12px;
    left: 7px;
    margin-left: -6px;
    color: #4372ba;
}

.poptip-arrow-top {
    top: -6px;
}

    .poptip-arrow-top em {
        top: -1px;
    }

    .poptip-arrow-top i {
        top: 0px;
    }
/*二维码扫描结束*/

.navItem .width50 {
    width: 52px;
}

/*退市基金模块--start*/
.tuishiTip {
    TEXT-ALIGN: center;
    height: 128px;
    background-color: #F5F5F5;
    margin-bottom: 10px;
    line-height: 1.5;
}

    .tuishiTip h3 {
        padding-top: 35px;
        font-size: 14px;
        font-weight: bold;
    }

    .tuishiTip .outdate {
        font-size: 14px;
        padding-top: 15px;
    }

/*退市基金模块----end*/


.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .infoListRow_sz {
    width: auto;
    margin-left: 10px;
    background-color: #fff;
}

.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .infoListRow_sh {
    width: auto;
    background-color: #fff;
    padding-left: 5px;
}

.wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .infoListRow_sz .t {
    display: inline-block;
    height: 30px;
    /*background-color: #f5f5f5;*/
    line-height: 30px;
}

    .wrapper .globalMarketAndSitePath .globalMarket .txtScroll-top .infoListRow_sz .t .mh {
        font-weight: normal;
        display: inline-block;
        height: 30px;
        line-height: inherit;
        /*background-color: #f5f5f5;*/
        color: #333;
    }

/*财富号相关  ----start*/
.wrapper .quotationItem .cfh-fund {
    margin-bottom: 10px;
}

    .wrapper .quotationItem .cfh-fund .cfh-fund-li {
    }

    .wrapper .quotationItem .cfh-fund .bd {
        padding: 5px 10px 10px 10px;
    }

    .wrapper .quotationItem .cfh-fund .fund-info {
        overflow: hidden;
    }

    .wrapper .quotationItem .cfh-fund .syl {
        font-weight: bold;
        font-family: Arial;
        float: right;
    }

    .wrapper .quotationItem .cfh-fund .name {
        float: left;
    }

    .wrapper .quotationItem .cfh-fund .syl-desc {
        color: #999;
        float: right;
        margin-right: 5px;
    }

    .wrapper .quotationItem .cfh-fund .fund-item,
    .wrapper .quotationItem .cfh-fund .fund-item p {
        line-height: 1.5;
    }

    .wrapper .quotationItem .cfh-fund .fund-item {
        margin-top: 5px;
    }

.wrapper .quotationItem .cfh-new {
    padding-top: 5px;
}

    .wrapper .quotationItem .cfh-new p {
        width: 222px;
        overflow: hidden;
        line-height: 2;
    }

.wrapper .adWrapGroup .cfh-tg {
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: #FF814A;
    background: -webkit-linear-gradient(left, #FFA22B, #FF814A); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #FFA22B, #FF814A); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FFA22B, #FF814A); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FFA22B, #FF814A); /* 标准的语法 */
}

    .wrapper .adWrapGroup .cfh-tg p {
        float: left;
        color: #fff;
        font-size: 14px;
        margin-left: 10px;
    }

    .wrapper .adWrapGroup .cfh-tg span {
        float: right;
        margin-right: 10px;
        display: inline-block;
        width: 40px;
        height: 20px;
        background: #fff;
        margin-top: 10px;
        text-align: center;
        line-height: 20px;
        color: #FF4400;
    }
/*财富号相关  ----end*/

.jzgzmzsmbox {
    height: 32px;
    width: 998px;
    background: #F2F9FF;
    border: 1px solid #CCE0FF;
    color: #333333;
}
.remindicon {
    background-image: url(//j5.dfcfw.com/sc/image/202004/202004291858.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    display: inline-block;
    margin-top: 7px;
    margin-left: 12px;
}
.remindicon p {
    color: #333333;
    display: inline-block;
    font-size: 12px;
    margin-left: 19px;
}

.gginfoTip {
    background-color: #fffbcc;
    border: 1px solid #faa60f;
    min-height: 26px;
    width: 978px;
    padding: 0 10px;
    line-height: 26px;
    margin: auto auto 10px;
}

    .gginfoTip small {
        display: inline-block;
        width: 17px;
        height: 20px;
        vertical-align: middle;
        background: url(//j5.dfcfw.com/image/201409/20140909112107.png) no-repeat;
        margin-left: -10px;
    }