monthReportV2.1.html 69.1 KB
Newer Older
赵杰's avatar
赵杰 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 47 48
<!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 {
      display: {{box0}};
      position: relative;
赵杰's avatar
赵杰 committed
49
      padding: 274px 0 209px 0;
赵杰's avatar
赵杰 committed
50 51 52 53 54 55 56 57 58
    }

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

    .box0 .cover_head .cover_logo {
pengxiong's avatar
pengxiong committed
59
      width: auto;
赵杰's avatar
赵杰 committed
60 61 62 63 64 65 66 67 68 69 70
      height: 52px;
    }

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

    .box0 .cover_head .cover_text {
赵杰's avatar
赵杰 committed
71
      font-size: 19px;
赵杰's avatar
赵杰 committed
72 73 74 75 76
      line-height: 23px;
      color: #B6172B;
      font-weight: bold;
    }

赵杰's avatar
赵杰 committed
77 78 79 80 81 82 83 84 85 86 87 88
    .box0 .cover_back {
      display: block;
      width: 501px;
      height: 275px;
    }


    .box0 .cover_title {
      position: absolute;
      top: 194px;
      left: 0;
      z-index: 1;
赵杰's avatar
赵杰 committed
89 90
    }

赵杰's avatar
赵杰 committed
91 92 93 94 95 96 97
    .box0 .cover_title .cover_people {
      position: absolute;
      top: -68px;
      left: 194px;
    }

    .box0 .cover_title .cover_people .cover_pre {
赵杰's avatar
赵杰 committed
98
      margin: 0 20px 0 0;
赵杰's avatar
赵杰 committed
99
      font-size: 30px;
赵杰's avatar
赵杰 committed
100 101 102 103 104
      line-height: 40px;
      color: #999999;
      font-weight: bold;
    }

赵杰's avatar
赵杰 committed
105 106
    .box0 .cover_title .cover_people .cover_name {
      font-size: 34px;
赵杰's avatar
赵杰 committed
107 108 109 110 111
      line-height: 45px;
      color: #B6172B;
      font-weight: bold;
    }

赵杰's avatar
赵杰 committed
112 113
    .box0 .cover_title .cover_people .cover_sir {
      font-size: 30px;
赵杰's avatar
赵杰 committed
114 115 116 117 118
      line-height: 45px;
      color: #333333;
      font-weight: bold;
    }

赵杰's avatar
赵杰 committed
119 120
    .box0 .cover_title .cover_img {
      height: 446px;
赵杰's avatar
赵杰 committed
121 122
    }

赵杰's avatar
赵杰 committed
123 124 125 126 127 128
    .box0 .cover_title .cover_title_text {
      position: absolute;
      top: 139px;
      left: 197px;
      font-size: 48px;
      line-height: 61px;
赵杰's avatar
赵杰 committed
129 130 131 132
      color: #ffffff;
      font-weight: bold;
    }

赵杰's avatar
赵杰 committed
133 134
    .box0 .cover_title .cover_title_text .cover_date {
      padding: 42px 0 0 0;
赵杰's avatar
赵杰 committed
135 136
    }

赵杰's avatar
赵杰 committed
137 138 139
    .box0 .cover_title .cover_title_text .cover_date .cover_time {
      font-size: 34px;
      line-height: 48px;
赵杰's avatar
赵杰 committed
140 141 142 143
      color: #ffffff;
      font-weight: bold;
    }

赵杰's avatar
赵杰 committed
144 145 146 147 148 149 150
    .box0 .cover_title .cover_title_text .cover_date .cover_time .cover_time_span {
      font-size: 22px;
      line-height: 48px;
      color: #ffffff;
      font-weight: bold;
    }

