.n-linux-wrap-mobile .module-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.48rem;
  color: #253747;
  line-height: 1.2;
}
.n-linux-wrap-mobile .module-title p {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.n-linux-wrap-mobile .module-title .hot {
  color: #2a73ff;
}
.n-linux-wrap-mobile .module-title .hot-red {
  color: #ff4c58;
}
.n-linux-wrap-mobile .module-title .title-brush {
  display: inline-block;
  width: 2.6rem;
  height: 1.08rem;
  margin: -0.36rem 0 -0.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.n-linux-wrap-mobile .seek-btn {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.n-linux-wrap-mobile .seek-btn span {
  position: relative;
  box-sizing: border-box;
  padding-left: 0.4rem;
  min-width: 3.82rem;
  height: 0.9rem;
  line-height: 0.9rem;
  color: #ffffff;
  background: linear-gradient(90deg, #fc5350, #fc7550);
  border-radius: 0.79rem;
  box-shadow: inset 0 0 0.13rem #fff7c3;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.26rem;
  text-align: center;
  padding-right: 0.5rem;
}
.n-linux-wrap-mobile .seek-btn span:after {
  position: absolute;
  top: 0.38rem;
  right: 0.28rem;
  display: block;
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border: 0.03rem solid #ffca6d;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
}
.pic-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.pic-modal .modal-content {
  position: absolute;
  margin: auto;
  display: block;
  max-width: 6.8rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pic-modal .close {
  position: absolute;
  top: 5%;
  right: 1%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
}
