.linux-wrap-mobile .module-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.5rem;
  color: #1B1B1B;
}
.linux-wrap-mobile .module-title .hot {
  color: #177FF1;
}
.linux-wrap-mobile .seek-btn {
  display: flex;
  justify-content: center;
}
.linux-wrap-mobile .seek-btn span {
  position: relative;
  box-sizing: border-box;
  padding-left: 0.4rem;
  width: 2.69rem;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FF7140, #FF9257);
  border-radius: 0.4rem;
  box-shadow: inset 0 0 0.08rem rgba(255, 251, 155, 0.5);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.3rem;
}
.linux-wrap-mobile .seek-btn span:after {
  position: absolute;
  top: 0.33rem;
  right: 0.25rem;
  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;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.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;
  transition: 0.3s;
}
.pic-modal .close:hover,
.pic-modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
