monthReportV2.html 64.1 KB
Newer Older
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
<!doctype html>
<html lang="en">

<head>
  <meta charset="UTF-8">

  <style>
    /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

    .all {
      width: 1200px;
      margin: 0 auto;
      page-break-inside:avoid;
    }

    .clearfix:after {
      content: "";
      display: block;
      clear: both;
      overflow: hidden;
    }

    .fl {
      float: left;
    }

    .fr {
      float: right;
    }

    .dtable {
      display: table;
    }

    .dcell {
      display: table-cell;
      vertical-align: middle;
    }

    /* 封面 */
    .box0 {
47
      display: {{box0}};
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
      position: relative;
      padding: 234px 0 184px 0;
    }

    .box0 .cover_head {
      position: absolute;
      top: 45px;
      right: 38px;
    }

    .box0 .cover_head .cover_logo {
      width: 172px;
      height: 52px;
    }

    .box0 .cover_head .cover_line {
      width: 1px;
      height: 34px;
      background: #10316E;
      margin: 0 10px 0 10px;
    }

    .box0 .cover_head .cover_text {
      font-size: 17px;
      line-height: 23px;
      color: #B6172B;
      font-weight: bold;
    }

    .box0 .cover_people {
      padding: 0 38px 0 858px;
    }

    .box0 .cover_people .cover_pre {
      margin: 0 20px 0 0;
      font-size: 28px;
      line-height: 40px;
      color: #999999;
      font-weight: bold;
    }

    .box0 .cover_people .cover_name {
      font-size: 32px;
      line-height: 45px;
      color: #B6172B;
      font-weight: bold;
    }

    .box0 .cover_people .cover_sir {
      font-size: 28px;
      line-height: 45px;
      color: #333333;
      font-weight: bold;
    }

    .box0 .cover_back {
      display: block;
      width: 100%;
      height: 218px;
    }

    .box0 .cover_date {
      padding: 0 0 0 858px;
    }

    .box0 .cover_date .cover_time {
      display: inline-block;
      font-size: 40px;
      line-height: 66px;
      color: #ffffff;
      font-weight: bold;
      padding: 0 66px 0 66px;
      background: #B6172B;
      -webkit-box-shadow: 0px 10px 26px 0px rgba(66, 5, 5, 0.18);
      box-shadow: 0px 10px 26px 0px rgba(66, 5, 5, 0.18);
      border: 1px solid #979797;
    }

    .box0 .cover_title {
      position: absolute;
      top: 100px;
      left: 211px;
      z-index: 1;
      width: 282px;
      height: 514px;
      background: #B6172B;
      -webkit-box-shadow: 0px 10px 26px 0px rgba(66, 5, 5, 0.44);
      box-shadow: 0px 10px 26px 0px rgba(66, 5, 5, 0.44);
      border: 1px solid #979797;
    }

    .box0 .cover_title .cover_title_text {
      padding: 0 30px 0 50px;
      font-size: 46px;
      line-height: 61px;
      color: #ffffff;
      font-weight: bold;
    }

    .box_line {
      height: 15px;
      background: #F1F1F1;
    }

    /* 目录 */
    .box1 {
154
      display: {{box1}};
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242
      position: relative;
      padding: 150px 0 200px 36px;
    }

    .box1 .catalog_line {
      position: absolute;
      top: 0;
      left: 0;
      width: 36px;
      height: 100%;
      background: #B6172B;
    }

    .box1 .catalog_box .catalog_item:first-child {
      width: 562px;
      padding: 0 46px 0 46px;
    }

    .box1 .catalog_box .catalog_item .catalog_en {
      font-size: 72px;
      line-height: 77px;
      color: #333333;
      font-weight: bold;
      opacity: 0.45;
    }

    .box1 .catalog_box .catalog_item .catalog_ch {
      margin: 30px 0 0 0;
      font-size: 58px;
      line-height: 77px;
      color: #333333;
      font-weight: bold;
    }

    .box1 .catalog_box .catalog_item .catalog_li {
      position: relative;
    }

    .box1 .catalog_box .catalog_item .catalog_li .catalog_dot {
      position: absolute;
      top: 32px;
      left: 0;
      width: 16px;
      height: 16px;
      background: #D7D7D7;
      border-radius: 50%;
    }

    .box1 .catalog_box .catalog_item .catalog_li .catalog_name {
      padding: 0 0 0 40px;
      font-size: 32px;
      line-height: 77px;
      color: #333333;
      font-weight: bold;
    }

    /* 页眉 */
    .page {
      padding: 54px 34px 10px 34px;
      width: 100%;
      border-bottom: 1px solid #F1F1F1;
    }

    .page .page_title {
      width: 880px;
      font-size: 40px;
      line-height: 56px;
      color: #333333;
      font-weight: bold;
    }

    .page .page_head .page_logo {
      width: 172px;
      height: 52px;
    }

    .page .page_head .page_line {
      width: 1px;
      height: 34px;
      background: #10316E;
      margin: 0 10px 0 10px;
    }

    .page .page_head .page_text {
      font-size: 17px;
      line-height: 23px;
      color: #B6172B;
      font-weight: bold;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
243
      white-space: nowrap;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
244 245 246
    }

    /* 投资总览 */
247 248 249
    .box2{
      display: {{box2}};
    }
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
250 251
    .box2 .box2_content {
      padding: 47px 34px 61px 34px;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
252
      page-break-after:always;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428
    }

    /* 表格样式1 */
    .tss1 {
      margin: 30px 0 0 0;
    }

    .tss1 .tss1_title {
      font-size: 24px;
      line-height: 33px;
      color: #333333;
      font-weight: bold;
      margin: 0 0 15px 0;
    }

    .tss1 .tss1_table {
      width: 100%;
      border-collapse: collapse;
    }

    .tss1 .tss1_table tr {
      border-bottom: 2px solid #FFFFFF;
      background: #F1F1F1;
      width: 100%;
    }

    .tss1 .tss1_table tr td {
      width: 25%;
      padding: 12px 26px 12px 26px;
      font-size: 16px;
      line-height: 22px;
      color: #333333;
      font-weight: bold;
    }

    .tss1 .tss1_table tr td .red {
      color: #D10000;
    }

    .tss1 .tss1_table tr td .green {
      color: #129298;
    }

    /* 表格样式2 */
    .tss2 {
      margin: 40px 0 0 0;
    }

    .tss2 .tss2_title {
      font-size: 24px;
      line-height: 33px;
      color: #333333;
      font-weight: bold;
      margin: 0 0 15px 0;
    }

    .tss2 .tss2_content {
      margin: 18px 0 0 0;
      border: 1px solid #E4E4E4;
    }

    .tss2 .tss2_content .tss2_img {
      width: 100%;
    }

    /* 表格样式3 */
    .tss3 {
      margin: 40px 0 0 0;
    }

    .tss3 .tss3_head {
      width: 100%;
    }

    .tss3 .tss3_head .tss3_title {
      font-size: 24px;
      line-height: 33px;
      color: #333333;
      font-weight: bold;
      margin: 0 0 15px 0;
    }

    .tss3 .tss3_head .tss3_title .tss3_start_time {
      font-size: 18px;
      line-height: 33px;
      color: #666666;
      font-weight: normal;
    }

    .tss3 .tss3_head .tss3_now_time {
      font-size: 14px;
      line-height: 20px;
      color: #333333;
      text-align: right;
    }

    .tss3 .tss3_tag {
      position: absolute;
      padding: 0 16px 0 26px;
      font-size: 16px;
      line-height: 30px;
      color: #ffffff;
      background: #A2A2A2;
    }

    .tss3 .tss3_tag .tss3_tri {
      position: absolute;
      top: 0;
      right: -10px;
      border-top: 15px solid #A2A2A2;
      border-bottom: 15px solid transparent;
      border-left: 5px solid #A2A2A2;
      border-right: 5px solid transparent;
    }

    .tss3 table {
      margin: 24px 0 0 0;
      width: 100%;
      border: none;
      border-color: rgba(151, 151, 151, 0.18);
      border-collapse: collapse;
    }

    .tss3 table tr {
      position: relative;
      font-size: 14px;
      line-height: 20px;
      color: #333333;
      text-align: center;
      vertical-align: middle;
    }

    .tss3 table tr.yellow {
      background: #FFFAF2;
    }

    .tss3 table tr.gray {
      background: #F1F1F1;
    }

    .tss3 table tr th {
      padding: 14px 0 14px 0;
      background: #F1F1F1;
    }

    .tss3 table tr td {
      padding: 14px 0 14px 0;
    }

    .tss3 table tr td.gray {
      background: #F1F1F1;
    }

    .tss3 table tr td.text_red {
      color: #D00000;
    }

    .tss3 table tr td.text_green {
      color: #22A236;
    }

    .tss3 table tr td.summary {
      font-size: 18px;
      line-height: 25px;
      color: #333333;
      font-weight: bold;
    }

    .tss3 .tss3_tip {
      margin: 10px 0 0 0;
      font-size: 12px;
      line-height: 17px;
      color: #333333;
    }

    /* 目标与业绩 */
