@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: "microsoft yahei";
}

ol,
ul {
    list-style: none;
}

a {
    color: #010000;
    cursor: pointer;
    text-decoration: none
}

a:hover {
    color: #c01639;
}

i {
    font-style: normal;
}

img {
    border: 0;
}

a,
input,
textarea,
select,
button {
    outline: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.wh {
    width: 1240px;
    margin: 0 auto;
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.tl {
    text-align: left;
}

.tdbg {
    background: #f5f8fc;
}

.color9 {
    color: #999 !important;
}


/* 搜索联动样式 */

.se_re_ac_wrap {
    background: #fff;
    font-size: 14px;
    position: absolute;
    text-align: left;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e2e2;
    padding: 2px 0;
    max-height: 350px;
    overflow: auto;
    width: 426px;
    display: none;
    line-height: 23px;
    z-index: 9999;
}

.se_re_ac_wrap.mg-l {
    margin: 0px 0 0 90px;
}

.se_re_ac_wrap table {
    width: 100%;
    box-sizing: border-box;
}

.se_re_ac_wrap table thead tr {
    background: rgb(241, 241, 243);
}

.se_re_ac_wrap table td {
    text-align: left;
    padding: 4px 5px;
    font-size: 12px;
    color: #505050;
}

.se_re_ac_wrap table tbody td {
    cursor: pointer;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

.se_re_ac_wrap table thead td {
    color: #666;
}

.se_re_ac_wrap .code {
    width: 50px;
}

.se_re_ac_wrap .jjnm {
    width: 150px;
}

.se_re_ac_wrap .jjzw {
    width: 95px;
}


/* 表格样式 */

.table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 15px;
}

.bg {
    background: #fcfbfb;
}

.tabletitle {
    position: absolute;
    left: 305px;
    width: 14px;
    font-size: 14px;
    padding: 6px 4px;
    margin: 0px 10px 0 0;
    border: 1px solid #FFFFFF;
    ;
    border-radius: 15px;
    word-wrap: break-word;
    background: #f55151;
    color: #FFFFFF;
}

.table .tb_del {
    cursor: pointer;
    color: #2371ae;
    text-decoration: underline;
}

.table thead th,
.table thead td {
    background-color: rgb(227, 239, 248);
    vertical-align: middle;
    line-height: 42px;
    text-align: center;
    border: 1px solid #fff;
}

.table thead th {
    font-weight: normal;
    padding: 0 5px;
}

.table-moreh thead th,
.table-moreh thead td {
    line-height: 30px;
}

.table tbody td,
.table tbody th {
    padding: 10px;
    border-bottom: 1px solid #eff0f3;
    text-align: center;
    color: #555;
}

.table tbody td.green,
.green {
    color: Green;
}

.table tbody td.red,
.red {
    color: red;
}

.table tbody td>a:hover {
    color: #c01639;
    text-decoration: underline;
}

.table-5 {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    border-collapse: collapse;
    width: 100%;
    font-size: 13 px;
}

.table-5 thead tr {
    height: 38px;
}

.table-5 thead th {
    background: #EEF1F6;
    font-weight: normal;
    border: 1px solid rgb(215, 215, 216);
    padding: 0 8px;
}

.table-5 tbody td {
    border: 1px solid rgb(226, 230, 235);
    background-color: #FFFFFF;
    padding: 0 8px;
    height: 35px;
    color: #555;
}

.chart-title-5 {
    font-size: 14px;
    margin-top: 5px;
    color: rgb(94, 94, 94);
}

.table-5 .iconfont {
    font-size: 25px;
}

.table-5 .chart-5 {
    display: none;
}

.table tbody td.max-length {
    width: 600px;
    text-align: left;
}

.table tbody td img {
    vertical-align: middle;
}

.table tbody td.max-length>a {
    display: block;
    overflow: hidden;
    height: 20px;
    box-sizing: border-box;
}

.table tbody tr:nth-child(2n) {
    background-color: #f6f6f6;
}

.table tbody tr:hover {
    background: rgb(245, 248, 252);
}

.clickable {
    color: #006aa1;
    cursor: pointer;
}

.sorted-asc::after {
    content: "▲";
}

.sorted-desc::after {
    content: "▼";
}

.sorted {
    background-color: oldlace;
}


/* 分页 */

.pagebox {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.page {
    list-style: none;
    overflow: hidden;
    display: inline-block;
}

.page>a {
    float: left;
    padding: 8px 13px;
    cursor: pointer;
    text-decoration: none;
}

.page>a:first-child {
    margin-top: 5px;
}

.page .pageItem {
    border: solid thin #DDDDDD;
    margin: 5px;
}

.page .pageItemActive {
    border: solid thin #ddd;
    margin: 5px;
    color: #CCC;
    background: #EEE;
}

.page .pageItem:hover {
    border: solid thin #c01639;
}

.page .pageItemDisable {
    border: solid thin #DDDDDD;
    margin: 5px;
    color: #CCC;
    background: #EEE;
}

.pagebox .checkall {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 2px;
    width: 109px;
    height: 32px;
    padding: 0;
    margin: 2px 0 0 0;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 32px;
    background-color: #fff;
    background-image: linear-gradient(#f4f4f4, #fff);
}


/* 页面头部 */

.etf-header {
    width: 100%;
    height: 33px;
    border-top: 1px solid #dfdfdf;
    border-top: 2px solid rgb(221, 63, 46);
    border-bottom: 1px solid #dfdfdf;
    background-color: #f8f8f8;
}

.phone-web {
    line-height: 33px;
    padding: 0 15px;
    cursor: pointer;
    border-right: 2px solid #e8e8e8;
    color: #777676;
}

.phone-web:hover {
    background: rgb(237, 238, 240)
}

.phone-web .icon-phone {
    font-size: 18px;
    vertical-align: middle;
    color: #a8a6a6;
    margin-right: 5px;
}

.phone-web:hover .icon-phone {
    color: #777676;
}

.neck {
    margin: 15px auto 20px;
}

.etf-searchbox {
    height: 24px;
    margin-top: 3px;
    margin-right: 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.etf-searchbox:hover {
    border: 1px solid #999;
}

.etf-searchbox .searchkey {
    height: 24px;
    border: none;
    width: 180px;
    padding-left: 10px;
    color: rgb(145, 145, 145);
}

.etf-searchbox .search-submit {
    height: 24px;
    border: none;
    color: rgb(221, 63, 46);
    padding: 0 10px;
    cursor: pointer;
}

.etf-login {
    line-height: 33px;
    position: relative;
}

.etf-login .title {
    cursor: pointer;
    display: block;
    padding: 0 15px;
}

.etf-login .usermess {
    position: relative;
}

.etf-login .username {
    color: #FF8400;
    padding: 0 16px;
    display: block;
    height: 33px;
    width: 48px;
    overflow: hidden;
    cursor: pointer;
}

.onmouse {
    background: rgb(237, 238, 240)
}

.etf-t-dialog {
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #EBBE7A;
    line-height: 26px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    z-index: 99999;
    text-align: center;
    display: none;
}

.etf-t-dialog .box {
    display: block;
    padding: 0 15px;
}

.etf-t-dialog .box .loginbox_close {
    position: absolute;
    right: 10px;
    font-size: 17px;
}

.etf-t-dialog .loginout {
    cursor: pointer;
}

.loginform {
    padding: 26px 15px 26px 15px;
}

.login_error_tips {
    color: #DA0000;
    text-align: left;
    height: 26px;
}

.loginform input {
    border: 1px solid #d0d0d0;
    height: 26px;
    padding-left: 5px;
    color: #777;
    width: 176px !important;
}

.txt_account {
    margin-bottom: 15px;
}

.loginform .btn .tologin {
    display: block;
    height: 29px;
    line-height: 29px;
    background: #ff8500;
    color: #fff;
    text-align: center;
    width: 178px;
}

.loginform .btn .tpde {
    color: #a87a2c;
    margin-bottom: 15px;
}

.loginform .btn .tpde a {
    color: #a87a2c;
}


/* 忘记密码 */

.zh-web-header {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid #b50029;
}

.zh_web_header_cnt {
    padding: 15px 0 10px;
}

.zh_web_header_links {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.zh_web_header_links>a {
    background: url(/static/img/headIcon.png) no-repeat left center;
    padding-left: 25px;
}

.cont_box {
    text-align: left;
    width: 840px;
    margin: 50px auto;
    border: solid 1px #dbdbdb;
    background: rgb(249, 249, 249);
}

.cont-m-title {
    display: block;
    height: 40px;
    padding: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.cont-center {
    width: 340px;
    margin: 50px auto;
}

.cont-center .cont-msg {
    padding-bottom: 10px;
    font-size: 14px;
}

.cont_item {
    position: relative;
}

.cont_item.hide {
    display: none;
}

.cont_item .cont-item-tip {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
}

.cont_item .cont-item-tip.tip {
    color: #ea3d3d;
}

.register .cont_item .cont-item-tip {
    padding-bottom: 15px;
}

.cont-ipt input {
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    padding-left: 10px;
}

input.errline {
    border: 1px solid #DA0000;
}

.cont-ipt>input:focus,
.cont-ipt>input.cont-input-erro:focus {
    border: 1px solid #3061c6;
}

.cont-ipt>input.cont-input-erro {
    border: 1px solid #ea3d3d;
}

.cont-ipt .code {
    width: 240px;
}

.cont-ipt .csbtn {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    padding: 0 10px;
    cursor: pointer;
}

.cont-btn>button {
    width: 100%;
    /* margin-top: 15px; */
    background: #FF8400;
    font-size: 17px;
    border: 0;
    height: 46px;
    cursor: pointer;
    color: #fff;
}

.boo-tool {
    overflow: hidden;
    padding: 0 15px;
}

.boo-tool a {
    color: #666;
    line-height: 26px;
    font-size: 14px;
}

#validatecode {
    position: relative;
    background-color: #e8e8e8;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
}

#validatecode .handler {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 42px;
    height: 36px;
    border: 1px solid #ccc;
    cursor: move;
}

.handler_bg {
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEyNTVEMURGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEyNTVEMUNGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTc5NzNmZS02OTQxLTQyOTYtYTIwNi02NDI2YTNkOWU5YmUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YiRG4AAAALFJREFUeNpi/P//PwMlgImBQkA9A+bOnfsIiBOxKcInh+yCaCDuByoswaIOpxwjciACFegBqZ1AvBSIS5OTk/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==") no-repeat center;
}

.handler_ok_bg {
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==") no-repeat center;
}

#validatecode .drag_bg {
    background-color: #7ac23c;
    height: 38px;
    width: 0px;
}

#validatecode .drag_text {
    position: absolute;
    top: 0px;
    width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}


/* 页面颈部导航 */

.blod {
    font-weight: bold;
}

.neck .logo {
    vertical-align: middle;
    margin-right: 18px;
}

.neck .logo .logoicon {
    float: left;
    width: 186px;
    height: 55px;
    background: url(/static/img/logo.gif) no-repeat center;
    background-size: 186px 55px;
}

.etf-nav {
    font-size: 14px;
    overflow: hidden;
    vertical-align: middle;
}

.etf-nav>div {
    width: 240px;
    border-right: 1px #e5e5e5 solid;
}

.list2 {
    width: 270px !important;
}

.etf-nav>div:last-child {
    border-right: none;
}

.etf-nav>div a {
    font-size: 15px;
    padding: 0 19px;
    line-height: 27px;
    float: left;
    display: block;
}


/* 页面尾部 */

.friendshiplinkbox .link-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 10px;
}

.friendshiplinkbox {
    margin-bottom: 50px;
}

.friendshiplinkbox .link-title h2 {
    /* border-bottom: 3px solid #F14C36; */
    height: 39px;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    float: left;
    color: #666;
}

.friendshiplinkbox .link-con {
    white-space: nowrap;
    font-size: 14px;
    line-height: 30px;
}

.friendshiplinkbox .link-con>a {
    color: #666;
    margin-right: 25px;
}

.friendshiplinkbox .link-con>a:hover {
    color: #c01639;
}

.footer {
    color: #888;
    margin: 0 auto 0;
    border-top: 2px solid #edf0f5;
    padding: 20px 0;
    background: #fafafa;
    clear: both;
}

.footer a {
    color: #888;
}

.footer ul {
    width: 996px;
    margin: 0 auto;
    text-align: center;
}

.footer ul li {
    line-height: 26px;
}

.footer i {
    padding: 0 15px;
}

.weixinbox {
    display: inline-block;
    margin-right: 5px;
}

.groupchat {
    display: inline-block;
}


/* .footer img {
    height: auto;
    width: 80px;
    margin-top: 5px;
} */

.footer .img {
    height: 80px;
    width: 80px;
    margin-top: 5px;
}

.footer .img.publicnum {
    background: url(/static/img/publicnum.jpg) 0 no-repeat;
}

.footer .img.qywx {
    background: url(/static/img/qywx.jpg) 0 no-repeat;
}

.footer .img.weixin_qunliao {
    background: url(/static/img/weixin_qunliao.jpg) 0 no-repeat;
}

.footer .img.qq {
    background: url(/static/img/qq.jpg) 0 no-repeat;
}

.label_sm_png img {
    width: 134px;
    height: 47px;
    display: inline-block;
}

.footer p {
    line-height: 15px;
}


/* 关于我们 */

.about-box {
    position: relative;
    background-color: #fff;
    padding: 60px 0 75px 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
    overflow: hidden;
}

.navleft {
    position: relative;
    width: 250px;
    font-size: 20px;
    line-height: 24px;
}

.navleft dl dt {
    margin-bottom: 35px;
    text-align: center;
}

.navleft dl dt.cur:after {
    position: absolute;
    right: 0;
    margin-top: 2px;
    content: '';
    border-right: 6px solid #c01639;
    height: 20px;
}

.navleft dl dt.cur a {
    color: #c01639;
}

.about-container {
    width: 830px;
    padding: 0 80px 0 79px;
    min-height: 350px;
    border-left: 1px solid #e8e8e8;
}

.about-container h3 {
    font-weight: 500;
    font-size: 28px;
    color: #333;
    line-height: 30px;
    margin-bottom: 20px;
}

.about-text {
    font-size: 16px;
    line-height: 35px;
}


/*  */

.viewbox {
    min-height: 600px;
    margin: 0 auto;
    width: 1240px;
    padding-bottom: 20px;
}


/* 横幅图片 */

.banner-ad img {
    width: 100%;
    height: auto;
}


/* 文章页 */

.art-container {
    width: 100%;
    overflow: hidden;
}

.post_crumb {
    margin: 30px 0 20px;
    font-size: 14px;
    color: rgb(94, 94, 94);
}

.article-header h1 {
    font-size: 38px;
    font-weight: 700;
    color: #4d4f53;
}

.article-header .source {
    color: #666;
    word-spacing: 5px;
    padding: 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.article-header .source span:last-child {
    margin-left: 10px;
}

.art-container .a-row {
    overflow: hidden;
}

.contentL {
    width: 900px;
}

.article_content {
    font: 18px/32px Microsoft Yahei;
    padding: 10px 0px 20px;
    margin: 0 auto;
    color: #404040;
    letter-spacing: 1px;
}

.article_content p {
    text-indent: 2em;
    margin-bottom: 18px;
}

.article_content img {
    clear: both;
    margin: 0px auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.sidebarR {
    width: 328px;
    float: right;
    position: relative;
}

.sidebarR.is_stuck {
    margin-top: 10px;
}

.about-article {
    margin-bottom: 15px;
    background-color: #F8F8F8;
    padding: 30px;
}

.about-article ul li {
    font-size: 16px;
    padding-left: 15px;
    line-height: 42px;
    overflow: hidden;
}

.about-article ul li:first-child {
    font-size: 19px;
}

.about-article ul li a {
    float: left;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
}

.about-article ul li span {
    margin-left: 10px;
    font-size: 13px;
    color: #999;
}


/* 雷达 */

.table-radar thead th {
    border: 1px solid #fff;
}

.table .fundname {
    width: 140px;
}

.table td.fundname {
    line-height: 20px;
}

.table-radar .commentary {
    width: 320px;
}

.table-radar td.commentary {
    text-align: left;
    line-height: 20px;
    padding: 5px;
}


/* 阶段排行 */

.sxbox {
    min-height: 28px;
    line-height: 28px;
    /* margin-bottom: 15px; */
    font-size: 15px;
    color: rgb(77, 80, 85);
}

.block-iho17Ejg {
    margin-right: 5px;
    border-left: 5px solid #fa6975;
}

.sxbox .pagename {
    font-weight: bold;
}

.sxcontent {
    position: relative;
}

.sxcontent .sxitem {
    overflow: hidden;
}

.sxcontent .sxitem label {
    margin-left: 15px;
}

.sxcontent .sxitem input {
    width: 210px;
    border: 1px solid #dcdfe6;
    line-height: 28px;
    height: 28px;
    border-radius: 4px;
    color: #606266;
    padding-left: 5px;
    box-sizing: border-box;
    margin-right: 5px;
    outline: none;
}

.sxcontent .sxitem input.icon_arrow {
    cursor: pointer;
    background: url('/static/img/icon_select_arrow.png') no-repeat scroll 96% 4px #FFFFFF;
}

.sxcontent .usedtime {
    margin-bottom: 15px;
}

.sxcontent .tablist {
    border: 1px solid #e4e7ed;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
}

.sxcontent .tablist .tab {
    border-left: 1px solid #e4e7ed;
    border-bottom: 1px solid #e4e7ed;
    display: inline-block;
    padding: 0 10px;
}

.sxcontent .tablist .tab:first-child {
    border-left: none;
}

.sxcontent .tablist .tab.is-active {
    border-bottom-color: #fff;
    color: rgb(175, 174, 174);
}

.sxcontent .update {
    color: rgb(206, 206, 206);
    font-size: 13px;
}

.sxbox .usedtime {
    margin-left: 94px;
}

.pgsbtn {
    line-height: 26px;
    background: #eee;
    border: 1px solid #dbdbdb;
    padding: 0 10px;
    border-radius: 2px;
    cursor: pointer;
    color: rgb(99, 98, 98);
}

.pgsbtn:hover {
    border: 1px solid #c7c7c7;
    color: #333;
}


/* 基金分红 */

.jjfh .sxitem input,
.jjcf .sxitem input {
    border-radius: 0;
    cursor: pointer;
}

.sxitem .jjcpy,
.jjcpyul {
    width: 190px !important;
}

.sxitem .jjtye,
.jjtyeul {
    width: 120px !important;
}

.sxitem .jjyear,
.jjyearul {
    margin-right: 0;
    width: 80px !important;
}

.sxcontent ul {
    border: 1px solid #BEBEBE;
    background-color: #FFFFFF;
    z-index: 4;
    height: 200px;
    overflow-y: scroll;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    display: none
}

.sxcontent ul li {
    padding-left: 10px;
    line-height: 25px;
    font-size: 12px;
    line-height: 23px;
    cursor: pointer;
}

.sxcontent .jjcpyul {
    left: 106px;
}

.sxcontent .jjtyeul {
    left: 406px;
}

.networth .jjtyeul {
    left: 107px;
}

.sxcontent .jjyearul {
    left: 606px;
}


/* 基金排行 */

.jjph .sxbox {
    height: auto;
    font-size: 13px;
    line-height: 35px;
}

.jjph .sxitem {
    padding-left: 60px;
}

.jjph .sxitem label {
    color: #333;
}

.jjph .sxitem input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
    font-size: 12px;
    width: auto;
}

.jjph .sxitem a.is_active {
    color: #999;
}

.jjph .sxitem .pgsbtn {
    margin-left: 80px;
}

.jjph .table-rank thead th {
    border: 1px solid #fff;
}

.jjph .table thead th,
.table thead td {
    line-height: 30px;
}


/* 基金比较 */

.rthead-table {
    font-size: 13px;
    width: 100%;
    border-collapse: collapse;
}

.rthead-table tbody td,
.rthead-table tbody th {
    padding: 0 10px;
    height: 42px;
    text-align: center;
    border: 1px solid #e7e7e7;
}

.rthead-table tbody tr td:first-child {
    width: 110px;
    background-color: #f6f6f6;
}


/* 基金净值 */

.public-tab {
    background: #f2f2f2;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px 0 0 5px;
}

.public-tab ul li {
    float: left;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
    margin: 0 5px;
    border: 1px solid transparent;
    border-bottom: #fff;
    color: #777;
    font-size: 14px;
}

.public-tab ul li a {
    display: inline-block;
}

.public-tab ul li.cur {
    color: #206f96;
    font-weight: 700;
    background-color: #fff;
    background-image: linear-gradient(#f4f4f4, #fff);
    box-shadow: 0 -2px 2px rgb(216, 214, 214);
}

.public-tab ul li.cur a {
    color: #206f96;
}

.public-tab ul li:hover {
    background: rgb(247, 247, 247);
    border: 1px solid rgb(233, 233, 233);
    border-bottom: none;
}

.typelistitle {
    font-weight: 700;
    color: #555;
    margin-left: 5px;
}

.typelist-more-tab,
.typelist-tab {
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 10px;
}

.typelist-more-tab>span,
.typelist-tab>span {
    color: rgb(211, 211, 211);
    line-height: 20px;
}

.typelist-more-tab li,
.typelist-tab li {
    float: left;
    font-weight: 400;
    padding: 0 4px;
    margin: 0 5px;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    padding: 0 5px;
}

.typelist-tab li:hover {
    color: #c01639;
}

.typelist-more-tab li.cur_select,
.typelist-tab li.cur_select {
    background: #2b94d6;
    border-radius: 2px;
    color: #fff;
}

.typelist-more-tab li.cur_select a,
.typelist-tab li.cur_select a {
    color: #fff;
}


/* 基金详情页 */

.main-top {
    height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #e7ebef;
    padding: 0 20px;
    line-height: 60px;
    overflow: hidden;
}

.main-top h1.name {
    float: left;
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.main-top span {
    margin-left: 10px;
}

.main-top span.code {
    float: left;
    font-size: 14px;
    color: #414141;
}

.main-top span.tag_c {
    float: left;
    font-size: 14px;
    padding: 0 10px;
    height: 20px;
    border-radius: 10px;
    margin-top: 20px;
    /* margin-right: 10px; */
    background-color: #ecebec;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.main-top .ti-right {
    float: right;
}

.main-content {
    margin: 10px 0;
    overflow: hidden;
}

.main-left {
    width: 180px;
    float: left;
    min-height: 1000px;
    margin-right: 10px;
}

.main-left .fund-nav dl {
    margin-bottom: 5px;
    border: #eef3f8 1px solid;
}

.main-left .fund-nav dt {
    margin: 0;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding-left: 10px;
    box-sizing: border-box;
    background-image: linear-gradient(#fff, #cbe3fc, #d6e6f7);
}

.main-left .fund-nav dt a.on,
.main-left .fund-nav dd a.on {
    color: #ff0000;
}

.main-left .fund-nav a {
    display: inline-block;
    width: 100%;
}

.main-left .fund-nav dd {
    clear: both;
    margin: 0 0;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding-left: 25px;
    background: #f6f7fb;
}

.main-right {
    width: 1050px;
    box-sizing: border-box;
    float: left;
}

.hq-img-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #c80000;
}

.hq-types ul {
    overflow: hidden;
    margin-bottom: 10px;
}

.hq-types ul li {
    width: 100px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #5072b8;
    background-color: #dce3f1;
    float: left;
    margin: 26px 10px 0 0;
    cursor: pointer;
}

.hq-types ul li.cur {
    background-color: #5072b8;
    color: #fff;
}


/* 个基左右两栏 */


/* .hq-info-box {
    margin-top: 15px;
    box-sizing: border-box;
    padding-left: 40px;
    margin-bottom: 30px;
    width: 64%;
    display: inline-block;
} */

.hq-info-box {
    margin-top: 15px;
    box-sizing: border-box;
    padding-left: 40px;
    margin-bottom: 30px;
}

.hq-fund-data {
    overflow: hidden;
}

.hq-img-box .Chart-message {
    padding-left: 15px;
    margin-bottom: 10px;
}

.hq-img-box .fund-tab-content-item .Chart-message span {
    display: inline-block;
    margin-right: 15px;
}

.hq-img-box .fund-tab-content-item .Chart-message span:nth-child(2) {
    min-width: 60px;
    text-align: center;
}

.hq-img-box .fund-tab-content-item .Chart-message span:nth-child(3) {
    min-width: 60px;
}

.hq-img-box .fund-tab-content-item .Chart-message span:nth-child(4) {
    min-width: 60px;
}


/* 个基左右两栏 */


/* .hq-fund-data-item {
    float: left;
    width: 200px;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 20px;
} */

.hq-fund-data-item {
    float: left;
    width: 252px;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.fund-d-value {
    font-size: 30px;
    overflow: hidden;
}

.fund-d-value b {
    font-size: 30px;
    font-family: Arial;
    line-height: 47px;
    float: left;
}

.fund-d-value .spcent {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}

.fund-d-value .spcent span {
    line-height: 14px;
    font-size: 12px;
    display: block;
}

.fund-d-title {
    color: #666;
    font-size: 14px
}

.fund-d-title span#gstime {
    min-width: 30px;
    margin-left: 5px;
    display: inline-block;
}

.line15 {
    margin: 15px 0;
}


/* 个基左右两栏 */


/* .hq-f-bread-u ul li {
    display: inline-block;
    width: 200px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

.hq-f-bread-u ul li {
    display: inline-block;
    width: 246px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}

.hq-f-bread-u ul li.company {
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.spider_box {
    display: inline-block;
    vertical-align: top;
    width: 34%;
    padding-top: 10px;
}

.spider_box .hd_title {
    text-align: center;
    font-weight: normal;
    margin-bottom: 5px;
    color: #333;
    font-size: 20px;
}

.spider_box .l_desc {
    margin-bottom: 12px;
    font-size: 14px;
}

.spider_box .l_desc .t {
    /* display: inline-block; */
    color: rgb(100, 100, 100);
}

.spider_box .l_desc .m {
    /* display: inline-block;
    width: 76%;
    vertical-align: text-top; */
}

.spider_box .icon-zuanshi {
    color: #83a4ff;
}

.fund-d-center {
    overflow: hidden;
}

.fund-d-c-content {
    overflow: hidden;
}

.fund-d-c-content .hq-wrap {
    margin-bottom: 20px;
}

.signal {
    font-size: 0;
    display: inline-block;
    margin: 0 5px;
    vertical-align: -8px;
}

.signal span {
    display: inline-block;
    width: 20px;
    height: 25px;
    border: 1px solid #ddd;
    border-left: none;
}

.signal span:first-child {
    border-left: 1px solid #ddd;
}

.signal span.step1 {
    border-color: #d3e3f2;
    background-color: #d3e3f2;
}

.signal span.step2 {
    border-color: #a6c7e6;
    background-color: #a6c7e6;
}

.signal span.step3 {
    border-color: #7aabda;
    background-color: #7aabda;
}

.signal span.step4 {
    border-color: #4e8fcd;
    background-color: #4e8fcd;
}


/*  */

.index-page-top {
    margin-bottom: 25px;
    overflow: hidden;
    max-height: 269px;
}

.index-p-t-l {
    width: 388px;
    height: 269px;
    float: left;
    box-sizing: border-box;
    margin-right: 60px;
}

.index-p-t-c {
    float: left;
    width: 487px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.index-p-t-r {
    float: right;
    width: 246px;
    height: 269px !important;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    background: #f5f5f5;
    padding: 10px 15px 0;
}

.index-r-content-box {}

.index-r-content-box-title {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    color: #c70016;
    background: url(/static/img/sp.png) no-repeat;
    background-position: 0px 33px;
}

.index-r-content-box .freeicon {
    float: right;
    height: 34px;
    width: 28px;
    background: url(/static/img/free.png) no-repeat;
}

.index-r-content-box-txt li {
    margin: 5px 0;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    border-bottom: 2px solid #fff;
    padding-left: 39px;
    font-size: 15px;
}

.index-r-content-box-txt li:last-child {
    border-bottom: none;
}

.index-r-content-box-txt li .ricon {
    float: left;
    width: 33px;
    height: 47px;
    margin-right: 26px;
}

.index-r-content-box-txt li .ricon.block-1png {
    background: url(/static/img/block_1.png) no-repeat center;
}

.index-r-content-box-txt li .ricon.block-2png {
    background: url(/static/img/block_2.png) no-repeat center;
}

.index-r-content-box-txt li .ricon.block-3png {
    background: url(/static/img/block_3.png) no-repeat center;
}

.index-r-content-box-txt li .ricon.block-4png {
    background: url(/static/img/block_4.png) no-repeat center;
}

.index-r-content-box—txt li .title {
    color: #6b6b6b;
}

.index-page-middle {
    overflow: hidden;
}

.index-p-t-l .swiper-pagination {
    right: 6px;
    bottom: 5px !important;
}

.index-p-t-l .swiper-pagination-bullet {
    margin: 0 !important;
    width: 26px;
    height: 22px;
    background: url(/static/img/gcround_17.gif) no-repeat center;
    background-size: 13px;
}

.index-p-t-l .swiper-pagination-bullet-active {
    width: 26px;
    height: 23px;
    background: url(/static/img/gcround_23.png) no-repeat center;
    background-size: 14px;
}

.index-p-t-l .swiper-slide img {
    width: 388px;
    height: 269px;
    border-radius: 8px;
}

.index-p-t-c .item-hot-art {
    text-align: center;
}

.index-p-t-c .item-hot-art p {
    font-size: 29px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 11px;
    overflow: hidden;
    text-align: center;
    padding: 0 15px;
}

.index-p-t-c .item-hot-art p a {
    color: #d31616
}

.index-p-t-c .item-hot-art ul {
    margin-top: 3px;
    padding: 2px 8px 0px 8px;
    font-size: 15px;
    line-height: 31px;
    text-align: left;
}

.index-p-t-c .item-hot-art ul::before {
    content: '';
    color: #dbe4e9;
    width: 100%;
    height: 1px;
    border-top: thin solid #dbe4e9;
    transform: scaleY(0.8);
    float: left;
}

.index-p-t-c .item-hot-art ul li {
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    padding-left: 15px;
    background: url(/static/img/yuan_18.png) no-repeat 0px center;
    overflow: hidden;
}

.public2-box {
    margin-bottom: 30px;
}

.public2-box .cur_select {
    background: #ca5454 !important;
}

.public2-title {
    border-bottom: 2px solid #e5e5e5;
    font-size: 16px;
    line-height: 32px;
    height: 30px;
    margin-bottom: 15px;
}

.public2-title span {
    margin-top: -2px;
    color: #444;
    float: left;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}

.public2-title span.on {
    font-size: 18px;
    font-weight: 500;
    color: #c61b00;
    border-bottom: 2px solid #cf0f0f;
}

.public2-title span:hover {
    color: #931924;
}

.pub2-more2 {
    color: #777;
    font-size: 12px;
    float: right;
}

.pubtable {
    font-size: 14px;
    text-align: center;
    border-collapse: collapse;
    color: #333;
    width: 100%;
}

.pubtable td {
    padding: 0 6px;
}

.pubtable thead td {
    background: #f5f5f5;
    border: 1px solid #fff;
    line-height: 36px;
}

.pubtable.thead2 thead td {
    line-height: 28px;
}

.pubtable tr {
    border-bottom: 1px solid #e7e7e7;
}

.pubtable tbody tr td {
    padding: 10px 0;
}

table {
    border-collapse: collapse;
}


/*  */

.fund_overview_table {
    width: 100%;
}

.fund_overview_table,
.fund_overview_table th,
.fund_overview_table td {
    border: 1px solid #d3d3d3;
    text-align: left;
    font-size: 14px;
}

.fund_overview_table td,
.fund_overview_table th {
    padding: 5px 15px;
    /* border-bottom: 1px dashed #dae3e8; */
    line-height: 35px;
}

.fund_overview_table th {
    font-weight: normal;
    background-color: #f6f6f6;
}

.m-man {
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 18px;
}

.m-man .photo {
    float: left;
    margin-right: 20px;
}

.m-man .photo img {
    width: 90px;
    height: 120px;
    border-radius: 4px;
}

.m-man .manintro {
    float: left;
    width: 86%;
}

.m-man .manintro .m-basic {
    margin-bottom: 8px;
}

.m-man .manintro .m-basic span {
    line-height: 20px;
}

.m-man .manintro .m-basic span.name {
    font-size: 18px;
    color: #333;
    margin-right: 49px;
}

.m-man .manintro .m-basic span.time {
    color: #666;
}

.m-man .manintro .m-integral {
    color: #666;
    line-height: 21px;
    text-align: justify;
    font-size: 14px;
}

span.fold,
span.unfold {
    color: #5072b8;
    cursor: pointer;
    display: none;
}

.infonews li {
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 15px;
    background: url(/static/img/yuan_18.png) no-repeat 0px center;
}

.infonews li:nth-child(5n) {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
    background-position: 0 13px;
}

.infonews li .title {
    display: inline-block;
    max-width: 810px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infonews li .title:hover {
    text-decoration: underline;
}

.infonews .illustrate {
    color: #727171;
}

.infonews .illustrate .source {
    width: 230px;
    display: inline-block;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infonews .illustrate .date {
    width: 150px;
    font-size: 12px;
    display: inline-block;
    text-align: right;
    overflow: hidden;
}

.bgbbb td {
    background: #dddddd38 !important;
}

.areabox {
    border: 1px solid rgb(226, 230, 235);
    padding: 15px 5px;
    margin-bottom: 30px;
}

.gzmess {
    line-height: 25px;
    font-size: 13px;
    color: #727171;
    ;
}

.selef_zxbk {
    height: 28px;
    line-height: 28px;
    border: 1px solid #dcdfe6;
    color: #606266;
}

.button-nav {
    overflow: hidden;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.button-nav .button-nav-item {
    float: left;
    width: 25%;
    overflow: hidden;
    padding-right: 30px;
    box-sizing: border-box;
}

.button-nav .button-nav-item:last-child {
    padding-right: 0px;
}

.button-nav .title {
    color: rgb(124, 124, 124);
    text-align: center;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 2px;
}

.button-nav .title span {
    padding: 0 10px;
}

.button-nav .title::after,
.button-nav .title::before {
    content: '';
    height: 2px;
    background: rgb(236, 235, 235);
    display: inline-block;
    vertical-align: middle;
    width: 56px;
}

.button-nav .b-nav-menu {
    padding: 5px 10px;
    overflow: hidden;
}

.button-nav .b-nav-menu a {
    float: left;
    font-size: 15px;
    color: rgb(133, 132, 132);
    padding: 0 10px;
    margin-bottom: 3px;
}

.button-nav .b-nav-menu a:hover {
    color: #f55151;
}

.rowtable tbody tr:nth-child(2n) {
    background: #fcfbfb;
}


/* downpage */

.downtop {
    position: relative;
    height: 460px;
    width: 100%;
    background: url(/static/img/downbg.jpg) no-repeat 0;
}

.downtis {
    position: absolute;
    top: 30px;
    width: 100%;
}

.downtis span {
    position: absolute;
    color: #ff1400;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.downtis span:first-child {
    left: 252px;
}

.downtis span:last-child {
    right: 246px;
}

.downtc {
    width: 802px;
    margin: 0 auto;
    padding-top: 70px;
}

.hide {
    display: none;
}

.downtc .title {
    height: 106px;
    background: url(/static/img/downt.png) no-repeat;
    background-size: 801px 106px;
}

.downtcl,
.downtcr {
    width: 50%;
    margin-top: 30px;
    box-sizing: border-box;
}

.downtcl ul li {
    float: left;
    margin-bottom: 56px;
}

.downtcl ul li:nth-child(2n) {
    margin-left: 54px;
}

.downtcl ul a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding-left: 68px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
}

.downtcl ul a.bgicon1 {
    background: url(/static/img/dtbg1.png) no-repeat 12px center;
}

.downtcl ul a.bgicon2 {
    background: url(/static/img/dtbg2.png) no-repeat 12px center;
}

.downtcl ul a.bgicon3 {
    background: url(/static/img/dtbg3.png) no-repeat 12px center;
}

.downtcl ul a.bgicon4 {
    background: url(/static/img/dtbg4.png) no-repeat 12px center;
}

.downtcr {
    padding-left: 66px;
}

.downrjdes {
    color: #FFFFFF;
    font-size: 14.08px;
    font-weight: 500;
    line-height: 26px;
}

.downbutton {
    display: block;
    margin-top: 40px;
    width: 188px;
    height: 47px;
    background: url(/static/img/downbt.png) no-repeat 0 center;
}

.downbutton:active {
    background: url(/static/img/hdownbt.png) no-repeat 0 center;
    background-size: 188px 47px;
}

.downmiddle {
    width: 100%;
    height: 370px;
    /* background: rgb(253, 219, 225); */
}

.downmiddle p.title {
    width: 100%;
    height: 122px;
    position: relative;
    background: url(/static/img/downt2.png) no-repeat center 74px;
    margin-bottom: 85px;
}

.downmiddle p.title::after,
.downmiddle p.title::before {
    content: '';
    height: 4px;
    width: 210px;
    background: #ff4f3f;
    position: absolute;
    top: 86px;
}

.downmiddle p.title::before {
    left: 57px;
}

.downmiddle p.title::after {
    right: 57px;
}

.downmiddle h4,
.downmiddle p.subtitle {
    text-align: center;
    position: relative;
}

.downmiddle h4 {
    font-size: 24px;
    color: #3f3f3f;
    font-weight: 500;
    margin-bottom: 20px;
}

.downmiddle p.subtitle {
    font-size: 12px;
    color: #959595;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
}

.downfoot {
    overflow: hidden;
}

.downfoot .dfldiv {
    width: 621px;
    box-sizing: border-box;
    height: 1805px;
    border-right: 1px solid #e2e2e2;
    position: relative;
}

.lineaddyuan {}

.lineaddyuan .yuan {
    background: url(/static/img/pinkyuan.png) no-repeat;
    width: 22px;
    height: 22px;
    float: right;
    position: absolute;
    right: -11px;
}

.lineaddyuan .yuan:first-child {
    top: 136px;
}

.lineaddyuan .yuan:nth-child(2) {
    top: 471px;
}

.lineaddyuan .yuan:nth-child(3) {
    top: 862px;
}

.lineaddyuan .yuan:nth-child(4) {
    top: 1186px;
}

.lineaddyuan .yuan:nth-child(5) {
    bottom: 306px;
}

.downfoot .dfrdiv {
    width: 618px;
    box-sizing: border-box;
}

.pdl12 {
    padding-left: 12px;
}

.pdl57 {
    padding-left: 57px;
}

.downfoot .item .img1 {
    margin: 48px 141px 28px 104px;
}

.downfoot .item .img2 {
    margin: 276px 100px 35px 93px;
}

.downfoot .item .img3 {
    margin: 276px 134px 59px 113px;
}

.downfoot .item .img5 {
    margin: 296px 72px 31px 109px;
}

.downfoot .item .img6 {
    margin: 276px 111px 31px 128px;
}

.downfoot .item .item-t {
    overflow: hidden;
}

.downfoot .item .item-t .icon {
    width: 70px;
    height: 70px;
    background: url(/static/img/dic1.png) no-repeat center;
}

.downfoot .item .item-t .icon.iconmg2 {
    background: url(/static/img/dic2.png) no-repeat center;
}

.downfoot .item .item-t .icon.iconmg3 {
    background: url(/static/img/dic3.png) no-repeat center;
}

.downfoot .item .item-t .icon.iconmg4 {
    background: url(/static/img/dic4.png) no-repeat center;
}

.downfoot .item .item-t .icon.iconmg5 {
    background: url(/static/img/dic5.png) no-repeat center;
}

.downfoot .item-t-r {
    margin-left: 41px;
}

.downfoot .item-t-r h4 {
    font-size: 16px;
    color: #494949;
    margin-bottom: 6px;
}

.downfoot .item-t-r p {
    line-height: 20px;
    color: #959595;
}

.frc_banner {
    margin-bottom: 20px;
}

.frc_pagemeta {
    margin: 14px 0 15px 0;
    font-size: 18px;
    color: #d83030;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #eee;
}

.frc_pagemeta .block-icon-house {
    float: left;
    width: 18px;
    height: 32px;
    margin-right: 14px;
    background: url(/static/img/house.png) center no-repeat;
}

.frc_yjdesc {
    font-family: SimSun;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    text-indent: 2em;
}

.GJ_ad_zx_btn,
.ad_zx_btn {
    color: #c01639;
    font-size: 13px;
    border: 1px solid #c01639;
    padding: 3px 10px;
    text-decoration: none !important;
    border-radius: 3px;
}

.GJ_ad_zx_btn.on {
    color: #999;
    border: 1px solid rgb(197, 197, 197);
}

.more_tabs_box {
    display: block;
    clear: both;
}

.typelist-more-tab {
    width: 88%;
    height: 22px;
    overflow: hidden;
}

.typelist-more-tab.active {
    height: auto;
}

.typelist-more-tab li {
    border: 1px solid rgb(202, 201, 201)
}

.typelist-more-tab li.bdred {
    border: 1px solid #ff9e9e;
}

.typelist-more-tab li.bdgreen {
    border: 1px solid #8ab98a;
}

.typelist-more-tab li {
    border-radius: 3px;
    margin-bottom: 10px;
}

.typelist-more-tab .cur_select {
    border: 1px solid white;
}

.pt-more {
    float: right;
    width: 58px;
    height: 20px;
    line-height: 20px;
    box-sizing: border-box;
    margin-top: 3px;
    font-size: 13px;
}

.pt-more a {
    text-align: center;
    display: block;
    color: #e6382f;
    border: 1px solid #e6382f;
    border-radius: 2px;
}

.pt-more.active .more {
    display: none;
}

.pt-more .less {
    display: none;
}

.pt-more.active .less {
    display: block;
}

.ccmore {
    display: block;
    cursor: pointer;
    text-align: right;
    margin-bottom: 25px;
}

.pub2-more2 select {
    border: 1px solid #dcdfe6;
    color: #606266;
}

i.question {
    color: #ffa406;
    display: inline-block;
    margin-left: 3px;
}

.qusmes {
    position: relative;
    display: inline;
}

.quesbox {
    position: absolute;
    bottom: 20px;
    left: -30px;
}

.quesbox p {
    font-size: 12px;
    text-align: left;
    color: #323232;
    line-height: 18px;
    background: #fff;
    padding: 10px;
    width: 140px;
    border-radius: 4px;
    box-shadow: 0 2px 8px #c3c3c3;
}

.hasqus .quesbox p {
    width: 60px;
}

.quesbox span {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
    display: block;
    margin-left: 35px;
}

.darkmask {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    zoom: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
}

.dkm_warp {
    width: 900px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .2);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dkm_header {
    height: 100px;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    box-sizing: border-box;
}

.dkm_header .logo_22 {
    float: left;
    padding-top: 45px;
    width: 186px;
    height: 55px;
    background: url(/static/img/logo.gif) no-repeat center;
    background-size: 186px 55px;
}

.dkm_header .tit7 {
    font-size: 20px;
    color: #666;
    margin-left: 25px;
    position: relative;
    top: 45px;
    float: left;
}

.dkm_content {
    padding: 20px;
    font-size: 13px;
}

.dkm_content .wxts {
    color: #eca12b;
    margin-bottom: 10px;
}

.dkm_content p {
    line-height: 28px;
    color: #626262;
}

.dkm_content .pcheckok {
    color: #bdbdbd;
    margin: 25px 0;
    /* text-align: center; */
}

.dkm_content button {
    height: 40px;
    width: 150px;
    border: none;
    margin-right: 20px;
    color: #fff;
    border-radius: 5px;
}

.dkm_content button.b1 {
    background: #ff8500;
}

.dkm_content button.b3 {
    background-color: rgb(204, 204, 204);
}

.dkm_content button.b2 {
    background: #949599;
}

.pcheckok input {
    margin-right: 3px;
}

.ranking {
    width: 47px;
    padding-top: 1px;
    margin: 10px auto 0;
}

.hw_d {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
}

.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;
}

.common-left-menu .menu-header {
    padding: 12px 0;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    text-align: center;
}

.common-left-menu .menu-header-title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.common-left-menu .menu-list-item {
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.common-left-menu .menu-list-item .main-link {
    display: block;
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
    color: #333;
}

.common-left-menu .menu-list-item .main-link .icon-down {
    float: right;
    color: #999;
}

.menu-list-item.active .sub-link {
    display: block;
}

.common-left-menu .menu-list-item .sub-link {
    border-top: 1px solid #dfdfdf;
    /* background: #f8f8f8; */
    padding: 5px 0;
}

.common-left-menu .menu-list-item .sub-link a {
    display: block;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}

.common-left-menu .menu-list-item .sub-link a:hover,
.common-left-menu .menu-list-item .sub-link a.on {
    color: red
}

.main-link .icon-down.close {
    transform: rotate(180deg);
}

.common-basic-info {
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.ttjj-panel {
    position: relative;
    padding: 10px;
    background: #fafafa;
}

.ttjj-panel:before,
.ttjj-panel:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

.ttjj-panel .ttjj-panel-title {
    float: left;
}

.ttjj-panel .ttjj-panel-title .ttjj-panel-main-title {
    font-weight: 600;
    font-family: '.PingFang-SC-Medium';
    font-size: 18px;
    line-height: 20px;
    color: #333;
    letter-spacing: 0;
}

.ttjj-panel .ttjj-panel-title .ttjj-panel-sub-title {
    margin-top: 10px;
    color: #999;
    font-weight: 100;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
}

.ttjj-panel .ttjj-panel-info {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    float: right;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
}

.ttjj-panel .ttjj-panel-info .ttjj-panel-text {
    float: left;
}

.ttjj-panel .ttjj-panel-info .ttjj-panel-links {
    float: left;
    margin-left: 6px;
    font-size: 14px;
}

.common-basic-info .firm-contact {
    border-top: 1px solid #dbdbdb;
    padding: 0 10px;
}

.common-basic-info .firm-contact .pull-left,
.common-basic-info .firm-contact .pull-right {
    font-size: 12px;
    color: #333;
    line-height: 34px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.common-basic-info .grey {
    color: #666;
}

.common-basic-info .fund-info {
    border-top: 1px solid #dbdbdb;
    line-height: 40px;
}

.common-basic-info .fund-info ul li {
    padding-left: 15px;
    display: inline;
    font-size: 12px;
    color: #333;
}

.common-basic-info .padding-left-10 {
    padding-left: 10px !important;
}

.common-basic-info .fund-info li label {
    color: #666;
    font-size: 12px;
    margin-left: 5px;
    line-height: 19px;
}

.hotfund {
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
}

.hotfund ul li {
    float: left;
    line-height: 1.5;
    margin-left: 16px;
    width: 28.3%;
    background: #f0f5fc;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}

.hotfund li h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.hotfund li h3 {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    margin-top: 5px;
    color: #666;
    font-weight: normal;
}

.hotfund li .syl {
    font-size: 24px;
    font-weight: bold;
}

.hotfund p.syl-desc {
    margin-top: 5px;
    color: #999;
    margin-bottom: 20px;
}

.ttjj-btn-xs {
    color: #fff;
    background-color: #f3c5c5;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
}

.td_n_c {
    text-align: left;
    padding-left: 10px !important;
    padding-right: 8px !important;
}

.bigTitle {
    font-size: 16px;
    border-left: 4px solid rgb(211, 6, 6);
    padding-left: 10px;
    margin: 10px 0;
}

.bigTitle h3 {
    font-weight: normal;
    color: #121213;
}

.ytfjj-tags {
    margin-bottom: 10px;
    overflow: hidden;
}

.ytfjj-tags li {
    float: left;
    width: 54px;
    border: 1px solid #999;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 13px;
    line-height: 24px;
    color: #333;
    cursor: pointer;
}

.ytfjj-tags li.active {
    color: #ca5454;
    border: 1px solid #ca5454;
}

.letters {
    margin: 10px 0;
    height: 40px;
    line-height: 40px;
    background-color: #edeef0;
    border-bottom: 1px solid #dfdfdf;
}

.letters li {
    float: left;
    width: 48px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    color: #9e9d9d;
}

.letters li.on {
    background: #fff;
    font-size: 18px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-top: 4px solid #144c83;
    line-height: 37px;
    color: #777;
}

.letters li:after {
    content: "";
    float: right;
    margin-top: 14px;
    width: 1px;
    height: 16px;
    background: #fff;
}

.letters li:last-child:after {
    content: none
}

.letters_tabcontent {
    margin-bottom: 20px;
}

.letters_tabcontent ul {
    display: none;
    overflow: hidden;
}

.letters_tabcontent ul:first-child {
    display: block;
}

.letters_tabcontent ul li {
    float: left;
    margin-right: 20px;
    font-size: 14px;
}

.cpy_gk {
    margin-bottom: 30px;
}

.gk_des {
    font-size: 12px;
    color: #666;
    margin-left: 12px;
}

._a_1 {
    border-bottom: 1px solid #e4e7ed;
    /* overflow: hidden; */
}

.tabs_header_wrap {
    overflow: hidden;
    margin-bottom: -4px;
    position: relative;
    display: inline-block;
}

.tabs_menus_nav {
    border: 1px solid #e4e7ed;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    float: left;
    z-index: 99;
}

.tabs_menus_nav_item {
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
    border-bottom: 1px solid #e4e7ed;
    border-left: 1px solid #e4e7ed;
    cursor: pointer;
    background: #fafbfc;
}

.tabs_menus_nav_item:first-child {
    border-radius: 4px 4px 0 0;
    border-left: none;
}

.tabs_menus_nav_item:last-child {
    border-radius: 0 4px 0 4px;
}

.tabs_menus_nav_item.active {
    color: #931924;
    background: #fff;
    border-bottom-color: #fff;
}

.c_tabs_content_box {
    margin-top: 25px;
}

.c_tabs_item_content {
    display: none;
}

.c_tabs_item_content:first-child {
    display: block;
}

.pull_right {
    float: right;
    line-height: 40px;
}

.pull_right label {
    color: #666;
}

.pull_right .id5_types {
    height: 30px;
    line-height: 30px;
    width: 138px;
    color: #333;
    border: 1px solid #dbdbdb;
}

.valuat-hq-nav {
    overflow: hidden;
}

.valuat-hq-nav li {
    float: left;
    padding: 10px;
    font-size: 13px;
    color: rgb(99, 98, 98);
    cursor: pointer;
}

.valuat-hq-nav li.active {
    color: royalblue;
    font-weight: bold;
}

.pie_chart_box {
    display: flex;
    justify-content: space-between;
}

.pie_chart_box .fund-d-c-content {
    width: 45%;
}