@media print {
  /* body{*/
  /*transform: scale(0.2);*/
  /*}*/
  /*.printArea{*/
  /*transform: scale(0.1);*/
  /*!*margin: 0;*!*/
  /*!*padding: 0;*!*/
  /*} */
  #hisScore {
    margin-top: 20px;
    margin-left: -200px;
  }
  .paperReport-content {
    width: 100%;
  }
  .paperReport-content .covers-content {
    height: 880px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
  }
  .paperReport-content .covers-content .headerBox {
    padding: 30px 40px 40px;
    border: 6px solid #333;
    width: 800px;
    margin: 200px auto 88px;
  }
  .paperReport-content .covers-content .headerBox h2 {
    color: #1d4689;
    font-size: 42px;
    font-weight: normal;
    line-height: 65px;
  }
  .paperReport-content .covers-content .headerBox h1 {
    font-size: 46px;
    color: #333;
  }
  .paperReport-content .covers-content .title {
    font-size: 90px;
    font-weight: 100;
    margin-top: 50px;
    color: #231815;
  }
  .paperReport-content .covers-content .p-bottom {
    color: #333;
    font-size: 26px;
    width: 800px;
    margin: 0 auto;
  }
  .paperReport-content .covers-content .p-bottom p {
    margin-bottom: 10px;
    margin-left: 300px;
    width: 500px;
    text-align: left;
  }
  .content-right-title-wrap {
    text-align: left;
    margin: 20px;
    background: #fff;
    border-radius: 3px;
  }
  .content-right-title-wrap .title {
    height: 65px;
    line-height: 65px;
    font-weight: 500;
    font-size: 23px;
    padding: 0 40px;
    color: #4c6175;
    border-bottom: 1px solid #dddddd;
  }
  .content-right-title-wrap .body {
    line-height: 80px;
    vertical-align: middle;
    padding: 0 40px 10px;
  }
  .content-right-title-wrap .body .body-title {
    width: 80px;
    display: inline-block;
    color: #5e5e5e;
    font-size: 18px;
  }
  .content-right-title-wrap .body .body-btn {
    width: 140px;
    font-size: 18px;
    color: #505050;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 19px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 10px;
  }
  .content-right-title-wrap .body .body-btn:hover {
    background-color: #d3eaf2;
  }
  .content-right-title-wrap .body .body-btn.act {
    background-color: #3cc0fe;
    color: #fff;
  }

  .content-right-body-wrap {
    text-align: center;
    margin: 20px;
  }

  .content-right-body-wrap::after {
    content: "";
    display: table;
    clear: both;
  }
  .banner {
    display: block;
    position: relative;
    margin-bottom: 20px;
    /*.endTime{*/
    /*position: absolute;*/
    /*right:60px;*/
    /*bottom: 35px;*/
    /*font-size: 18px;*/
    /*color: #1a5581;*/
    /*font-weight: 600;*/
    /*}*/
  }
  .banner img {
    width: 100%;
  }

  .report-item .report-item-title,
  .report-item .report-item-body,
  .report-title {
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
  }

  .peopleSituation {
    display: block;
    position: fixed;
    z-index: 5000;
    right: 50px;
    bottom: 50px;
    width: 250px;
    height: 320px;
    /* background: url("../../static/img/ban-1.png") no-repeat; */
    background-size: 250px;
  }
  .peopleSituation .switch {
    position: absolute;
    right: 0;
    /*top:-16px;*/
    z-index: 5100;
  }
  .peopleSituation .content {
    position: absolute;
    top: 109px;
    left: 19px;
    width: 212px;
    height: 169px;
    padding: 0 8px;
    color: #fff;
    text-align: left;
  }
  .peopleSituation .content .title {
    font-size: 18px;
    line-height: 40px;
  }

  .report-item {
    padding-top: 20px;
  }
  .report-item .report-item-title {
    text-align: left;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #e1e5ec;
  }
  .report-item .report-item-title .main {
    display: inline-block;
    font-size: 18px;
    color: #505050;
  }
  .report-item .report-item-title .fenge {
    width: 2px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: #3ccdfe;
    margin: 0 10px;
  }
  .report-item .report-item-title .tag {
    display: inline-block;
    font-size: 18px;
    color: #7b94b6;
  }
  .report-item .report-item-body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .report-item .report-item-body .title {
    text-align: left;
    padding-bottom: 20px;
  }
  .report-item .report-item-body .title h2 {
    color: #7b94b6;
    font-size: 18px;
  }
  .report-item .report-item-body .title p {
    line-height: 27px;
    color: #999999;
    font-size: 16px;
  }
  .report-item .report-item-body .title .line-wrap {
    position: relative;
    width: 210px;
    height: 3px;
    margin: 10px 0;
  }
  .report-item .report-item-body .title .line-wrap .line {
    width: 100%;
    border-bottom: 3px dashed #e0e0e0;
  }
  .report-item .report-item-body .title .line-wrap .dian {
    position: absolute;
    top: -1.5px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #cccccc;
    overflow: hidden;
  }
  .report-item .report-item-body .title .line-wrap .dian:first-child {
    left: 0;
  }
  .report-item .report-item-body .title .line-wrap .dian:last-child {
    right: 0;
  }

  .report-title {
    padding-top: 150px;
    position: relative;
  }
  .report-title .time-answer-wrap {
    text-align: left;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    position: absolute;
    left: 35px;
    top: 45px;
  }
  .report-title .look-paper {
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #3ccdfe;
    color: #fff;
    display: inline-block;
    user-select: none;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 45px;
  }
  .report-title .look-paper:active {
    background-color: #0bc1fe;
  }
  .report-title .look-paper.disabled {
    background: #ddd;
  }
  .report-title .canvas {
    width: 120px;
    height: 120px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .report-title .name {
    text-align: center;
    color: #7b94b6;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 76px;
  }

  .report-knowledge .report-knowledge-main {
    max-width: 650px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .report-knowledge .report-knowledge-main .header {
    position: relative;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .report-knowledge .report-knowledge-main .header .ling {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .report-knowledge .report-knowledge-main .header .hundred {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .report-knowledge .report-knowledge-main .header .percent-num-item {
    width: 20%;
    display: inline-block;
    float: left;
  }
  .report-knowledge .report-knowledge-main .header .percent-num-item.first {
    width: 10%;
    text-align: left;
  }
  .report-knowledge .report-knowledge-main .header .percent-num-item.last {
    width: 10%;
    text-align: right;
  }
  .report-knowledge .report-knowledge-main .main {
    padding: 40px 0;
    position: relative;
    border-top: 3px solid #7fcfc6;
    border-left: 3px solid #7fcfc6;
    border-right: 1px solid #7fcfc6;
    border-bottom: 1px solid #7fcfc6;
  }
  .report-knowledge .report-knowledge-main .main .left-wrap {
    position: absolute;
    left: 110%;
    width: 200px;
    text-align: left;
    font-size: 16px;
    color: #808080;
  }
  .report-knowledge .report-knowledge-main .main .left-wrap .left-item {
    line-height: 40px;
  }
  .report-knowledge .report-knowledge-main .main .left-wrap .left-item .yuan {
    width: 20px;
    height: 20px;
    background: #ccc;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
  }
  .report-knowledge .report-knowledge-main .main .line {
    position: absolute;
    height: 100%;
    top: 0;
    width: 1px;
    background: #3ccdfe;
    opacity: 0.2;
  }
  .report-knowledge .report-knowledge-main .main .dian {
    position: absolute;
    left: -7.5px;
    top: -7.5px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-radius: 7.5px;
    background: #7fcfc6;
  }
  .report-knowledge .report-knowledge-main .main .main-item {
    position: relative;
    text-align: left;
  }
  .report-knowledge .report-knowledge-main .main .main-item-title {
    line-height: 24px;
    color: #666;
    font-size: 20px;
    padding: 0 10px;
  }
  .report-knowledge .report-knowledge-main .main .main-item-body {
    height: 20px;
    width: 100%;
    border-radius: 15px;
    background: #eaeaea;
    position: relative;
  }
  .report-knowledge .report-knowledge-main .main .main-item-body .dianLength {
    position: absolute;
  }
  .report-knowledge .report-knowledge-main .main .main-item-body .score {
    position: absolute;
    z-index: 1;
  }

  .report-knowledge .report-knowledge-main .main .main-item-body .num-total {
    display: inline-block;
    height: 100% !important;
    border-radius: 15px;
    background: #7fcfc6;
    width: 100px;
  }

  .knowledge-seniority .knowledge-seniority-main {
    max-width: 650px;
    text-align: left;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .knowledge-seniority .knowledge-seniority-main .seniority-main-item {
    padding: 40px 0;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
  }
  .knowledge-seniority .knowledge-seniority-main .seniority-main-item .title {
    color: #333333;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .knowledge-seniority
    .knowledge-seniority-main
    .seniority-main-item
    .error-wrap {
    font-size: 16px;
    color: #666666;
  }
  .knowledge-seniority
    .knowledge-seniority-main
    .seniority-main-item
    .error-wrap
    .error {
    color: #ff6666;
  }
  .knowledge-seniority .knowledge-seniority-main .seniority-main-item .go-btn {
    position: absolute;
    right: 0;
    top: 50px;
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #3ccdfe;
    color: #fff;
    display: inline-block;
    user-select: none;
    cursor: pointer;
  }
  .knowledge-seniority
    .knowledge-seniority-main
    .seniority-main-item
    .go-btn:active {
    background-color: #0bc1fe;
  }
  .knowledge-seniority
    .knowledge-seniority-main
    .seniority-main-item
    .go-btn.disabled {
    background: #ddd;
  }
}