429 430 431
    .box3{
      display: {{box3}};
    }
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
432 433
    .box3 .box3_content {
      padding: 47px 34px 61px 34px;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
434
      page-break-after:always;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618
    }

    /* 收益比较、相关性分析 */
    .par {
      margin: 47px 0 0 0;
      width: 100%;
    }

    .par .par_item {
      width: 540px;
    }

    .par .par_item .par_title {
      font-size: 24px;
      line-height: 33px;
      color: #333333;
      font-weight: bold;
      margin: 0 0 15px 0;
    }

    .par .par_item .par_content {
      margin: 18px 0 0 0;
      border: 1px solid #E4E4E4;
    }

    .par .par_item .par_content.relative_chart {
      padding: 27px 30px 40px 30px;
    }

    .par .par_item .par_content.relative_chart table {
      width: 100%;
      border-collapse: collapse;
      border: none;
      border-color: #D8D8D8;
    }

    .par .par_item .par_content.relative_chart table td {
      padding: 14px 0 14px 0;
      text-align: center;
    }

    .par .par_item .par_content .par_img {
      width: 100%;
    }

    .rcc_left {
      width: 10%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .rcc_column {
      border: 1px solid transparent;
    }

    .rcc_n {
      border: 1px solid transparent;
      margin: 9px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #999999;
      font-size: 12px;
      line-height: 20px;
      color: #FFFFFF;
      text-align: center;
    }

    .rcc_right {
      width: 90%;
    }

    .rcc_index {
      display: inline-block;
      margin: 0 auto;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: rgba(53, 63, 83, 0.5);
      font-size: 12px;
      line-height: 20px;
      color: #FFFFFF;
      text-align: center;
    }

    .rcc_number {
      font-size: 12px;
      line-height: 18px;
      color: #666666;
    }

    .rc_tooltip {
      margin: 16px 0 0 0;
      text-align: center;
    }

    .rct_color {
      display: inline-block;
    }

    .rct_color_item {
      border: 1PX solid #FFFFFF;
      width: 38px;
      height: 11px;
    }

    .rtc_number_item {
      margin: 0 12px 0 0;
      font-size: 12px;
      line-height: 18px;
      color: #666666;
    }

    .rct_number {
      display: inline-block;
    }

    .rc_label {
      margin: 16px 14px 0 14px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .rcl_item {
      width: 50%;
      position: relative;
      margin: 4px 0 4px 0;
    }

    .rcl_item_number {
      position: absolute;
      top: 2px;
      left: 0;
      margin: 0 8px 0 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #999999;
      font-size: 12px;
      line-height: 20px;
      color: #FFFFFF;
      text-align: center;
    }

    .rcl_item_name {
      padding: 0 10px 0 30px;
      font-size: 16px;
      line-height: 24px;
      color: #333333;
    }

    .level_color1 {
      background: #993612;
      color: #993612;
    }

    .level_color2 {
      background: #C58E7B;
      color: #C58E7B;
    }

    .level_color3 {
      background: #E9D4CD;
      color: #E9D4CD;
    }

    .level_color4 {
      background: #C4E4E6;
      color: #C4E4E6;
    }

    .level_color5 {
      background: #87C8CB;
      color: #87C8CB;
    }

    .level_color6 {
      background: #129298;
      color: #129298;
    }

    /* 业绩的明细 */
619 620 621
    .box4{
      display: {{box4}};
    }
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
622 623
    .box4 .box4_content {
      padding: 47px 34px 61px 34px;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
624
      page-break-after:always;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
625 626 627
    }

    /* 个基点评 */
628 629 630
    .box5{
      display: {{box5}};
    }
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
631 632
    .box5 .box5_content {
      padding: 47px 34px 61px 34px;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
633
      page-break-after:always;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739
    }

    .geji_list_wrap .self_item {
      background: #FFFFFF;
      -webkit-box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
      border: 1px solid #E4E4E4;
      margin: 0 0 34px 0;
    }

    .geji_list_wrap .self_item:last-child {
      margin: 0 0 0 0;
    }

    .geji_list_wrap .self_item .self_item_left {
      width: 710px;
      padding: 35px 36px 35px 0;
    }

    .geji_list_wrap .self_item .self_item_left .self_header {
      display: inline-block;
      font-size: 0;
    }

    .geji_list_wrap .self_item .self_item_left .self_header .self_title {
      position: relative;
      padding: 0 10px 0 20px;
      font-size: 24px;
      line-height: 33px;
      color: #333333;
      font-weight: bold;
    }

    .geji_list_wrap .self_item .self_item_left .self_header .self_title .self_title_tri {
      width: 0;
      height: 0;
      border-bottom: 20px solid transparent;
      border-top: 20px solid #6C71AA;
      border-right: 5px solid transparent;
      border-left: 5px solid #6C71AA;
      position: absolute;
      right: -10px;
      top: 0;
    }

    .geji_list_wrap .self_item .self_item_left .self_header .self_type {
      margin: 4px 0 0 0;
      padding: 0 10px 0 10px;
      font-size: 18px;
      line-height: 26px;
      color: #4C4C4C;
      font-weight: bold;
      background: #E5E3E3;
    }

    .geji_list_wrap .self_item .self_item_left .self_header .self_type.red {
      color: #983612;
      background: #FFEAE2;
    }

    .geji_list_wrap .self_item .self_item_left .self_header .self_type.green {
      color: #22999F;
      background: #E2F7F8;
    }

    .geji_list_wrap .self_item .self_item_left .self_description {
      margin: 20px 0 0 20px;
    }

    .geji_list_wrap .self_item .self_item_left .self_description .self_description_item {
      position: relative;
      margin: 0 0 10px 0;
    }

    .geji_list_wrap .self_item .self_item_left .self_description .self_description_item:last-child {
      margin: 0;
    }

    .geji_list_wrap .self_item .self_item_left .self_description .self_description_item .self_description_dot {
      position: absolute;
      left: 0;
      top: 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #CBCBCB;
    }

    .geji_list_wrap .self_item .self_item_left .self_description .self_description_item .self_description_text {
      font-size: 16px;
      line-height: 22px;
      color: #666666;
      text-align: justify;
      padding-left: 18px;
    }

    .geji_list_wrap .self_item .self_item_left .self_description .self_description_item .self_description_text .self_description_red {
      color: #983612;
    }

    .geji_list_wrap .self_item .self_item_left .self_description .self_description_item .self_description_text .self_description_green {
      color: #129298;
    }

    .geji_list_wrap .self_item .self_item_right {
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
740
      margin: 30px 26px 30px 26px;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810
    }

    .geji_list_wrap .self_item .self_item_right .self_img {
      width: 100%;
    }

    /*持仓组合点评*/
    .target_comment {
      margin: 36px 0 0 0;
    }

    .target_comment .comment_title {
      display: inline-block;
      position: relative;
      padding: 4px 10px 4px 20px;
      border-radius: 8px 0 0px 0px;
      background: #B6172B;
      font-size: 24px;
      line-height: 33px;
      color: #FFFFFF;
    }

    .target_comment .comment_title .comment_tri {
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid #B6172B;
      border-left: 10px solid #B6172B;
      border-right: 10px solid transparent;
      position: absolute;
      right: -20px;
      bottom: 0;
    }

    .target_comment .comment_content {
      padding: 39px 26px 39px 26px;
      background: #F7F7F7;
    }

    .target_comment .comment_content .comment_item {
      width: 100%;
      position: relative;
    }

    .target_comment .comment_content .comment_dot {
      position: absolute;
      top: 16px;
      left: 0px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #666666;
    }

    .target_comment .comment_content .comment_text {
      padding-left: 24px;
      font-size: 18px;
      line-height: 42px;
      color: #666666;
    }

    .target_comment .comment_content .comment_text .comment_tag_red {
      color: #A75435;
    }

    .target_comment .comment_content .comment_text .comment_tag_green {
      color: #129298;
    }

    /* 优化组合建议 */
811 812 813
    .box6{
      display: {{box6}};
    }
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
814 815
    .box6 .box6_content {
      padding: 47px 34px 61px 34px;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
816
      page-break-after:always;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
817 818 819
    }

    /* 新增基金 */
820 821 822
    .box7{
      display: {{box7}};
    }
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
823 824
    .box7 .box7_content {
      padding: 47px 34px 61px 34px;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
825
      page-break-after:always;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
826 827 828
    }

    /* 结尾 */
829 830 831
    .box8{
      display: {{box8}};
    }
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888
    .box8 .box8_content {
      padding: 60px 0 60px 0;
    }

    .financial_show .financial_left {
      width: 763px;
      background: #B6172B;
      padding: 58px 0 48px 0;
    }

    .financial_show .financial_left .financial_scene {
      border-top: 1px solid #B6172B;
      border-bottom: 1px solid #B6172B;
      position: relative;
      height: 305px;
    }

    .financial_show .financial_left .financial_scene .financial_scene_img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }

    .financial_show .financial_left .financial_scene .financial_scene_text {
      margin: 31px 77px 0 79px;
      font-size: 26px;
      line-height: 49px;
      color: #FFFFFF;
      letter-spacing: 4px;
      position: relative;
      z-index: 1;
    }

    .financial_show .financial_left .financial_scene .financial_scene_author {
      margin: 0 77px 34px 79px;
      font-size: 26px;
      line-height: 49px;
      color: #FFFFFF;
      text-align: right;
      position: relative;
      z-index: 1;
    }

    .financial_show .financial_show_right {
      background: #F7F7F7;
      padding: 58px 0 48px 0;
    }

    .financial_show .financial_show_right .financial_team {
      height: 305px;
    }

    .financial_show .financial_show_right .financial_team .financial_team_img {
pengxiong's avatar
pengxiong committed
889 890 891 892 893
      /*width: 100%;*/
      /*height: 100%;*/
      /*-o-object-fit: cover;*/
      /*object-fit: cover;*/
      width: auto;
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }

    .statement_content {
      padding: 27px 31px 0 31px;
    }

    .statement_content .statement_block {
      margin: 0 0 20px 0;
    }

    .statement_content .statement_block .statement_title {
      margin: 0 0 10px 0;
      font-size: 10px;
      line-height: 27px;
      color: #717171;
      font-weight: bold;
      text-align: justify;
    }

    .statement_content .statement_block .statement_p {
      margin: 0 0 10px 0;
      font-size: 10px;
      line-height: 27px;
      color: #717171;
      text-align: justify;
    }

    .statement_content .statement_block .statement_title2 {
      font-size: 10px;
      line-height: 27px;
      color: #333333;
      font-weight: bold;
      text-align: justify;
    }
  </style>
</head>

<body>
  <div class="all">
    <!-- 封面 -->
    <div class="box0">
      <div class="cover_head dtable">
        <div class="dcell">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
940
          <img src={{logo}} alt="" class="cover_logo">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956
        </div>
        <div class="dcell">
          <div class="cover_line"></div>
        </div>
        <div class="dcell">
          <div class="cover_text">
            小飞象<br>
            工作室
          </div>
        </div>
      </div>
      <div class="cover_people">
        <span class="cover_pre">
          敬呈
        </span>
        <span class="cover_name">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
957
          {{customer_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
958 959
        </span>
        <span class="cover_sir">
960
          客户
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
961 962
        </span>
      </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
963
      <img src={{cover_back}} alt="" class="cover_back">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
964 965
      <div class="cover_date">
        <div class="cover_time">
966
          {{year_month}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014
        </div>
      </div>
      <div class="cover_title dtable">
        <div class="cover_title_text dcell">
          资产<br>
          存续报告
        </div>
      </div>
    </div>

    <div class="box_line"></div>

    <!-- 目录 -->
    <div class="box1">
      <div class="catalog_line"></div>
      <div class="catalog_box dtable">
        <div class="catalog_item dcell">
          <div class="catalog_en">
            Contents
          </div>
          <div class="catalog_ch">
            目录
          </div>
        </div>
        <div class="catalog_item dcell">
          <div class="catalog_li">
            <div class="catalog_dot"></div>
            <div class="catalog_name">投资总览</div>
          </div>
          <div class="catalog_li">
            <div class="catalog_dot"></div>
            <div class="catalog_name">目标与业绩</div>
          </div>
          <div class="catalog_li">
            <div class="catalog_dot"></div>
            <div class="catalog_name">业绩的明细</div>
          </div>
          <div class="catalog_li">
            <div class="catalog_dot"></div>
            <div class="catalog_name">优化建议</div>
          </div>
        </div>
      </div>
    </div>

    <div class="box_line"></div>

    <!-- 投资总览 -->
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1015
    <div class="box2" style="page-break-before:always;">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1016 1017 1018 1019 1020 1021
      <div class="page dtable">
        <div class="page_title dcell">
          投资总览
        </div>
        <div class="page_head dcell">
          <div class="dcell">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1022
            <img src={{logo}} alt="" class="page_logo">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1023 1024 1025 1026 1027 1028
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
1029
              {{brand_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043
            </div>
          </div>
        </div>
      </div>
      <div class="box2_content">

        <!-- 组合投资表现 -->
        <div class="tss1" style="margin: 0;">
          <div class="tss1_title">
            组合投资表现
          </div>
          <table class="tss1_table">
            <tr>
              <td>
1044
                {%if month_rise>=0%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1045
                本月涨幅:<span class="red">{{month_rise}}%</span>
1046 1047 1048
                {%else%}
                本月涨幅:<span class="green">{{month_rise}}%</span>
                {%endif%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1049 1050
              </td>
              <td>
1051 1052 1053
                {%if now_month_income>=0%}
                本月收益:<span class="red">{{now_month_income}}元</span>
                {%else%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1054
                本月收益:<span class="green">{{now_month_income}}元</span>
1055
                {%endif%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1056 1057
              </td>
              <td>
1058
                {%if year_totoal_rate_of_return>=0%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1059
                今年累计收益率:<span class="red">{{year_totoal_rate_of_return}}%</span>
1060 1061 1062
                {%else%}
                今年累计收益率:<span class="green">{{year_totoal_rate_of_return}}%</span>
                {%endif%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1063 1064
              </td>
              <td>
1065 1066 1067
                {%if now_year_income>=0%}
                今年累计收益:<span class="red">{{now_year_income}}元</span>
                {%else%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1068
                今年累计收益:<span class="green">{{now_year_income}}元</span>
1069
                {%endif%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1070 1071 1072 1073
              </td>
            </tr>
            <tr>
              <td>
1074
                {%if totoal_rate_of_return>=0%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1075
                成立以来累计收益率:<span class="red">{{totoal_rate_of_return}}%</span>
1076 1077 1078
                {%else%}
                成立以来累计收益率:<span class="green">{{totoal_rate_of_return}}%</span>
                {%endif%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1079 1080
              </td>
              <td>
1081 1082 1083
                {%if now_annualised_return>=0%}
                年化收益率:<span class="red">{{now_annualised_return}}%</span>
                {%else%}
1084
                年化收益率:<span class="green">{{now_annualised_return}}%</span>
1085
                {%endif%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1086 1087
              </td>
              <td>
1088
                {%if now_withdrawal>=0%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1089
                最大回撤:<span class="red">{{now_withdrawal}}%</span>
1090 1091 1092
                {%else%}
                最大回撤:<span class="green">{{now_withdrawal}}%</span>
                {%endif%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107
              </td>
              <td>
              </td>
            </tr>
          </table>
        </div>

        <!-- 资产盈亏情况 -->
        <div class="tss1">
          <div class="tss1_title">
            资产盈亏情况
          </div>
          <table class="tss1_table">
            <tr>
              <td>
1108
                投资成本:<span class="red">{{now_allocation_amount}}元</span>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1109 1110
              </td>
              <td>
1111 1112 1113 1114

                {%if final_balance>=now_allocation_amount%}
                期末资产:<span class="red">{{final_balance}}元</span>
                {%else%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1115
                期末资产:<span class="green">{{final_balance}}元</span>
1116
                {%endif%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1117 1118
              </td>
              <td>
1119 1120

                {%if total_profit>=0%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1121
                累计盈利:<span class="red">{{total_profit}}元</span>
1122 1123 1124
                {%else%}
                累计盈利:<span class="green">{{total_profit}}元</span>
                {%endif%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137
              </td>
              <td>
              </td>
            </tr>
          </table>
        </div>

        <!-- 组合月度及累计回报率曲线 -->
        <div class="tss2">
          <div class="tss2_title">
            组合月度及累计回报率曲线
          </div>
          <div class="tss2_content">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1138
            <img src={{monthly_return_performance_pic}} alt="" class="tss2_img">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192
          </div>
        </div>

        <!-- 组合月度及累计回报率曲线 -->
        <div class="tss3">
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
              组合月度及累计回报率曲线
            </div>
          </div>
          <table border="1">
            <tr>
              <th>
                年份
              </th>
              <th>
                金额(万)
              </th>
              <th>
                1月
              </th>
              <th>
                2月
              </th>
              <th>
                3月
              </th>
              <th>
                4月
              </th>
              <th>
                5月
              </th>
              <th>
                6月
              </th>
              <th>
                7月
              </th>
              <th>
                8月
              </th>
              <th>
                9月
              </th>
              <th>
                10月
              </th>
              <th>
                11月
              </th>
              <th>
                12月
              </th>
1193 1194 1195
<!--              <th>-->
<!--                累计/月均-->
<!--              </th>-->
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1196
            </tr>
1197
            {%for key, value in monthly_table_return.items() %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1198 1199
            <tr class="yellow">
              <td rowspan="2" class="gray">
1200
                {{key}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1201 1202 1203 1204 1205
              </td>
              <td>
                盈亏
              </td>
              <td class="text_red">
1206
                {{value[1]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1207 1208
              </td>
              <td class="text_green">
1209
                {{value[2]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1210 1211
              </td>
              <td>
1212
                {{value[3]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1213 1214
              </td>
              <td>
1215
                {{value[4]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1216 1217
              </td>
              <td>
1218
                {{value[5]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1219 1220
              </td>
              <td>
1221
                {{value[6]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1222 1223
              </td>
              <td>
1224
                {{value[7]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1225 1226
              </td>
              <td>
1227
                {{value[8]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1228 1229
              </td>
              <td>
1230
                {{value[9]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1231 1232
              </td>
              <td>
1233
                {{value[10]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1234 1235
              </td>
              <td>
1236
                {{value[11]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1237 1238
              </td>
              <td>
1239
                {{value[12]["profit"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1240 1241 1242 1243 1244 1245
              </td>
            </tr>
            <tr>
              <td>
                期末资产
              </td>
1246 1247
              <td class="text_red">
                {{value[1]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1248
              </td>
1249 1250
              <td class="text_green">
                {{value[2]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1251 1252
              </td>
              <td>
1253
                {{value[3]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1254 1255
              </td>
              <td>
1256
                {{value[4]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1257 1258
              </td>
              <td>
1259
                {{value[5]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1260 1261
              </td>
              <td>
1262
                {{value[6]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1263 1264
              </td>
              <td>
1265
                {{value[7]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1266 1267
              </td>
              <td>
1268
                {{value[8]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1269 1270
              </td>
              <td>
1271
                {{value[9]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1272 1273
              </td>
              <td>
1274
                {{value[10]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1275 1276
              </td>
              <td>
1277
                {{value[11]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1278 1279
              </td>
              <td>
1280
                {{value[12]["net_amount"]}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1281 1282
              </td>
            </tr>
1283
            {%endfor%}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299
          </table>
        </div>

      </div>
    </div>

    <div class="box_line"></div>

    <!-- 目标与业绩 -->
    <div class="box3">
      <div class="page dtable">
        <div class="page_title dcell">
          目标与业绩
        </div>
        <div class="page_head dcell">
          <div class="dcell">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1300
            <img src={{logo}} alt="" class="page_logo">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1301 1302 1303 1304 1305 1306
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
1307
              {{brand_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323
            </div>
          </div>
        </div>
      </div>

      <div class="box3_content">

        <!-- 投资目标 -->
        <div class="tss3" style="margin: 0;">
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
              投资目标
            </div>
          </div>
          <table border="1">
            <tr>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1324
              <th>现有配置资金(万元)</th>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1325 1326 1327 1328
              <th>现有年化收益情况(%)</th>
              <th>现有最大回撤(%)</th>
            </tr>
            <tr>
赵杰's avatar
赵杰 committed
1329 1330
              <td>{{cost_of_investment}}</td>
              <td>{{annualised_return}}</td>
赵杰's avatar
赵杰 committed
1331
              <td>{{index_comparison["max_withdrawal"]}}</td>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1332 1333 1334 1335
            </tr>
          </table>
          <table border="1" style="margin: 0;">
            <tr>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1336
              <th>计划配置资金(万元)</th>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1337 1338 1339 1340
              <th>目标年化收益情况(%)</th>
              <th>目标最大回撤(%)</th>
            </tr>
            <tr>
1341
              <td>{{cost_of_investment}}</td>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1342 1343 1344 1345 1346 1347 1348 1349 1350 1351
              <td>5%-10%</td>
              <td>5%-10%</td>
            </tr>
          </table>
        </div>

        <!-- 指标对比 -->
        <div class="tss3">
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
1352
              指标对比<span class="tss3_start_time">(起始日期{{start_date}})</span>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1353 1354
            </div>
            <div class="tss3_now_time dcell">
1355
              截止日:最新净值日({{latest_worth_day}})
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366
            </div>
          </div>
          <table border="1">
            <tr>
              <th>类型</th>
              <th>区间收益(%)</th>
              <th>年化收益(%)</th>
              <th>波动率(%)</th>
              <th>最大回撤(%)</th>
              <th>夏普比率</th>
            </tr>
赵杰's avatar
赵杰 committed
1367 1368 1369
              <tr>

              <tr class="yellow">
赵杰's avatar
赵杰 committed
1370 1371 1372 1373 1374 1375
                <td>{{old_indicator_compare[0]["group_name"]}}</td>
                <td>{{old_indicator_compare[0]["return_ratio"]}}</td>
                <td>{{old_indicator_compare[0]["return_ratio_year"]}}</td>
                <td>{{old_indicator_compare[0]["volatility"]}}</td>
                <td>{{old_indicator_compare[0]["max_drawdown"]}}</td>
                <td>{{old_indicator_compare[0]["sharpe"]}}</td>
赵杰's avatar
赵杰 committed
1376 1377
              </tr>
              <tr >
赵杰's avatar
赵杰 committed
1378 1379 1380 1381 1382 1383
                <td>{{old_indicator_compare[1]["group_name"]}}</td>
                <td>{{old_indicator_compare[1]["return_ratio"]}}</td>
                <td>{{old_indicator_compare[1]["return_ratio_year"]}}</td>
                <td>{{old_indicator_compare[1]["volatility"]}}</td>
                <td>{{old_indicator_compare[1]["max_drawdown"]}}</td>
                <td>{{old_indicator_compare[1]["sharpe"]}}</td>
赵杰's avatar
赵杰 committed
1384 1385
              </tr>

pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398
          </table>
          <div class="tss3_tip">
            注:以上指标自持仓首日开始计算,结果仅供参考,如果持仓时间过短会造成指标失真的情况。
          </div>
        </div>

        <!-- 收益比较、相关性分析 -->
        <div class="par clearfix" cellpadding="38">
          <div class="par_item fl">
            <div class="par_title">
              收益比较
            </div>
            <div class="par_content">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1399
              <img src={{old_return_compare_pic}} alt="" class="par_img">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1400 1401 1402 1403 1404 1405 1406 1407 1408
            </div>
          </div>
          <div class="par_item fr">
            <div class="par_title">
              相关性分析
            </div>
            <div class="par_content relative_chart">
              <div class="rc_chart clearfix">
                <div class="rcc_left fl">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1409 1410 1411 1412 1413 1414 1415 1416 1417
                    <table border="1" style="border-color: transparent;margin-right: 20px;">
                    {% for correlation in old_correlation %}
                      <tr>
                        <td>
                          <span class="rcc_index">{{correlation[0]}}</span>
                        </td>
                      </tr>
                      {% endfor %}
                    </table>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1418 1419 1420 1421
                </div>

                <div class="rcc_right fr">

pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1422 1423 1424 1425 1426 1427 1428 1429
                    <table border="1">
                      {% for correlation in old_correlation %}
                      <tr>
                        {% for i in range(correlation[2]|length) %}
                        {% if i ==  correlation[0] - 1 %}
                        <td>
                          <span class="rcc_index">{{correlation[0]}}</span>
                        </td>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1430

pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473
                        {% elif -1 <= correlation[2][i] < -0.5 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif -1 <= correlation[2][i] < -0.5 %}
                        <td class="level_color6">{{correlation[2][i]}}</td>

                        {% elif -0.5 <= correlation[2][i] < -0.25 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif -0.5 <= correlation[2][i] < -0.25 %}
                        <td class="level_color5">{{correlation[2][i]}}</td>

                        {% elif -0.25 <= correlation[2][i] < 0 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif -0.25 <= correlation[2][i] < 0 %}
                        <td class="level_color4">{{correlation[2][i]}}</td>

                        {% elif 0 <= correlation[2][i] < 0.25 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif 0 <= correlation[2][i] < 0.25 %}
                        <td class="level_color3">{{correlation[2][i]}}</td>

                        {% elif 0.25 <= correlation[2][i] < 0.5 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif 0.25 <= correlation[2][i] < 0.5 %}
                        <td class="level_color2">{{correlation[2][i]}}</td>

                        {% elif 0.5 <= correlation[2][i] <= 1 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif 0.5 <= correlation[2][i] <= 1 %}
                        <td class="level_color1">{{correlation[2][i]}}</td>

                        {% endif %}
                        {% endfor %}
                      </tr>
                      {% endfor %}
                    </table>

                  </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496
                </div>
              <div class="rc_tooltip">
                <div class="rct_color clearfix">
                  <div class="rct_color_item fl level_color1"></div>
                  <div class="rct_color_item fl level_color2"></div>
                  <div class="rct_color_item fl level_color3"></div>
                  <div class="rct_color_item fl level_color4"></div>
                  <div class="rct_color_item fl level_color5"></div>
                  <div class="rct_color_item fl level_color6"></div>
                </div>
              </div>
              <div class="rc_tooltip" style="margin: 0;">
                <div class="rct_number clearfix">
                  <div class="rtc_number_item fl">1.00</div>
                  <div class="rtc_number_item fl">0.50</div>
                  <div class="rtc_number_item fl">0.25</div>
                  <div class="rtc_number_item fl">0.00</div>
                  <div class="rtc_number_item fl">-0.25</div>
                  <div class="rtc_number_item fl">-0.50</div>
                  <div class="rtc_number_item fl">-1.00</div>
                </div>
              </div>
              <div class="rc_label clearfix">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1497 1498 1499 1500 1501 1502 1503 1504
                  {% for correlation in old_correlation %}
                  <div class="rcl_item fl">
                    <div class="rcl_item_number">
                      {{correlation[0]}}
                    </div>
                    <div class="rcl_item_name">
                      {{correlation[1]}}
                    </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1505
                  </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1506
                  {% endfor %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524
              </div>
            </div>
          </div>
        </div>

      </div>
    </div>

    <div class="box_line"></div>

    <!-- 业绩的明细 -->
    <div class="box4">
      <div class="page dtable">
        <div class="page_title dcell">
          业绩的明细
        </div>
        <div class="page_head dcell">
          <div class="dcell">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1525
            <img src={{logo}} alt="" class="page_logo">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1526 1527 1528 1529 1530 1531
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
1532
              {{brand_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546
            </div>
          </div>
        </div>
      </div>

      <div class="box4_content">

        <!-- 持仓收益汇总 -->
        <div class="tss3" style="margin: 0;">
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
              持仓收益汇总
            </div>
            <div class="tss3_now_time dcell">
1547
              截止日:最新净值日({{latest_worth_day}})
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1548 1549 1550 1551 1552 1553 1554 1555 1556 1557
            </div>
          </div>
          <div style="position: relative;">
            <div class="tss3_tag">
              私募基金
              <div class="tss3_tri"></div>
            </div>
            <table border="1">
              <tr>
                <th colspan="5">投资本金</th>
1558
                <th colspan="4">{{month}}月业绩</th>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1559 1560 1561 1562 1563 1564 1565
                <th colspan="3">累计业绩</th>
              </tr>
              <tr>
                <th>投资策略</th>
                <th>基金简称</th>
                <th>买入时间</th>
                <th>存续年数</th>
pengxiong's avatar
pengxiong committed
1566 1567
                <th>投资本金 (万)</th>
                <th>当月收益 (万)</th>
赵杰's avatar
赵杰 committed
1568
                <th>当月收益率 (%)</th>
pengxiong's avatar
pengxiong committed
1569
                <th>月末市值 (万)</th>
赵杰's avatar
赵杰 committed
1570
                <th>月末占比 (%)</th>
pengxiong's avatar
pengxiong committed
1571
                <th>累计收益 (万)</th>
赵杰's avatar
赵杰 committed
1572 1573
                <th>累计收益率 (%)</th>
                <th>年化收益率 (%)</th>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1574
              </tr>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1575
              {% for one in group_hoding_info %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1576
              <tr>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1577 1578
                <td rowspan="1">{{one.fund_strategy_name}}</td>
                <td>{{one.fund_name}}</td>
赵杰's avatar
赵杰 committed
1579 1580
                <td>{{one.confirm_date}}</td>
                <td>{{one.hold_year}}</td>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1581 1582 1583 1584 1585 1586 1587 1588
                <td>{{one.cost}}</td>
                <td>{{one.profit}}</td>
                <td>{{one.month_return_ratio}}</td>
                <td>{{one.market_values}}</td>
                <td>{{one.weight}}</td>
                <td>{{one.cum_profit}}</td>
                <td>{{one.cum_profit_ratio}}</td>
                <td>{{one.return_ratio_year}}</td>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1589
              </tr>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1590
              {% endfor %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1591 1592
              <tr class="gray">
                <td colspan="4">总计</td>
赵杰's avatar
赵杰 committed
1593 1594 1595 1596
                <td>{{group_hoding_info_total["total_cost"]}}</td>
                <td>{{group_hoding_info_total["cur_month_profit"]}}</td>
                <td>{{group_hoding_info_total["cur_month_profit_ratio"]}}</td>
                <td>{{group_hoding_info_total["ending_assets"]}}</td>
赵杰's avatar
赵杰 committed
1597
                <td>100%</td>
赵杰's avatar
赵杰 committed
1598 1599 1600
                <td>{{group_hoding_info_total["cumulative_profit"]}}</td>
                  <td>{{group_hoding_info_total["cumulative_return"]}}</td>
                  <td>{{group_hoding_info_total["return_ratio_year"]}}</td>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612
              </tr>
            </table>
          </div>
        </div>

        <!-- 基金净值 -->
        <div class="tss3">
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
              基金净值
            </div>
            <div class="tss3_now_time dcell">
1613
              截止日:最新净值日({{latest_worth_day}})
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1614 1615 1616 1617 1618 1619
            </div>
          </div>
          <table border="1">
            <tr>
              <th rowspan="2">基金简称</th>
              <th rowspan="2">申购净值</th>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1620 1621
              <th colspan="2">最新净值({{latest_worth_day}})</th>
              <th colspan="7">收益率(%)</th>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634
              <th rowspan="2">分红</th>
            </tr>
            <tr>
              <th>单位净值</th>
              <th>累计净值</th>
              <th>较上周</th>
              <th>申购以来</th>
              <th>近一月</th>
              <th>近半年</th>
              <th>近一年</th>
              <th>今年以来</th>
              <th>成立以来</th>
            </tr>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650
            {% for nav_info in group_nav_info %}
              <tr>
                <td>{{nav_info['fund_name']}}</td>
                <td>{{nav_info['confirm_nav']}}</td>
                <td>{{nav_info['cur_nav']}}</td>
                <td>{{nav_info['cur_cnav']}}</td>
                <td>{{nav_info['ret_1w']}}</td>
                <td>{{nav_info['ret_after_confirm']}}</td>
                <td>{{nav_info['ret_cum_1m']}}</td>
                <td>{{nav_info['ret_cum_6m']}}</td>
                <td>{{nav_info['ret_cum_1y']}}</td>
                <td>{{nav_info['ret_cum_ytd']}}</td>
                <td>{{nav_info['ret_cum_incep']}}</td>
                <td>{{nav_info['distribution']}}</td>
              </tr>
            {% endfor %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1651 1652 1653 1654
          </table>
        </div>

        <!-- 贡献分解 -->
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667
        <div class="page dtable" style="page-break-before:always;">
        <div class="page_title dcell">

        </div>
        <div class="page_head dcell">
          <div class="dcell">
            <img src={{logo}} alt="" class="page_logo">
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
1668
              {{brand_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1669 1670 1671 1672
            </div>
          </div>
        </div>
      </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1673 1674 1675 1676 1677
        <div class="tss2">
          <div class="tss2_title">
            贡献分解
          </div>
          <div class="tss2_content">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1678
            <img src={{contribution_decomposition}} alt="" class="tss2_img">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694
          </div>
        </div>

      </div>
    </div>

    <div class="box_line"></div>

    <!-- 个基点评 -->
    <div class="box5">
      <div class="page dtable">
        <div class="page_title dcell">
          个基点评
        </div>
        <div class="page_head dcell">
          <div class="dcell">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1695
            <img src={{logo}} alt="" class="page_logo">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1696 1697 1698 1699 1700 1701
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
1702
              {{brand_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1703 1704 1705 1706 1707 1708 1709
            </div>
          </div>
        </div>
      </div>

      <div class="box5_content">
        <div class="geji_list_wrap">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723
          {% for i in range(single_fund_data_list|length) %}
          {% if (i+1) % 3 == 1 and i != 0%}
          <div class="page dtable">
        <div class="page_title dcell">
        </div>
        <div class="page_head dcell">
          <div class="dcell">
            <img src={{logo}} alt="" class="page_logo">
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
1724
              {{brand_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1725 1726 1727 1728 1729 1730 1731 1732
            </div>
          </div>
        </div>
      </div>
          {% endif %}
          {% if (i+1) % 3 == 0 and i != 0%}
          <div class="self_item" style="page-break-after:always;">
            {% else %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1733
          <div class="self_item">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1734
            {% endif %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1735 1736 1737 1738 1739 1740
            <table>
              <tr>
                <td style="padding: 0;text-align: left;vertical-align: middle;">
                  <div class="self_item_left">
                    <div class="self_header clearfix">
                      <div class="self_title fl">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1741
                         {{single_fund_data_list[i].fund_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1742
                      </div>
pengxiong's avatar
pengxiong committed
1743
<!--                        {{single_fund_data_list[i].status}}-->
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1744 1745
                    </div>
                    <div class="self_description">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1746
                      {% for one in single_fund_data_list[i].evaluation %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1747 1748 1749
                      <div class="self_description_item">
                        <div class="self_description_dot"></div>
                        <div class="self_description_text">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1750
                          {{one}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1751 1752
                        </div>
                      </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1753
                      {% endfor %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1754 1755 1756 1757 1758
                    </div>
                  </div>
                </td>
                <td style="padding: 0;text-align: left;vertical-align: middle;">
                  <div class="self_item_right">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1759
                    <img src={{single_fund_data_list[i].radar_chart_path}} alt="" class="self_img">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1760 1761 1762 1763 1764
                  </div>
                </td>
              </tr>
            </table>
          </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1765
          {% endfor %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1766 1767
        </div>

pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1768

pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1769
        <!-- 持仓点评 -->
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782
          {% if single_fund_data_list|length % 3 == 0 and single_fund_data_list|length != 0%}
          <div class="page dtable">
        <div class="page_title dcell">
        </div>
        <div class="page_head dcell">
          <div class="dcell">
            <img src={{logo}} alt="" class="page_logo">
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
1783
              {{brand_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1784 1785 1786 1787 1788
            </div>
          </div>
        </div>
      </div>
          {% endif %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1789 1790 1791 1792 1793 1794
        <div class="target_comment">
          <div class="comment_title">
            持仓点评
            <div class="comment_tri"></div>
          </div>
          <div class="comment_content">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1795 1796 1797 1798 1799 1800
               {% for eval in old_evaluation %}
              <div class="comment_item">
                <div class="comment_dot"></div>
                <div class="comment_text">
                 {{eval}}
                </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1801
              </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1802
              {% endfor %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818
          </div>
        </div>

      </div>
    </div>

    <div class="box_line"></div>

    <!-- 优化组合建议 -->
    <div class="box6">
      <div class="page dtable">
        <div class="page_title dcell">
          优化组合建议
        </div>
        <div class="page_head dcell">
          <div class="dcell">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1819
            <img src={{logo}} alt="" class="page_logo">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1820 1821 1822 1823 1824 1825
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
1826
              {{brand_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847
            </div>
          </div>
        </div>
      </div>

      <div class="box6_content">

        <!-- 调仓建议 -->
        <div class="tss3" style="margin: 0;">
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
              调仓建议
            </div>
          </div>
          <table border="1">
            <tr>
              <th>投资策略</th>
              <th>基金简称</th>
              <th>优化前(万元)</th>
              <th>优化后(万元)</th>
            </tr>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859
              {% for key, value in suggestions_result.items()   %}
               {% for i in range(value|length) %}
              <tr>
                {% if i == 0%}
                <td rowspan={{value|length }}>{{key}}</td>
                {% endif %}
                <td> {{value[i]["fund_name"]}}</td>
                <td class="font_red">{{value[i]["before_optimization"]}}</td>
                <td class="font_green">{{value[i]["after_optimization"]}}</td>
              </tr>
            {% endfor %}
            {% endfor %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1860 1861
            <tr>
              <td colspan="2" class="gray">总市值(万元)</td>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1862 1863
              <td class="summary">{{suggestions_result_asset["before"]}}</td>
              <td class="summary">{{suggestions_result_asset["after"]}}</td>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874
            </tr>
          </table>
        </div>

        <!-- 指标对比 -->
        <div class="tss3">
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
              指标对比<span class="tss3_start_time">(起始日期2019-11-06)</span>
            </div>
            <div class="tss3_now_time dcell">
1875
              截止日:最新净值日({{latest_worth_day}})
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886
            </div>
          </div>
          <table border="1">
            <tr>
              <th>类型</th>
              <th>区间收益(%)</th>
              <th>年化收益(%)</th>
              <th>波动率(%)</th>
              <th>最大回撤(%)</th>
              <th>夏普比率</th>
            </tr>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903
            {%for i in range(indicator_compare|length)%}
              {%if i<(indicator_compare|length)-1%}
              {%if i%2==0 %}
              <tr>
                {%endif%}
                {%if i%2==1 %}
              <tr class="yellow">
                {%endif%}
              {%endif%}
                <td>{{indicator_compare[i]["group_name"]}}</td>
                <td>{{indicator_compare[i]["return_ratio"]}}</td>
                <td>{{indicator_compare[i]["return_ratio_year"]}}</td>
                <td>{{indicator_compare[i]["volatility"]}}</td>
                <td>{{indicator_compare[i]["max_drawdown"]}}</td>
                <td>{{indicator_compare[i]["sharpe"]}}</td>
              </tr>
              {% endfor %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1904 1905 1906 1907 1908 1909
          </table>
          <div class="tss3_tip">
            注:以上指标自持仓首日开始计算,结果仅供参考,如果持仓时间过短会造成指标失真的情况。
          </div>
        </div>
        <!-- 收益比较、相关性分析 -->
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921
        <div class="page dtable"  style="page-break-before:always;">
        <div class="page_title dcell">
        </div>
        <div class="page_head dcell">
          <div class="dcell">
            <img src={{logo}} alt="" class="page_logo">
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
1922
              {{brand_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1923 1924 1925 1926
            </div>
          </div>
        </div>
      </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1927 1928 1929 1930 1931 1932
        <div class="par clearfix" cellpadding="38">
          <div class="par_item fl">
            <div class="par_title">
              收益比较
            </div>
            <div class="par_content">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1933
              <img src={{return_compare_pic}} alt="" class="par_img">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1934 1935 1936 1937 1938 1939 1940 1941 1942
            </div>
          </div>
          <div class="par_item fr">
            <div class="par_title">
              相关性分析
            </div>
            <div class="par_content relative_chart">
              <div class="rc_chart clearfix">
                <div class="rcc_left fl">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1943 1944 1945 1946 1947 1948 1949 1950 1951
                    <table border="1" style="border-color: transparent;margin-right: 20px;">
                    {% for correlation in new_correlation %}
                      <tr>
                        <td>
                          <span class="rcc_index">{{correlation[0]}}</span>
                        </td>
                      </tr>
                      {% endfor %}
                    </table>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1952 1953 1954 1955
                </div>

                <div class="rcc_right fr">

pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987
                    <table border="1">
                      {% for correlation in new_correlation %}
                      <tr>
                        {% for i in range(correlation[2]|length) %}
                        {% if i ==  correlation[0] - 1 %}
                        <td>
                          <span class="rcc_index">{{correlation[0]}}</span>
                        </td>

                        {% elif -1 <= correlation[2][i] < -0.5 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif -1 <= correlation[2][i] < -0.5 %}
                        <td class="level_color6">{{correlation[2][i]}}</td>

                        {% elif -0.5 <= correlation[2][i] < -0.25 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif -0.5 <= correlation[2][i] < -0.25 %}
                        <td class="level_color5">{{correlation[2][i]}}</td>

                        {% elif -0.25 <= correlation[2][i] < 0 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif -0.25 <= correlation[2][i] < 0 %}
                        <td class="level_color4">{{correlation[2][i]}}</td>

                        {% elif 0 <= correlation[2][i] < 0.25 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif 0 <= correlation[2][i] < 0.25 %}
                        <td class="level_color3">{{correlation[2][i]}}</td>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1988

pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007
                        {% elif 0.25 <= correlation[2][i] < 0.5 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif 0.25 <= correlation[2][i] < 0.5 %}
                        <td class="level_color2">{{correlation[2][i]}}</td>

                        {% elif 0.5 <= correlation[2][i] <= 1 and i < correlation[0] - 1 %}
                        <td>{{correlation[2][i]}}</td>

                        {% elif 0.5 <= correlation[2][i] <= 1 %}
                        <td class="level_color1">{{correlation[2][i]}}</td>

                        {% endif %}
                        {% endfor %}
                      </tr>
                      {% endfor %}
                    </table>

                  </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030
                </div>
              <div class="rc_tooltip">
                <div class="rct_color clearfix">
                  <div class="rct_color_item fl level_color1"></div>
                  <div class="rct_color_item fl level_color2"></div>
                  <div class="rct_color_item fl level_color3"></div>
                  <div class="rct_color_item fl level_color4"></div>
                  <div class="rct_color_item fl level_color5"></div>
                  <div class="rct_color_item fl level_color6"></div>
                </div>
              </div>
              <div class="rc_tooltip" style="margin: 0;">
                <div class="rct_number clearfix">
                  <div class="rtc_number_item fl">1.00</div>
                  <div class="rtc_number_item fl">0.50</div>
                  <div class="rtc_number_item fl">0.25</div>
                  <div class="rtc_number_item fl">0.00</div>
                  <div class="rtc_number_item fl">-0.25</div>
                  <div class="rtc_number_item fl">-0.50</div>
                  <div class="rtc_number_item fl">-1.00</div>
                </div>
              </div>
              <div class="rc_label clearfix">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2031 2032 2033 2034 2035 2036 2037 2038
                  {% for correlation in new_correlation %}
                  <div class="rcl_item fl">
                    <div class="rcl_item_number">
                      {{correlation[0]}}
                    </div>
                    <div class="rcl_item_name">
                      {{correlation[1]}}
                    </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2039
                  </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2040
                  {% endfor %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058
              </div>
            </div>
          </div>
        </div>

      </div>
    </div>

    <div class="box_line"></div>

    <!-- 新增基金 -->
    <div class="box7">
      <div class="page dtable">
        <div class="page_title dcell">
          新增基金
        </div>
        <div class="page_head dcell">
          <div class="dcell">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2059
            <img src={{logo}} alt="" class="page_logo">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2060 2061 2062 2063 2064 2065
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
2066
              {{brand_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2067 2068 2069 2070 2071 2072 2073 2074
            </div>
          </div>
        </div>
      </div>

      <div class="box7_content">

        <div class="geji_list_wrap">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088
          {% for i in range(propose_fund_data_list|length) %}
          {% if (i+1) % 3 == 1 and i != 0%}
          <div class="page dtable"  style="page-break-before:always;">
        <div class="page_title dcell">
        </div>
        <div class="page_head dcell">
          <div class="dcell">
            <img src={{logo}} alt="" class="page_logo">
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
2089
              {{brand_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2090 2091 2092 2093
            </div>
          </div>
        </div>
      </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2094
          <div class="self_item">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2095 2096 2097
            {% else %}
          <div class="self_item">
            {% endif %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2098 2099 2100 2101 2102 2103
            <table>
              <tr>
                <td style="padding: 0;text-align: left;vertical-align: middle;">
                  <div class="self_item_left">
                    <div class="self_header clearfix">
                      <div class="self_title fl">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2104
                         {{propose_fund_data_list[i].fund_name}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2105 2106 2107
                      </div>
                    </div>
                    <div class="self_description">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2108
                      {% for one in propose_fund_data_list[i].evaluation %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2109 2110 2111
                      <div class="self_description_item">
                        <div class="self_description_dot"></div>
                        <div class="self_description_text">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2112
                          {{one}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2113 2114
                        </div>
                      </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2115
                      {% endfor %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2116 2117 2118 2119 2120
                    </div>
                  </div>
                </td>
                <td style="padding: 0;text-align: left;vertical-align: middle;">
                  <div class="self_item_right">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2121
                    <img src={{propose_fund_data_list[i].radar_chart_path}} alt="" class="self_img">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2122 2123 2124 2125 2126
                  </div>
                </td>
              </tr>
            </table>
          </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2127
          {% endfor %}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139
        </div>

        <!-- 持仓点评 -->
        <div class="target_comment">
          <div class="comment_title">
            优化方案点评
            <div class="comment_tri"></div>
          </div>
          <div class="comment_content">
            <div class="comment_item">
              <div class="comment_dot"></div>
              <div class="comment_text">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2140
                {{new_group_evaluation}}
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153
              </div>
            </div>
          </div>
        </div>

      </div>
    </div>

    <div class="box_line"></div>

    <!-- 结尾 -->
    <div class="box8">

2154 2155
      <div class="page dtable">
        <div class="page_title dcell">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2156
        </div>
2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167
        <div class="page_head dcell">
          <div class="dcell">
            <img src={{logo}} alt="" class="page_logo">
          </div>
          <div class="dcell">
            <div class="page_line"></div>
          </div>
          <div class="dcell">
            <div class="page_text">
              {{brand_name}}
            </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2168 2169 2170
          </div>
        </div>
      </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2171 2172 2173 2174 2175
      <div class="box8_content">

        <div class="financial_show dtable">
          <div class="financial_left dcell">
            <div class="financial_scene">
2176
              <img src={{scene}} alt="" class="financial_scene_img">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2177 2178 2179 2180 2181 2182 2183 2184 2185 2186
              <div class="financial_scene_text">
                我们挣的是⻆度和变化的钱⽽不是纠正市场错 误的钱,市场永远是正确的,关键是在其正确 被反复证明后的逆向⽽⾏,⼀定是避开它的正 确被展开的过程 。
              </div>
              <div class="financial_scene_author">
                ——飞度
              </div>
            </div>
          </div>
          <div class="financial_show_right dcell">
            <div class="financial_team">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2187
              <img src={{team}} alt="" class="financial_team_img">
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230
            </div>
          </div>
        </div>

        <div class="statement_content">
          <div class="statement_block">
            <div class="statement_title">
              探普研究院声明
            </div>
            <div class="statement_p">
              本诊断报告所表述的任何观点均准确地反应了研究人员的看法;该研究人员所得报酬的任何组成部分无论是过去、现在、或者将来均不会直接或间接地与研究报告所表述的建议或观点相联系。
            </div>
          </div>
          <div class="statement_block">
            <div class="statement_title">
              一般性声明
            </div>
            <div class="statement_p">
              本报告对于收件人而言属于高度机密,只有收件人才能使用。本报告并非意图发送、发布给在
              当地法律或监管规则下不允许向其发送、发布该研究报告的人员。本研究报告仅供参考之用,在任何地区均不应被视为买卖任何证券、金融工具、基金、以及其他理财产品的要约或要约邀请。探普研究院并不因收件人收到本报告而视其为客户。本报告所包含的观点及建议并未考虑个别客户的特殊状况、目标或需要,不应视为对特定客户关于特定证券或金融工具、基金、以及其他理财产品的购买建议或策略。对于本报告中提及的任何证券、金融工具、基金、以及其他理财产品,本报告的
              收件人须保持自身的独立判断。
            </div>
            <div class="statement_p">
              本报告所载资料的来源被认为是可靠的,但探普研究院不保证其准确性或完整性,并不对使用本报告所包含的材料产生任何直接或间接损失或与此有关的其他损失承担任何责任。本报告提及的任何证券、金融工具、基金或其他理财产品均可能含有巨大的风险,可能不易变卖以及不适合所有的投资者。本报告所提及的证券、金融工具、基金或其他理财产品的价格、价值以及收益可能会受
              汇率影响而波动。过往的业绩也不能代表未来的表现。
            </div>
            <div class="statement_p">
              本报告所载的资料、观点以及预测分析均反映了探普研究院在最初报告发布日期当日的判断,可以在不发出通知的情况下做出更改、亦可因使用不同假设和标准、采用不同观点和分析方法而与市场上其他机构、部门、单位、个人在制作类似的其他材料时所给出的意见不同或者相反。探普研究院以及关联公司、单位并不承担提示本报告收件人注意该等材料的责任。负责撰写本报告研究人员薪酬并不基于任何金融产品的销售情况而定,但其薪酬可能会与我司的整体收入有关。
            </div>
            <div class="statement_p">
              若以探普研究院以外的机构或个人发送本报告,则由该机构或个人为此发送行为承担全部责任。该机构或个人应联系相关机构以交易本报告中提及的证券、金融工具、基金、其他理财产品获悉更详细信息。本报告不构成探普研究院向发送本报告的机构或个人的客户提供的投资建议,探普研究院以及关联单位、公司中的各个高级职员、董事、员工亦不为(前述机构或个人)因使用本报告或报告载明的内容产生的直接或间接损失承担任何责任。
            </div>
          </div>
          <div class="statement_block">
            <div class="statement_title2">
              未经探普研究院事先书面授权,任何人不得以任何目的复制、发送或者销售本报告。探普研究院 2020 版权所有,保留一切权利。
            </div>
          </div>
        </div>

      </div>
    </div>

2231 2232
  </div>
    </div>
pengxiong@wealthgrow.cn's avatar
pengxiong@wealthgrow.cn committed
2233 2234 2235 2236
  </div>
</body>

</html>