.zsjy {
  display: none;
}

@media (max-width: 640px) {
  .zsjy {
    display: block;
  }
  .zsjy {
    overflow: hidden;
    display: block;
    background-color: #5b0084;
    font-size: 0;
  }
  .zsjy-content {
    opacity: 0;
    transition: all linear .3s;
    transition-delay: .16s;
  }
  .zsjy-content.move-in {
    opacity: 1;
  }
  .zsjy .zsjy-title {
    margin-top: 0;
    height: 6.15rem;
    width: 100%;
    padding-top: 2.25rem;
    box-sizing: border-box;
  }
  .zsjy .zsjy-title .zsjy-title-ch {
    font-size: 0.94rem;
    font-weight: normal;
    margin-bottom: 0.42rem;
    text-align: center;
    color: #fff;
  }
  .zsjy .zsjy-title .zsjy-title-en {
    font-size: 0.63rem;
    color: #b3b3b3;
    text-align: center;
  }
  .zsjy .zsjy-content {
    height: 7.5rem;
    background-color: #E4E4E4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .9rem 0 .97rem;
  }
  .zsjy-content-main-item {
    width: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    font-size: 0;
    padding: .15rem .13rem .2rem .31rem;
    box-sizing: border-box;
  }
  .zsjy-content-main-item + .zsjy-content-main-item  {
    margin-top: .1rem;
  }
  .zsjy-content-main-item span:first-child {
    font-size: .85rem;
    color: #454545;
  }
  .zsjy-content-main-item span:nth-child(2) {
    font-size: .62rem;
    color: #454545;
  }
}
