.linuxzly-mobile-module1 {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 6.7rem;
  height: 2.4rem;
  margin: 0 0.4rem;
  background: #FFFFFF;
  box-shadow: 0 0.04rem 0.27rem 0 rgba(76, 140, 255, 0.18);
  border-radius: 0.3rem;
  border: 0.02rem solid #FFFFFF;
  transform: translateY(-1.7rem);
}
.linuxzly-mobile-module1 .left-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0.33rem;
}
.linuxzly-mobile-module1 .left-wrapper .open-info {
  font-family: MiSans;
  font-weight: 600;
  font-size: 0.3rem;
  color: #333333;
  margin-bottom: 0.14rem;
  text-align: center;
}
.linuxzly-mobile-module1 .left-wrapper select {
  position: relative;
  width: 1.62rem;
  height: 0.6rem;
  padding-left: 0.15rem;
  background: #F6F6F6;
  border-radius: 0.1rem;
  border: none;
  font-size: 0.26rem;
  color: #000D4D;
}
.linuxzly-mobile-module1 .left-wrapper .arrow {
  position: absolute;
  bottom: 0.25rem;
  right: 0.15rem;
  width: 0.13rem;
  height: 0.13rem;
  border: 0.04rem solid #53C4FA;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.linuxzly-mobile-module1 .right-wrapper {
  display: flex;
  flex-direction: row;
  font-family: MiSans;
  font-weight: 400;
  font-size: 0.24rem;
  color: #999999;
}
.linuxzly-mobile-module1 .right-wrapper p {
  width: 2rem;
  margin-right: 0.24rem;
}
.linuxzly-mobile-module1 .right-wrapper a {
  font-family: Microsoft YaHei;
  color: #333333;
}
.linuxzly-mobile-module1 .right-wrapper span img {
  display: inline-block;
  width: 0.22rem;
}
