@media (min-width: 501px) {
  body {
    padding: 0;
  }
  .bgimg {
    width: 15.38rem;
    height: 15.87rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .page {
    width: 14.6rem;
    min-height: 15rem;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .page .fileitem {
    background: rgba(242, 247, 252, 0.9);
    padding-left: 0.51rem;
    padding-right: 0.63rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    height: 1.2rem;
    position: relative;
    z-index: 9;
  }
  .page .fileitem:nth-child(2n) {
    background: #fff;
  }
  .page .fileitem .leftbox {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .page .fileitem .leftbox .fileimg {
    width: 0.28rem;
    height: 0.25rem;
    margin-right: 0.23rem;
  }
  .page .fileitem .leftbox .text {
    font-size: 0.26rem;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #000000;
    line-height: 0.24rem;
  }
  .page .fileitem .rightbox {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .page .fileitem .rightbox .downimg {
    width: 0.21rem;
    height: 0.21rem;
    margin-right: 0.18rem;
  }
  .page .fileitem .rightbox .down {
    font-size: 0.26rem;
    font-family: AlibabaPuHuiTi_2_65_Medium;
    color: #000000;
    line-height: 0.25rem;
  }
}
@media (max-width: 500px) {
  body {
    padding-top: 82px;
  }
  .page {
    position: relative;
    z-index: 9;
    width: 100%;
    min-height: 500px;
    background: url('img/17.png') no-repeat center;
    background-size: 100% 100%;
  }
  .page .inner {
    width: 325px;
    margin: 0 auto;
  }
  .page .inner .title-review {
    display: flex;
    align-items: center;
    width: 325px;
    margin: 0 auto 24px;
  }
  .page .inner .title-review .line {
    width: 2px;
    height: 17px;
    background: #E60028;
    margin-right: 7px;
  }
  .page .inner .title-review .text {
    font-size: 18px;
    font-family: OPPOSans-B;
    color: #001E42;
    line-height: 15px;
  }
  .page .inner .filelist .fileitem {
    background: rgba(242, 247, 252, 0.9);
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
  }
  .page .inner .filelist .fileitem:nth-child(2n) {
    background: #fff;
  }
  .page .inner .filelist .fileitem .leftbox {
    display: flex;
    align-items: center;
  }
  .page .inner .filelist .fileitem .leftbox .fileimg {
    width: 12px;
    height: 11px;
    margin-right: 10px;
  }
  .page .inner .filelist .fileitem .leftbox .text {
    font-size: 13px;
    color: #000000;
    line-height: 13px;
    font-family: OPPOSans-R;
  }
  .page .inner .filelist .fileitem .rightbox .downimg {
    width: 9px;
    height: 9px;
  }
  .page .inner .filelist .fileitem .rightbox .down {
    display: none;
  }
}
