  html {
    font-size: 75px;
  }
  .record_panel{
    width: 16rem;
    margin: 0.8rem auto;
  }

  .record_panel{
    display: flex;
    flex-direction: column;

  }
  .record_panel ul.ul{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 0.8rem;
  }

  .record_panel ul.ul li{
    display: flex;
    margin-left: 0.248rem;
    margin-bottom: 0.27rem;
  }
  .record_panel ul.ul li:nth-child(5n+1){
    margin-left: unset;
  }

  .record_item{
     width: 2.99rem;
    height: 4.69rem;
    background: #FFFFFF;
    border-radius: 0.11rem;
    border: 0.01rem solid #979797;
    overflow: hidden;
  }
  .record_item .r_i_img{
    width: 100%;
    max-height: 2.99rem;
    overflow: hidden;
  }
  .record_item .r_i_img img{
    width: 100%;
  }
  .record_item .r_i_title{
    height: 0.59rem;
    font-size: 0.21rem;
    color: #111111;
    line-height: 0.29rem;
    text-align: justify;
    font-style: normal;
    margin: 0.13rem;
    margin-bottom: unset;
    overflow: hidden;
  }

  .record_item .r_i_score{
    display: flex;
    flex-direction: row;
    margin: 0.18rem 0.13rem;
  }

  .record_item .r_i_score .r_i_s_l{
    font-size: 0.21rem;
    color: #111111;
    line-height: 0.21rem;
  }

  .record_item .r_i_score .r_i_s_r{
    display: flex;
    font-size: 0.21rem;
    color: #9d363c;
    line-height: 0.21rem;
  }

  .r_i_number{
    font-size: 0.21rem;
    color: #111111;
    line-height: 0.24rem;
    margin: 0 0.13rem;
  }

  /* 分页 */
  .coa_page{
    display: flex;
    justify-content: center;
  }

  .coa_page .pagination{
    display: flex;
    flex-direction: row;
  }

  .coa_page .pagination .page-item{
    width: 0.61rem;
    height: 0.61rem;
    border-radius: 0.05rem;
    overflow: hidden;
    border: 0.01rem solid #DEDEDE;
    margin-left: 0.13rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .coa_page .pagination .page-item a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.27rem;
    color: #333333;
    background: #FFFFFF;
    text-decoration: none;
  }
  .coa_page .pagination .page-item span.page-link{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 0.27rem;
    color: #fff;
    background: #931D22;
  }
  .coa_page .pagination .page-item:first-child{
    margin-left: unset;
  }