赵杰's avatar
赵杰 committed
151 152 153 154 155 156 157 158 159
    .box_line {
      height: 15px;
      background: #F1F1F1;
    }

    /* 目录 */
    .box1 {
      display: {{box1}};
      position: relative;
160
      padding: 100px 0 150px 36px;
赵杰's avatar
赵杰 committed
161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
    }

    .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 {
赵杰's avatar
赵杰 committed
178
      font-size: 74px;
赵杰's avatar
赵杰 committed
179 180 181 182 183 184 185 186
      line-height: 77px;
      color: #333333;
      font-weight: bold;
      opacity: 0.45;
    }

    .box1 .catalog_box .catalog_item .catalog_ch {
      margin: 30px 0 0 0;
赵杰's avatar
赵杰 committed
187
      font-size: 60px;
赵杰's avatar
赵杰 committed
188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
      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;
赵杰's avatar
赵杰 committed
209
      font-size: 34px;
赵杰's avatar
赵杰 committed
210 211 212 213 214 215 216 217 218 219
      line-height: 77px;
      color: #333333;
      font-weight: bold;
    }

    /* 页眉 */
    .page {
      padding: 54px 34px 10px 34px;
      width: 100%;
      border-bottom: 1px solid #F1F1F1;
pengxiong's avatar
pengxiong committed
220
      overflow: hidden;
赵杰's avatar
赵杰 committed
221 222 223
    }

    .page .page_title {
pengxiong's avatar
pengxiong committed
224
      min-width: 880px;
赵杰's avatar
赵杰 committed
225
      font-size: 42px;
赵杰's avatar
赵杰 committed
226 227 228
      line-height: 56px;
      color: #333333;
      font-weight: bold;
pengxiong's avatar
pengxiong committed
229 230 231 232
      float: left;
    }
    .page .page_head{
      float: right;
赵杰's avatar
赵杰 committed
233 234
    }
    .page .page_head .page_logo {
pengxiong's avatar
pengxiong committed
235
      width: auto;
赵杰's avatar
赵杰 committed
236
      height: 52px;
pengxiong's avatar
pengxiong committed
237

赵杰's avatar
赵杰 committed
238 239 240 241 242 243 244 245 246 247
    }

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

    .page .page_head .page_text {
赵杰's avatar
赵杰 committed
248
      font-size: 19px;
赵杰's avatar
赵杰 committed
249 250 251 252 253 254 255 256
      line-height: 23px;
      color: #B6172B;
      font-weight: bold;
      white-space: nowrap;
    }

    /* 投资总览 */
    .box2{
pengxiong's avatar
pengxiong committed
257
      display: {{box2}}
赵杰's avatar
赵杰 committed
258 259 260 261 262 263 264 265 266 267 268 269
    }
    .box2 .box2_content {
      padding: 47px 34px 61px 34px;
      page-break-after:always;
    }

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

    .tss1 .tss1_title {
赵杰's avatar
赵杰 committed
270
      font-size: 26px;
赵杰's avatar
赵杰 committed
271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290
      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;
赵杰's avatar
赵杰 committed
291
      font-size: 18px;
赵杰's avatar
赵杰 committed
292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310
      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 {
赵杰's avatar
赵杰 committed
311
      font-size: 26px;
赵杰's avatar
赵杰 committed
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
      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 {
赵杰's avatar
赵杰 committed
337
      font-size: 26px;
赵杰's avatar
赵杰 committed
338 339 340 341 342 343 344
      line-height: 33px;
      color: #333333;
      font-weight: bold;
      margin: 0 0 15px 0;
    }

    .tss3 .tss3_head .tss3_title .tss3_start_time {
赵杰's avatar
赵杰 committed
345
      font-size: 20px;
赵杰's avatar
赵杰 committed
346 347 348 349 350 351
      line-height: 33px;
      color: #666666;
      font-weight: normal;
    }

    .tss3 .tss3_head .tss3_now_time {
赵杰's avatar
赵杰 committed
352
      font-size: 16px;
赵杰's avatar
赵杰 committed
353 354 355 356 357 358 359 360
      line-height: 20px;
      color: #333333;
      text-align: right;
    }

    .tss3 .tss3_tag {
      position: absolute;
      padding: 0 16px 0 26px;
赵杰's avatar
赵杰 committed
361
      font-size: 18px;
赵杰's avatar
赵杰 committed
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
      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;
赵杰's avatar
赵杰 committed
387
      font-size: 16px;
赵杰's avatar
赵杰 committed
388 389 390 391 392 393 394 395 396 397 398 399 400 401 402
      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 {
403
      padding: 12px 0 12px 0;
赵杰's avatar
赵杰 committed
404 405 406 407
      background: #F1F1F1;
    }

    .tss3 table tr td {
408
      padding: 12px 0 12px 0;
赵杰's avatar
赵杰 committed
409 410 411 412 413 414 415 416 417 418 419 420 421 422 423
    }

    .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 {
赵杰's avatar
赵杰 committed
424
      font-size: 20px;
赵杰's avatar
赵杰 committed
425 426 427 428 429 430 431
      line-height: 25px;
      color: #333333;
      font-weight: bold;
    }

    .tss3 .tss3_tip {
      margin: 10px 0 0 0;
赵杰's avatar
赵杰 committed
432
      font-size: 14px;
赵杰's avatar
赵杰 committed
433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456
      line-height: 17px;
      color: #333333;
    }

    /* 目标与业绩 */
    .box3{
      display: {{box3}};
    }
    .box3 .box3_content {
      padding: 47px 34px 61px 34px;
      page-break-after:always;
    }

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

    .par .par_item {
      width: 540px;
    }

    .par .par_item .par_title {
赵杰's avatar
赵杰 committed
457
      font-size: 26px;
赵杰's avatar
赵杰 committed
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480
      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 {
赵杰's avatar
赵杰 committed
481
      padding: 7px 0 7px 0;
赵杰's avatar
赵杰 committed
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
      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;
赵杰's avatar
赵杰 committed
508
      font-size: 14px;
赵杰's avatar
赵杰 committed
509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524
      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);
赵杰's avatar
赵杰 committed
525
      font-size: 14px;
赵杰's avatar
赵杰 committed
526 527 528 529 530 531
      line-height: 20px;
      color: #FFFFFF;
      text-align: center;
    }

    .rcc_number {
赵杰's avatar
赵杰 committed
532
      font-size: 14px;
赵杰's avatar
赵杰 committed
533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553
      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;
赵杰's avatar
赵杰 committed
554
      font-size: 14px;
赵杰's avatar
赵杰 committed
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
      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;
赵杰's avatar
赵杰 committed
584
      font-size: 14px;
赵杰's avatar
赵杰 committed
585 586 587 588 589 590 591
      line-height: 20px;
      color: #FFFFFF;
      text-align: center;
    }

    .rcl_item_name {
      padding: 0 10px 0 30px;
赵杰's avatar
赵杰 committed
592
      font-size: 18px;
赵杰's avatar
赵杰 committed
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 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 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
      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;
    }

    /* 业绩的明细 */
    .box4{
      display: {{box4}};
    }
    .box4 .box4_content {
      padding: 47px 34px 61px 34px;
      page-break-after:always;
    }

    /* 个基点评 */
    .box5{
      display: {{box5}};
    }
    .box5 .box5_content {
      padding: 47px 34px 61px 34px;
      page-break-after:always;
    }

    .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;
赵杰's avatar
赵杰 committed
671
      font-size: 26px;
赵杰's avatar
赵杰 committed
672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691
      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;
赵杰's avatar
赵杰 committed
692
      font-size: 20px;
赵杰's avatar
赵杰 committed
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
      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 {
赵杰's avatar
赵杰 committed
733
      font-size: 18px;
赵杰's avatar
赵杰 committed
734 735 736 737 738 739 740 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
      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 {
      margin: 30px 26px 30px 26px;
    }

    .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;
赵杰's avatar
赵杰 committed
767
      font-size: 26px;
赵杰's avatar
赵杰 committed
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
      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;
赵杰's avatar
赵杰 committed
806
      font-size: 20px;
赵杰's avatar
赵杰 committed
807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845
      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;
    }

    /* 优化组合建议 */
    .box6{
      display: {{box6}};
    }
    .box6 .box6_content {
      padding: 47px 34px 61px 34px;
      page-break-after:always;
    }

    /* 新增基金 */
    .box7{
      display: {{box7}};
    }
    .box7 .box7_content {
      padding: 47px 34px 61px 34px;
      page-break-after:always;
    }

    /* 结尾 */
    .box8{
      display: {{box8}};
    }
    .box8 .box8_content {
      padding: 60px 0 60px 0;
    }

    .financial_show .financial_left {
846
      width: 1200px;
赵杰's avatar
赵杰 committed
847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865
      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 {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
    }

    .financial_show .financial_left .financial_scene .financial_scene_text {
pengxiong's avatar
pengxiong committed
866 867 868 869 870
      position: absolute;
      width: 100%;
      left: 0;
      top: 25%;
      padding: 0 55px;
赵杰's avatar
赵杰 committed
871
      font-size: 28px;
872
      line-height: 37px;
赵杰's avatar
赵杰 committed
873 874 875
      color: #FFFFFF;
      letter-spacing: 4px;
      z-index: 1;
876
      text-align: justify;
赵杰's avatar
赵杰 committed
877 878 879
    }

    .financial_show .financial_left .financial_scene .financial_scene_author {
880
      margin: 0 55px 0 0;
赵杰's avatar
赵杰 committed
881
      font-size: 28px;
赵杰's avatar
赵杰 committed
882 883 884 885 886 887 888 889 890 891 892 893 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
      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 {
      /*width: 100%;*/
      /*height: 100%;*/
      /*-o-object-fit: cover;*/
      /*object-fit: cover;*/
      width: auto;
      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;
赵杰's avatar
赵杰 committed
919
      font-size: 12px;
赵杰's avatar
赵杰 committed
920 921 922 923 924 925 926 927
      line-height: 27px;
      color: #717171;
      font-weight: bold;
      text-align: justify;
    }

    .statement_content .statement_block .statement_p {
      margin: 0 0 10px 0;
赵杰's avatar
赵杰 committed
928
      font-size: 12px;
赵杰's avatar
赵杰 committed
929 930 931 932 933 934
      line-height: 27px;
      color: #717171;
      text-align: justify;
    }

    .statement_content .statement_block .statement_title2 {
赵杰's avatar
赵杰 committed
935
      font-size: 12px;
赵杰's avatar
赵杰 committed
936 937 938 939 940 941 942 943 944 945 946
      line-height: 27px;
      color: #333333;
      font-weight: bold;
      text-align: justify;
    }
  </style>
</head>

<body>
  <div class="all">
    <!-- 封面 -->
赵杰's avatar
赵杰 committed
947
    <div class="box0 clearfix">
赵杰's avatar
赵杰 committed
948
      <div class="cover_head dtable">
pengxiong's avatar
pengxiong committed
949
        <div class="dcell" style="display: {{logo_display}}">
950 951
          <img src={{logo}} alt="" class="cover_logo">
        </div>
pengxiong's avatar
pengxiong committed
952
        <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
953 954
          <div class="cover_line"></div>
        </div>
pengxiong's avatar
pengxiong committed
955
        <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
956
          <div class="cover_text">
pengxiong's avatar
pengxiong committed
957 958
            {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
959 960
          </div>
        </div>
赵杰's avatar
赵杰 committed
961
      </div>
赵杰's avatar
赵杰 committed
962
      <img src={{sh}} alt="" class="cover_back fr">
赵杰's avatar
赵杰 committed
963
      <div class="cover_title dtable">
赵杰's avatar
赵杰 committed
964 965 966 967 968 969 970 971
        <div class="cover_people">
          <span class="cover_pre">
            敬呈
          </span>
          <span class="cover_name">
            {{customer_name}}
          </span>
          <span class="cover_sir">
pengxiong's avatar
pengxiong committed
972 973 974 975 976 977
            {%if valueSex == "1"%}
              <span>先生</span>
              {%endif%}
              {%if valueSex == "2"%}
              <span>女士</span>
              {%endif%}
赵杰's avatar
赵杰 committed
978 979
          </span>
        </div>
赵杰's avatar
赵杰 committed
980
        <img class="cover_img" src={{red_rect}} >
赵杰's avatar
赵杰 committed
981
        <div class="cover_title_text dcell">
pengxiong's avatar
pengxiong committed
982 983
          {{cover_title1}}<br>
          {{cover_title2}}
赵杰's avatar
赵杰 committed
984 985
          <div class="cover_date">
            <div class="cover_time">
赵杰's avatar
赵杰 committed
986
              {{end_date}}<div class="cover_time_span">最新净值日期: {{latest_worth_day}}</div>
赵杰's avatar
赵杰 committed
987 988
            </div>
          </div>
赵杰's avatar
赵杰 committed
989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007
        </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">
pengxiong's avatar
pengxiong committed
1008
          <div class="catalog_li" style="display: {{box2}}">
赵杰's avatar
赵杰 committed
1009 1010 1011
            <div class="catalog_dot"></div>
            <div class="catalog_name">投资总览</div>
          </div>
pengxiong's avatar
pengxiong committed
1012
          <div class="catalog_li" style="display: {{box3}}">
赵杰's avatar
赵杰 committed
1013 1014 1015
            <div class="catalog_dot"></div>
            <div class="catalog_name">目标与业绩</div>
          </div>
pengxiong's avatar
pengxiong committed
1016
          <div class="catalog_li" style="display: {{box4}}">
赵杰's avatar
赵杰 committed
1017 1018 1019
            <div class="catalog_dot"></div>
            <div class="catalog_name">业绩的明细</div>
          </div>
pengxiong's avatar
pengxiong committed
1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031
            <div class="catalog_li" style="display: {{box5}}">
            <div class="catalog_dot"></div>
            <div class="catalog_name">个基点评</div>
          </div>
            <div class="catalog_li" style="display: {{box6}}">
            <div class="catalog_dot"></div>
            <div class="catalog_name">优化组合建议</div>
          </div>
          <div class="catalog_li" style="display: {{box7}}">
            <div class="catalog_dot"></div>
            <div class="catalog_name">新增基金</div>
          </div>
赵杰's avatar
赵杰 committed
1032 1033 1034 1035 1036 1037 1038 1039
        </div>
      </div>
    </div>

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

    <!-- 投资总览 -->
    <div class="box2" style="page-break-before:always;">
pengxiong's avatar
pengxiong committed
1040 1041
      <div class="page">
        <div class="page_title">
赵杰's avatar
赵杰 committed
1042 1043
          投资总览
        </div>
pengxiong's avatar
pengxiong committed
1044
        <div class="page_head">
pengxiong's avatar
pengxiong committed
1045
          <div class="dcell" style="display: {{logo_display}}">
赵杰's avatar
赵杰 committed
1046 1047
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
1048
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
1049 1050
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
1051
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
1052
            <div class="page_text">
pengxiong's avatar
pengxiong committed
1053 1054
              {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
1055 1056
            </div>
          </div>
赵杰's avatar
赵杰 committed
1057 1058 1059 1060 1061
        </div>
      </div>
      <div class="box2_content">

        <!-- 组合投资表现 -->
pengxiong's avatar
pengxiong committed
1062
        <div class="tss1" style="margin: 0;display: {{box2_section1}}">
赵杰's avatar
赵杰 committed
1063 1064 1065 1066 1067 1068
          <div class="tss1_title">
            组合投资表现
          </div>
          <table class="tss1_table">
            <tr>
              <td>
赵杰's avatar
赵杰 committed
1069
                {%if (month_rise|float)>=0%}
赵杰's avatar
赵杰 committed
1070 1071 1072 1073 1074 1075
                本月涨幅:<span class="red">{{month_rise}}%</span>
                {%else%}
                本月涨幅:<span class="green">{{month_rise}}%</span>
                {%endif%}
              </td>
              <td>
赵杰's avatar
赵杰 committed
1076
                {%if (now_month_income_temp| float) >=0%}
赵杰's avatar
赵杰 committed
1077 1078 1079 1080 1081 1082
                本月收益:<span class="red">{{now_month_income}}元</span>
                {%else%}
                本月收益:<span class="green">{{now_month_income}}元</span>
                {%endif%}
              </td>
              <td>
赵杰's avatar
赵杰 committed
1083
                {%if (year_totoal_rate_of_return|float)>=0%}
赵杰's avatar
赵杰 committed
1084 1085 1086 1087 1088 1089
                今年累计收益率:<span class="red">{{year_totoal_rate_of_return}}%</span>
                {%else%}
                今年累计收益率:<span class="green">{{year_totoal_rate_of_return}}%</span>
                {%endif%}
              </td>
              <td>
赵杰's avatar
赵杰 committed
1090
                {%if (now_year_income_temp|float)>=0%}
赵杰's avatar
赵杰 committed
1091 1092 1093 1094 1095 1096 1097 1098
                今年累计收益:<span class="red">{{now_year_income}}元</span>
                {%else%}
                今年累计收益:<span class="green">{{now_year_income}}元</span>
                {%endif%}
              </td>
            </tr>
            <tr>
              <td>
赵杰's avatar
赵杰 committed
1099
                {%if (now_annualised_return|float)>=0%}
赵杰's avatar
赵杰 committed
1100 1101 1102 1103 1104 1105
                年化收益率:<span class="red">{{now_annualised_return}}%</span>
                {%else%}
                年化收益率:<span class="green">{{now_annualised_return}}%</span>
                {%endif%}
              </td>
              <td>
赵杰's avatar
赵杰 committed
1106
                {%if (now_withdrawal|float)>=0%}
赵杰's avatar
赵杰 committed
1107 1108 1109 1110 1111
                最大回撤:<span class="red">{{now_withdrawal}}%</span>
                {%else%}
                最大回撤:<span class="green">{{now_withdrawal}}%</span>
                {%endif%}
              </td>
赵杰's avatar
赵杰 committed
1112 1113 1114 1115 1116 1117
              <td colspan="2">
                {%if (now_yield|float)>=0%}
                成立以来累计收益率:<span class="red">{{now_yield}}%</span>
                {%else%}
                成立以来累计收益率:<span class="green">{{now_yield}}%</span>
                {%endif%}
赵杰's avatar
赵杰 committed
1118 1119 1120 1121 1122 1123
              </td>
            </tr>
          </table>
        </div>

        <!-- 资产盈亏情况 -->
pengxiong's avatar
pengxiong committed
1124
        <div class="tss1" style="display: {{box2_section2}}">
赵杰's avatar
赵杰 committed
1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142
          <div class="tss1_title">
            资产盈亏情况
          </div>
          <table class="tss1_table">
            <tr>
              <td>
                投资成本:<span class="red">{{now_allocation_amount}}元</span>
              </td>
              <td>

                {%if final_balance>=now_allocation_amount%}
                期末资产:<span class="red">{{final_balance}}元</span>
                {%else%}
                期末资产:<span class="green">{{final_balance}}元</span>
                {%endif%}
              </td>
              <td>

赵杰's avatar
赵杰 committed
1143
                {%if (total_profit_temp|float)>=0%}
赵杰's avatar
赵杰 committed
1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155
                累计盈利:<span class="red">{{total_profit}}元</span>
                {%else%}
                累计盈利:<span class="green">{{total_profit}}元</span>
                {%endif%}
              </td>
              <td>
              </td>
            </tr>
          </table>
        </div>

        <!-- 组合月度及累计回报率曲线 -->
pengxiong's avatar
pengxiong committed
1156
        <div class="tss2" style="display: {{box2_section3}}">
赵杰's avatar
赵杰 committed
1157 1158 1159 1160 1161 1162 1163 1164 1165
          <div class="tss2_title">
            组合月度及累计回报率曲线
          </div>
          <div class="tss2_content">
            <img src={{monthly_return_performance_pic}} alt="" class="tss2_img">
          </div>
        </div>

        <!-- 组合月度及累计回报率曲线 -->
1166
        {% if monthly_table_return|length >3 %}
pengxiong's avatar
pengxiong committed
1167 1168
        <div class="page" style="page-break-before:always;display: {{box4_section3}}">
          <div class="page_title">
1169 1170

          </div>
pengxiong's avatar
pengxiong committed
1171
          <div class="page_head">
1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186
            <div class="dcell" style="display: {{logo_display}}">
              <img src={{logo}} alt="" class="page_logo">
            </div>
            <div class="dcell" style="display: {{logo_display}}">
              <div class="page_line"></div>
            </div>
            <div class="dcell" style="display: {{brand_name_display}}">
              <div class="page_text">
                {{brand_name}}<br>
                  工作室
              </div>
            </div>
          </div>
        </div>
        {%endif%}
pengxiong's avatar
pengxiong committed
1187
        <div class="tss3" style="display: {{box2_section4}}">
赵杰's avatar
赵杰 committed
1188 1189
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
赵杰's avatar
赵杰 committed
1190
              月度收益
赵杰's avatar
赵杰 committed
1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249
            </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>
<!--              <th>-->
<!--                累计/月均-->
<!--              </th>-->
            </tr>
            {%for key, value in monthly_table_return.items() %}
            <tr class="yellow">
              <td rowspan="2" class="gray">
                {{key}}
              </td>
              <td>
                盈亏
              </td>
              <td class="text_red">
赵杰's avatar
赵杰 committed
1250
                {{value["1"]["profit"]}}
赵杰's avatar
赵杰 committed
1251 1252
              </td>
              <td class="text_green">
赵杰's avatar
赵杰 committed
1253
                {{value["2"]["profit"]}}
赵杰's avatar
赵杰 committed
1254 1255
              </td>
              <td>
赵杰's avatar
赵杰 committed
1256
                {{value["3"]["profit"]}}
赵杰's avatar
赵杰 committed
1257 1258
              </td>
              <td>
赵杰's avatar
赵杰 committed
1259
                {{value["4"]["profit"]}}
赵杰's avatar
赵杰 committed
1260 1261
              </td>
              <td>
赵杰's avatar
赵杰 committed
1262
                {{value["5"]["profit"]}}
赵杰's avatar
赵杰 committed
1263 1264
              </td>
              <td>
赵杰's avatar
赵杰 committed
1265
                {{value["6"]["profit"]}}
赵杰's avatar
赵杰 committed
1266 1267
              </td>
              <td>
赵杰's avatar
赵杰 committed
1268
                {{value["7"]["profit"]}}
赵杰's avatar
赵杰 committed
1269 1270
              </td>
              <td>
赵杰's avatar
赵杰 committed
1271
                {{value["8"]["profit"]}}
赵杰's avatar
赵杰 committed
1272 1273
              </td>
              <td>
赵杰's avatar
赵杰 committed
1274
                {{value["9"]["profit"]}}
赵杰's avatar
赵杰 committed
1275 1276
              </td>
              <td>
赵杰's avatar
赵杰 committed
1277
                {{value["10"]["profit"]}}
赵杰's avatar
赵杰 committed
1278 1279
              </td>
              <td>
赵杰's avatar
赵杰 committed
1280
                {{value["11"]["profit"]}}
赵杰's avatar
赵杰 committed
1281 1282
              </td>
              <td>
赵杰's avatar
赵杰 committed
1283
                {{value["12"]["profit"]}}
赵杰's avatar
赵杰 committed
1284 1285 1286 1287 1288 1289 1290
              </td>
            </tr>
            <tr>
              <td>
                期末资产
              </td>
              <td class="text_red">
赵杰's avatar
赵杰 committed
1291
                {{value["1"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1292 1293
              </td>
              <td class="text_green">
赵杰's avatar
赵杰 committed
1294
                {{value["2"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1295 1296
              </td>
              <td>
赵杰's avatar
赵杰 committed
1297
                {{value["3"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1298 1299
              </td>
              <td>
赵杰's avatar
赵杰 committed
1300
                {{value["4"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1301 1302
              </td>
              <td>
赵杰's avatar
赵杰 committed
1303
                {{value["5"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1304 1305
              </td>
              <td>
赵杰's avatar
赵杰 committed
1306
                {{value["6"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1307 1308
              </td>
              <td>
赵杰's avatar
赵杰 committed
1309
                {{value["7"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1310 1311
              </td>
              <td>
赵杰's avatar
赵杰 committed
1312
                {{value["8"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1313 1314
              </td>
              <td>
赵杰's avatar
赵杰 committed
1315
                {{value["9"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1316 1317
              </td>
              <td>
赵杰's avatar
赵杰 committed
1318
                {{value["10"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1319 1320
              </td>
              <td>
赵杰's avatar
赵杰 committed
1321
                {{value["11"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1322 1323
              </td>
              <td>
赵杰's avatar
赵杰 committed
1324
                {{value["12"]["net_amount"]}}
赵杰's avatar
赵杰 committed
1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337
              </td>
            </tr>
            {%endfor%}
          </table>
        </div>

      </div>
    </div>

    <div class="box_line"></div>
    {%for folio, group_result in all_folio_result.items()%}
    <!-- 目标与业绩 -->
    <div class="box3">
pengxiong's avatar
pengxiong committed
1338 1339
      <div class="page">
        <div class="page_title">
赵杰's avatar
赵杰 committed
1340 1341 1342 1343 1344 1345
          {%if folio == "default"%}
          目标与业绩
          {%else%}
          目标与业绩({{folio}})
          {%endif%}
        </div>
pengxiong's avatar
pengxiong committed
1346
        <div class="page_head">
pengxiong's avatar
pengxiong committed
1347
          <div class="dcell" style="display: {{logo_display}}">
赵杰's avatar
赵杰 committed
1348 1349
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
1350
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
1351 1352
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
1353
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
1354
            <div class="page_text">
pengxiong's avatar
pengxiong committed
1355 1356
              {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
1357 1358
            </div>
          </div>
赵杰's avatar
赵杰 committed
1359 1360 1361 1362 1363 1364
        </div>
      </div>

      <div class="box3_content">

        <!-- 投资目标 -->
pengxiong's avatar
pengxiong committed
1365
        <div class="tss3" style="margin: 0;display: {{box3_section1}}">
赵杰's avatar
赵杰 committed
1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
              投资目标
            </div>
          </div>
          <table border="1">
            <tr>
              <th>现有配置资金(万元)</th>
              <th>现有年化收益情况(%)</th>
              <th>现有最大回撤(%)</th>
            </tr>
            <tr>
              <td>{{group_result["cost_of_investment"]}}</td>
              <td>{{group_result["annualised_return"]}}</td>
              <td>{{group_result["max_withdrawal"]}}</td>
            </tr>
          </table>
          <table border="1" style="margin: 0;">
            <tr>
              <th>计划配置资金(万元)</th>
              <th>目标年化收益情况(%)</th>
              <th>目标最大回撤(%)</th>
            </tr>
            <tr>
pengxiong's avatar
pengxiong committed
1390 1391 1392
              <td>{{group_result["plan_cost_of_investment"]}}</td>
              <td>{{group_result["target_annualised_return"]}}</td>
              <td>{{group_result["target_max_withdrawal"]}}</td>
赵杰's avatar
赵杰 committed
1393 1394 1395 1396 1397
            </tr>
          </table>
        </div>

        <!-- 指标对比 -->
pengxiong's avatar
pengxiong committed
1398
        <div class="tss3" style="display: {{box3_section2}}">
赵杰's avatar
赵杰 committed
1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
              指标对比<span class="tss3_start_time">(起始日期{{start_date}})</span>
            </div>
            <div class="tss3_now_time dcell">
              截止日:最新净值日({{latest_worth_day}})
            </div>
          </div>
          <table border="1">
            <tr>
              <th>类型</th>
              <th>区间收益(%)</th>
              <th>年化收益(%)</th>
              <th>波动率(%)</th>
              <th>最大回撤(%)</th>
              <th>夏普比率</th>
            </tr>
              <tr>

              <tr class="yellow">
                <td>{{group_result["old_indicator_compare"][0]["group_name"]}}</td>
                <td>{{group_result["old_indicator_compare"][0]["return_ratio"]}}</td>
                <td>{{group_result["old_indicator_compare"][0]["return_ratio_year"]}}</td>
                <td>{{group_result["old_indicator_compare"][0]["volatility"]}}</td>
                <td>{{group_result["old_indicator_compare"][0]["max_drawdown"]}}</td>
                <td>{{group_result["old_indicator_compare"][0]["sharpe"]}}</td>
              </tr>
              <tr >
                <td>{{group_result["old_indicator_compare"][1]["group_name"]}}</td>
                <td>{{group_result["old_indicator_compare"][1]["return_ratio"]}}</td>
                <td>{{group_result["old_indicator_compare"][1]["return_ratio_year"]}}</td>
                <td>{{group_result["old_indicator_compare"][1]["volatility"]}}</td>
                <td>{{group_result["old_indicator_compare"][1]["max_drawdown"]}}</td>
                <td>{{group_result["old_indicator_compare"][1]["sharpe"]}}</td>
              </tr>

          </table>
          <div class="tss3_tip">
            注:以上指标自持仓首日开始计算,结果仅供参考,如果持仓时间过短会造成指标失真的情况。
          </div>
        </div>

        <!-- 收益比较、相关性分析 -->
pengxiong's avatar
pengxiong committed
1442
        <div class="par clearfix" cellpadding="38" style="display: {{box3_section3}}">
赵杰's avatar
赵杰 committed
1443 1444 1445 1446 1447 1448 1449 1450
          <div class="par_item fl">
            <div class="par_title">
              收益比较
            </div>
            <div class="par_content">
              <img src={{group_result["old_return_compare_pic"]}} alt="" class="par_img">
            </div>
          </div>
pengxiong's avatar
pengxiong committed
1451
          <div class="par_item fr" style="display: {{box3_section4}}">
赵杰's avatar
赵杰 committed
1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567
            <div class="par_title">
              相关性分析
            </div>
            <div class="par_content relative_chart">
              <div class="rc_chart clearfix">
                <div class="rcc_left fl">
                    <table border="1" style="border-color: transparent;margin-right: 20px;">
                    {% for correlation in group_result["old_correlation"] %}
                      <tr>
                        <td>
                          <span class="rcc_index">{{correlation[0]}}</span>
                        </td>
                      </tr>
                      {% endfor %}
                    </table>
                </div>

                <div class="rcc_right fr">

                    <table border="1">
                      {% for correlation in group_result["old_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>

                        {% 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>
                </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">
                  {% for correlation in group_result["old_correlation"] %}
                  <div class="rcl_item fl">
                    <div class="rcl_item_number">
                      {{correlation[0]}}
                    </div>
                    <div class="rcl_item_name">
                      {{correlation[1]}}
                    </div>
                  </div>
                  {% endfor %}
              </div>
            </div>
          </div>
        </div>

      </div>
    </div>

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

    <!-- 业绩的明细 -->
    <div class="box4">
pengxiong's avatar
pengxiong committed
1568 1569
      <div class="page">
        <div class="page_title">
赵杰's avatar
赵杰 committed
1570 1571
          业绩的明细
        </div>
pengxiong's avatar
pengxiong committed
1572
        <div class="page_head">
pengxiong's avatar
pengxiong committed
1573
          <div class="dcell" style="display: {{logo_display}}">
赵杰's avatar
赵杰 committed
1574 1575
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
1576
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
1577 1578
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
1579
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
1580
            <div class="page_text">
pengxiong's avatar
pengxiong committed
1581 1582
              {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
1583 1584
            </div>
          </div>
赵杰's avatar
赵杰 committed
1585 1586 1587 1588 1589 1590
        </div>
      </div>

      <div class="box4_content">

        <!-- 持仓收益汇总 -->
pengxiong's avatar
pengxiong committed
1591
        <div class="tss3" style="margin: 0;display: {{box4_section1}}">
赵杰's avatar
赵杰 committed
1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
              持仓收益汇总
            </div>
            <div class="tss3_now_time dcell">
              截止日:最新净值日({{latest_worth_day}})
            </div>
          </div>
          <div style="position: relative;">
            <div class="tss3_tag">
              私募基金
              <div class="tss3_tri"></div>
            </div>
            <table border="1">
              <tr>
                <th colspan="5">投资本金</th>
                <th colspan="4">{{month}}月业绩</th>
                <th colspan="3">累计业绩</th>
              </tr>
              <tr>
                <th>投资策略</th>
                <th>基金简称</th>
                <th>买入时间</th>
                <th>存续年数</th>
1616 1617 1618 1619 1620 1621 1622 1623
                <th>投资本金</th>
                <th>当月收益</th>
                <th>当月收益率</th>
                <th>月末市值</th>
                <th>月末占比</th>
                <th>累计收益</th>
                <th>累计收益率</th>
                <th>年化收益率</th>
赵杰's avatar
赵杰 committed
1624 1625 1626 1627 1628 1629 1630
              </tr>
              {% for one in group_result["group_hoding_info"] %}
              <tr>
                <td rowspan="1">{{one.fund_strategy_name}}</td>
                <td>{{one.fund_name}}</td>
                <td>{{one.confirm_date}}</td>
                <td>{{one.hold_year}}</td>
赵杰's avatar
赵杰 committed
1631
                <td>{{one.cost}}万</td>
1632 1633 1634 1635 1636 1637 1638
                <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>
赵杰's avatar
赵杰 committed
1639 1640 1641 1642
              </tr>
              {% endfor %}
              <tr class="gray">
                <td colspan="4">总计</td>
1643 1644 1645 1646 1647 1648
                <td>{{group_result["group_hoding_info_total"]["total_cost"]}}万</td>
                <td>{{group_result["group_hoding_info_total"]["cur_month_profit"]}}万</td>
                <td>{{group_result["group_hoding_info_total"]["cur_month_profit_ratio"]}}%</td>
                <td>{{group_result["group_hoding_info_total"]["ending_assets"]}}万</td>
                <td>100.00%</td>
                <td>{{group_result["group_hoding_info_total"]["cumulative_profit"]}}万</td>
赵杰's avatar
赵杰 committed
1649
                  <td>{{group_result["group_hoding_info_total"]["cumulative_return"]}}%</td>
1650
                  <td>{{group_result["group_hoding_info_total"]["return_ratio_year"]}}%</td>
赵杰's avatar
赵杰 committed
1651 1652 1653 1654 1655 1656
              </tr>
            </table>
          </div>
        </div>

        <!-- 基金净值 -->
pengxiong's avatar
pengxiong committed
1657
        <div class="tss3" style="display: {{box4_section2}}">
赵杰's avatar
赵杰 committed
1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
              基金净值
            </div>
            <div class="tss3_now_time dcell">
              截止日:最新净值日({{latest_worth_day}})
            </div>
          </div>
          <table border="1">
            <tr>
              <th rowspan="2">基金简称</th>
              <th rowspan="2">申购净值</th>
              <th colspan="2">最新净值({{latest_worth_day}})</th>
赵杰's avatar
赵杰 committed
1671
              <th colspan="7">收益率</th>
赵杰's avatar
赵杰 committed
1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704
              <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>
            {% for nav_info in group_result["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 %}
          </table>
        </div>

        <!-- 贡献分解 -->
pengxiong's avatar
pengxiong committed
1705 1706
        <div class="page" style="page-break-before:always;display: {{box4_section3}}">
        <div class="page_title">
赵杰's avatar
赵杰 committed
1707 1708

        </div>
pengxiong's avatar
pengxiong committed
1709
        <div class="page_head">
pengxiong's avatar
pengxiong committed
1710
          <div class="dcell" style="display: {{logo_display}}">
赵杰's avatar
赵杰 committed
1711 1712
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
1713
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
1714 1715
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
1716
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
1717
            <div class="page_text">
pengxiong's avatar
pengxiong committed
1718
              {{brand_name}}<br>
pengxiong's avatar
pengxiong committed
1719
                工作室
pengxiong's avatar
pengxiong committed
1720 1721
            </div>
          </div>
赵杰's avatar
赵杰 committed
1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739
        </div>
      </div>
        <div class="tss2">
          <div class="tss2_title">
            贡献分解
          </div>
          <div class="tss2_content">
            <img src={{group_result["contribution_decomposition"]}} alt="" class="tss2_img">
          </div>
        </div>

      </div>
    </div>

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

    <!-- 个基点评 -->
    <div class="box5">
pengxiong's avatar
pengxiong committed
1740 1741
      <div class="page">
        <div class="page_title">
赵杰's avatar
赵杰 committed
1742 1743
          个基点评
        </div>
pengxiong's avatar
pengxiong committed
1744
        <div class="page_head">
pengxiong's avatar
pengxiong committed
1745
          <div class="dcell" style="display: {{logo_display}}">
赵杰's avatar
赵杰 committed
1746 1747
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
1748
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
1749 1750
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
1751
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
1752
            <div class="page_text">
pengxiong's avatar
pengxiong committed
1753 1754
              {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
1755 1756
            </div>
          </div>
赵杰's avatar
赵杰 committed
1757 1758 1759 1760 1761 1762
        </div>
      </div>

      <div class="box5_content">
        <div class="geji_list_wrap">
          {% for i in range(group_result["single_fund_data_list"]|length) %}
pengxiong's avatar
pengxiong committed
1763
          {% if (i+1) % 4 == 1 and i != 0%}
pengxiong's avatar
pengxiong committed
1764 1765
          <div class="page">
        <div class="page_title">
赵杰's avatar
赵杰 committed
1766
        </div>
pengxiong's avatar
pengxiong committed
1767
        <div class="page_head">
pengxiong's avatar
pengxiong committed
1768
          <div class="dcell" style="display: {{logo_display}}">
赵杰's avatar
赵杰 committed
1769 1770
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
1771
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
1772 1773
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
1774
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
1775
            <div class="page_text">
pengxiong's avatar
pengxiong committed
1776 1777
              {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
1778 1779
            </div>
          </div>
赵杰's avatar
赵杰 committed
1780 1781 1782
        </div>
      </div>
          {% endif %}
pengxiong's avatar
pengxiong committed
1783
          {% if (i+1) % 4 == 0 and i != 0%}
赵杰's avatar
赵杰 committed
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822
          <div class="self_item" style="page-break-after:always;">
            {% else %}
          <div class="self_item">
            {% endif %}
            <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">
                         {{group_result["single_fund_data_list"][i].fund_name}}
                      </div>
                        {{group_result["single_fund_data_list"][i].status}}
                    </div>
                    <div class="self_description">
                      {% for one in group_result["single_fund_data_list"][i].evaluation %}
                      <div class="self_description_item">
                        <div class="self_description_dot"></div>
                        <div class="self_description_text">
                          {{one}}
                        </div>
                      </div>
                      {% endfor %}
                    </div>
                  </div>
                </td>
                <td style="padding: 0;text-align: left;vertical-align: middle;">
                  <div class="self_item_right">
                    <img src={{group_result["single_fund_data_list"][i].radar_chart_path}} alt="" class="self_img">
                  </div>
                </td>
              </tr>
            </table>
          </div>
          {% endfor %}
        </div>


        <!-- 持仓点评 -->
pengxiong's avatar
pengxiong committed
1823
          {% if group_result["single_fund_data_list"]|length % 4 == 0 and group_result["single_fund_data_list"]|length != 0%}
pengxiong's avatar
pengxiong committed
1824 1825
          <div class="page">
        <div class="page_title">
赵杰's avatar
赵杰 committed
1826
        </div>
pengxiong's avatar
pengxiong committed
1827
        <div class="page_head">
pengxiong's avatar
pengxiong committed
1828
          <div class="dcell" style="display: {{logo_display}}">
赵杰's avatar
赵杰 committed
1829 1830
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
1831
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
1832 1833
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
1834
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
1835
            <div class="page_text">
pengxiong's avatar
pengxiong committed
1836 1837
              {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
1838 1839
            </div>
          </div>
赵杰's avatar
赵杰 committed
1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866
        </div>
      </div>
          {% endif %}
        <div class="target_comment">
          <div class="comment_title">
            持仓点评
            <div class="comment_tri"></div>
          </div>
          <div class="comment_content">
               {% for eval in group_result["old_evaluation"] %}
              <div class="comment_item">
                <div class="comment_dot"></div>
                <div class="comment_text">
                 {{eval}}
                </div>
              </div>
              {% endfor %}
          </div>
        </div>

      </div>
    </div>

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

    <!-- 优化组合建议 -->
    <div class="box6">
pengxiong's avatar
pengxiong committed
1867 1868
      <div class="page">
        <div class="page_title">
赵杰's avatar
赵杰 committed
1869 1870
          优化组合建议
        </div>
pengxiong's avatar
pengxiong committed
1871
        <div class="page_head">
pengxiong's avatar
pengxiong committed
1872
          <div class="dcell" style="display: {{logo_display}}">
赵杰's avatar
赵杰 committed
1873 1874
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
1875
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
1876 1877
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
1878
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
1879
            <div class="page_text">
pengxiong's avatar
pengxiong committed
1880 1881
              {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
1882 1883
            </div>
          </div>
赵杰's avatar
赵杰 committed
1884 1885 1886 1887 1888 1889
        </div>
      </div>

      <div class="box6_content">

        <!-- 调仓建议 -->
pengxiong's avatar
pengxiong committed
1890
        <div class="tss3" style="margin: 0;display: {{box6_section1}}">
赵杰's avatar
赵杰 committed
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923
          <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>
              {% for key, value in group_result["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 %}
            <tr>
              <td colspan="2" class="gray">总市值(万元)</td>
              <td class="summary">{{group_result["suggestions_result_asset"]["before"]}}</td>
              <td class="summary">{{group_result["suggestions_result_asset"]["after"]}}</td>
            </tr>
          </table>
        </div>

        <!-- 指标对比 -->
pengxiong's avatar
pengxiong committed
1924
        <div class="tss3" style="display: {{box6_section2}}">
赵杰's avatar
赵杰 committed
1925 1926
          <div class="tss3_head dtable">
            <div class="tss3_title dcell">
pengxiong's avatar
pengxiong committed
1927
              指标对比<span class="tss3_start_time">(起始日期{{start_date}})</span>
赵杰's avatar
赵杰 committed
1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964
            </div>
            <div class="tss3_now_time dcell">
              截止日:最新净值日({{latest_worth_day}})
            </div>
          </div>
          <table border="1">
            <tr>
              <th>类型</th>
              <th>区间收益(%)</th>
              <th>年化收益(%)</th>
              <th>波动率(%)</th>
              <th>最大回撤(%)</th>
              <th>夏普比率</th>
            </tr>
            {%for i in range(group_result["indicator_compare"]|length)%}
              {%if i<(group_result["indicator_compare"]|length)-1%}
              {%if i%2==0 %}
              <tr>
                {%endif%}
                {%if i%2==1 %}
              <tr class="yellow">
                {%endif%}
              {%endif%}
                <td>{{group_result["indicator_compare"][i]["group_name"]}}</td>
                <td>{{group_result["indicator_compare"][i]["return_ratio"]}}</td>
                <td>{{group_result["indicator_compare"][i]["return_ratio_year"]}}</td>
                <td>{{group_result["indicator_compare"][i]["volatility"]}}</td>
                <td>{{group_result["indicator_compare"][i]["max_drawdown"]}}</td>
                <td>{{group_result["indicator_compare"][i]["sharpe"]}}</td>
              </tr>
              {% endfor %}
          </table>
          <div class="tss3_tip">
            注:以上指标自持仓首日开始计算,结果仅供参考,如果持仓时间过短会造成指标失真的情况。
          </div>
        </div>
        <!-- 收益比较、相关性分析 -->
pengxiong's avatar
pengxiong committed
1965 1966
        <div class="page"  style="page-break-before:always;">
        <div class="page_title">
赵杰's avatar
赵杰 committed
1967
        </div>
pengxiong's avatar
pengxiong committed
1968
        <div class="page_head">
pengxiong's avatar
pengxiong committed
1969
          <div class="dcell" style="display: {{logo_display}}">
赵杰's avatar
赵杰 committed
1970 1971
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
1972
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
1973 1974
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
1975
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
1976
            <div class="page_text">
pengxiong's avatar
pengxiong committed
1977 1978
              {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
1979 1980
            </div>
          </div>
赵杰's avatar
赵杰 committed
1981 1982 1983
        </div>
      </div>
        <div class="par clearfix" cellpadding="38">
pengxiong's avatar
pengxiong committed
1984
          <div class="par_item fl" style="display: {{box6_section3}}">
赵杰's avatar
赵杰 committed
1985 1986 1987 1988 1989 1990 1991
            <div class="par_title">
              收益比较
            </div>
            <div class="par_content">
              <img src={{group_result["return_compare_pic"]}} alt="" class="par_img">
            </div>
          </div>
pengxiong's avatar
pengxiong committed
1992
          <div class="par_item fr" style="display: {{box6_section4}}">
赵杰's avatar
赵杰 committed
1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108
            <div class="par_title">
              相关性分析
            </div>
            <div class="par_content relative_chart">
              <div class="rc_chart clearfix">
                <div class="rcc_left fl">
                    <table border="1" style="border-color: transparent;margin-right: 20px;">
                    {% for correlation in group_result["new_correlation"] %}
                      <tr>
                        <td>
                          <span class="rcc_index">{{correlation[0]}}</span>
                        </td>
                      </tr>
                      {% endfor %}
                    </table>
                </div>

                <div class="rcc_right fr">

                    <table border="1">
                      {% for correlation in group_result["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>

                        {% 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>
                </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">
                  {% for correlation in group_result["new_correlation"] %}
                  <div class="rcl_item fl">
                    <div class="rcl_item_number">
                      {{correlation[0]}}
                    </div>
                    <div class="rcl_item_name">
                      {{correlation[1]}}
                    </div>
                  </div>
                  {% endfor %}
              </div>
            </div>
          </div>
        </div>

      </div>
    </div>

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

    <!-- 新增基金 -->
    <div class="box7">
pengxiong's avatar
pengxiong committed
2109 2110
      <div class="page">
        <div class="page_title">
赵杰's avatar
赵杰 committed
2111 2112
          新增基金
        </div>
pengxiong's avatar
pengxiong committed
2113
        <div class="page_head">
pengxiong's avatar
pengxiong committed
2114
          <div class="dcell" style="display: {{logo_display}}">
赵杰's avatar
赵杰 committed
2115 2116
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
2117
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
2118 2119
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
2120
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
2121
            <div class="page_text">
pengxiong's avatar
pengxiong committed
2122 2123
              {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
2124 2125
            </div>
          </div>
赵杰's avatar
赵杰 committed
2126 2127 2128 2129 2130 2131 2132 2133
        </div>
      </div>

      <div class="box7_content">

        <div class="geji_list_wrap">
          {% for i in range(group_result["propose_fund_data_list"]|length) %}
          {% if (i+1) % 3 == 1 and i != 0%}
pengxiong's avatar
pengxiong committed
2134 2135
          <div class="page"  style="page-break-before:always;">
        <div class="page_title">
赵杰's avatar
赵杰 committed
2136
        </div>
pengxiong's avatar
pengxiong committed
2137
        <div class="page_head">
pengxiong's avatar
pengxiong committed
2138
          <div class="dcell" style="display: {{logo_display}}">
赵杰's avatar
赵杰 committed
2139 2140
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
2141
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
2142 2143
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
2144
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
2145
            <div class="page_text">
pengxiong's avatar
pengxiong committed
2146 2147
              {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
2148 2149
            </div>
          </div>
赵杰's avatar
赵杰 committed
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163
        </div>
      </div>
          <div class="self_item">
            {% else %}
          <div class="self_item">
            {% endif %}
            <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">
                         {{group_result["propose_fund_data_list"][i].fund_name}}
                      </div>
pengxiong's avatar
pengxiong committed
2164 2165 2166
                      <div class="self_type fl">
                        {{group_result["propose_fund_data_list"][i].status}}
                      </div>
赵杰's avatar
赵杰 committed
2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197
                    </div>
                    <div class="self_description">
                      {% for one in group_result["propose_fund_data_list"][i].evaluation %}
                      <div class="self_description_item">
                        <div class="self_description_dot"></div>
                        <div class="self_description_text">
                          {{one}}
                        </div>
                      </div>
                      {% endfor %}
                    </div>
                  </div>
                </td>
                <td style="padding: 0;text-align: left;vertical-align: middle;">
                  <div class="self_item_right">
                    <img src={{group_result["propose_fund_data_list"][i].radar_chart_path}} alt="" class="self_img">
                  </div>
                </td>
              </tr>
            </table>
          </div>
          {% endfor %}
        </div>

        <!-- 持仓点评 -->
        <div class="target_comment">
          <div class="comment_title">
            优化方案点评
            <div class="comment_tri"></div>
          </div>
          <div class="comment_content">
赵杰's avatar
赵杰 committed
2198
            {% for item in group_result["new_group_evaluation"] %}
赵杰's avatar
赵杰 committed
2199 2200 2201
            <div class="comment_item">
              <div class="comment_dot"></div>
              <div class="comment_text">
赵杰's avatar
赵杰 committed
2202
                {{item}}
赵杰's avatar
赵杰 committed
2203 2204 2205
              </div>
            </div>
          </div>
赵杰's avatar
赵杰 committed
2206
          {%endfor%}
赵杰's avatar
赵杰 committed
2207 2208 2209 2210
        </div>

      </div>
    </div>
pengxiong's avatar
pengxiong committed
2211
    </div>
赵杰's avatar
赵杰 committed
2212

2213
    <div class="box_line"></div>
赵杰's avatar
赵杰 committed
2214 2215 2216 2217
    {%endfor%}
    <!-- 结尾 -->
    <div class="box8">

pengxiong's avatar
pengxiong committed
2218 2219
      <div class="page">
        <div class="page_title">
赵杰's avatar
赵杰 committed
2220
        </div>
pengxiong's avatar
pengxiong committed
2221
        <div class="page_head">
pengxiong's avatar
pengxiong committed
2222
          <div class="dcell" style="display: {{logo_display}}">
2223 2224
            <img src={{logo}} alt="" class="page_logo">
          </div>
pengxiong's avatar
pengxiong committed
2225
          <div class="dcell" style="display: {{logo_display}}">
pengxiong's avatar
pengxiong committed
2226 2227
            <div class="page_line"></div>
          </div>
pengxiong's avatar
pengxiong committed
2228
          <div class="dcell" style="display: {{brand_name_display}}">
pengxiong's avatar
pengxiong committed
2229
            <div class="page_text">
pengxiong's avatar
pengxiong committed
2230 2231
              {{brand_name}}<br>
                工作室
pengxiong's avatar
pengxiong committed
2232 2233
            </div>
          </div>
赵杰's avatar
赵杰 committed
2234 2235 2236 2237 2238 2239 2240 2241 2242
        </div>
      </div>
      <div class="box8_content">

        <div class="financial_show dtable">
          <div class="financial_left dcell">
            <div class="financial_scene">
              <img src={{scene}} alt="" class="financial_scene_img">
              <div class="financial_scene_text">
pengxiong's avatar
pengxiong committed
2243
                  {{financial_text}}
赵杰's avatar
赵杰 committed
2244 2245
              </div>
              <div class="financial_scene_author">
赵杰's avatar
赵杰 committed
2246

赵杰's avatar
赵杰 committed
2247 2248 2249
              </div>
            </div>
          </div>
2250
          <!-- <div class="financial_show_right dcell">
赵杰's avatar
赵杰 committed
2251 2252 2253
            <div class="financial_team">
              <img src={{team}} alt="" class="financial_team_img">
            </div>
2254
          </div> -->
赵杰's avatar
赵杰 committed
2255 2256
        </div>

pengxiong's avatar
pengxiong committed
2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291
<!--        <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>-->
赵杰's avatar
赵杰 committed
2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302

      </div>
    </div>

  </div>
    </div>

  </div>
</body>

</html>