/* 手机端样式文件 */
@media screen and (max-width: 700px) {
  body {
    /* background-image: url(https://t.mwm.moe/mp); */
    background-image: url(../images/mb.webp);
    background-size: cover;
  }

  /* 右侧栏目隐藏 */
  main section {
    padding: 30px;
  }

  main section:last-child {
    display: none;
  }

  /* 链接小提示 */
  .tip {
    display: none;
  }

  .links {
    flex: 1;
    justify-content: space-around;
  }

  .links a {
    padding-right: 0px;
  }

  /* 菜单显示 */
  main section:last-child .menu {
    margin-top: 50px;
    width: 38px;
    height: 38px;
  }

  main section:first-child .menu {
    margin-top: 50px;
    width: 38px;
    height: 38px;
  }

  .menu img {
    width: 100%;
    height: 100%;
  }

  /* 音乐时间 */
  .phoneStyle {
    display: none;
    width: 0;
  }

  .top .timer,
  .top .music {
    width: 100%;
    min-width: 360px;
    max-width: 660px;
  }

  /* 作品列表文字隐藏 */
  .netlink ul li span {
    display: none;
  }
}