.xsfz {
  display: none;
}

@media (max-width: 640px) {
  .xsfz {
    overflow: hidden;
    display: block;
    background-color: #5b0084;
    font-size: 0;
  }
  .xsfz-content {
    opacity: 0;
    transition: all linear 0.3s;
    transition-delay: 0.16s;
  }
  .xsfz-content.move-in {
    opacity: 1;
  }
  .xsfz .xsfz-title {
    margin-top: 0;
    height: 6.05rem;
    width: 100%;
    padding-top: 2.25rem;
    box-sizing: border-box;
  }
  .xsfz .xsfz-title .xsfz-title-ch {
    font-size: 0.94rem;
    font-weight: normal;
    margin-bottom: 0.42rem;
    text-align: center;
    color: #fff;
  }
  .xsfz .xsfz-title .xsfz-title-en {
    font-size: 0.63rem;
    color: #b3b3b3;
    text-align: center;
  }
  .xsfz .xsfz-content {
    height: 16.5rem;
    box-sizing: border-box;
    padding-top: 2.85rem;
    position: relative;
    background-color: #fff;
  }
  .xsfz .xsfz-content .xsfz-content-line {
    width: 100%;
    height: 6rem;
  }
  .xsfz-content-jjqn,
  .xsfz-content-xljk,
  .xsfz-content-xgzx {
    position: absolute;
  }
  .xsfz-content-jjqn {
    left: 2rem;
    top: 0.7rem;
  }
  .xsfz-content-jjqn > img,
  .xsfz-content-xljk > img,
  .xsfz-content-xgzx > img {
    width: 3.62rem;
    height: 3.62rem;
  }
  .xsfz-content-jjqn-ch,
  .xsfz-content-xljk-ch,
  .xsfz-content-xgzx-ch {
    margin: 0;
    font-size: 0.85rem;
    color: #717171;
    line-height: 1;
    margin-bottom: 0.35rem;
  }
  .xsfz-content-jjqn-en,
  .xsfz-content-xljk-en,
  .xsfz-content-xgzx-en {
    margin: 0;
    font-size: 0.5rem;
    color: #717171;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
  }
  .xsfz-content-jjqn-text,
  .xsfz-content-xljk-text,
  .xsfz-content-xgzx-text {
    margin: 0;
    font-size: 0.42rem;
    color: #717171;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .xsfz-content-xljk-text {
    width: 4.14rem;
    padding: 0 0.76rem;
  }
  .xsfz-content-jjqn-text {
    width: 4.61rem;
  }
  .xsfz-content-jjqn {
    width: 4.6rem;
    text-align: center;
  }
  .xsfz-content-jjqn-en {
    margin-bottom: 1.07rem;
  }
  .xsfz-content-jjqn-text {
    margin-top: 0.52rem;
  }
  .xsfz-content-xljk {
    width: 5.81rem;
    text-align: center;
    left: 50%;
    top: 7.32rem;
    transform: translate(-50%, 0);
  }
  .xsfz-content-xljk-ch {
    margin-top: 0.7rem;
  }
  .xsfz-content-xljk-en {
    margin-bottom: 0.1rem;
  }
  .xsfz-content-xgzx {
    width: 5.47rem;
    right: 1.6rem;
    top: 0.73rem;
    text-align: center;
  }
  .xsfz-content-xgzx-en {
    margin-bottom: 1.07rem;
  }
  .xsfz-content-xgzx-text {
    margin-top: 0.57rem;
    padding: 0 0.47rem;
  }
}

