.javaeezly-mobile-module2 {
  position: relative;
  padding: 0.8rem 0;
  margin: 0 0.4rem;
}
.javaeezly-mobile-module2 .module-title .hot {
  color: #177FF1;
}
.javaeezly-mobile-module2 .module2-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.58rem;
}
.javaeezly-mobile-module2 .module2-content .module2-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Microsoft YaHei;
}
.javaeezly-mobile-module2 .module2-content .module2-item .title {
  width: 1.68rem;
  height: 0.51rem;
  line-height: 0.51rem;
  text-align: center;
  background: linear-gradient(0deg, #029BE9, #0BC9BB);
  border-radius: 0.2rem;
  border: 0.04rem solid #F8FBFF;
  font-weight: bold;
  font-size: 0.3rem;
  color: #F8FBFF;
}
.javaeezly-mobile-module2 .module2-content .module2-item .content-wrapper {
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3.3rem;
  height: 2.73rem;
  background: linear-gradient(0deg, #F8FBFF, #CDEDFF);
  border-radius: 0.2rem;
  font-size: 0.25rem;
  padding-top: 0.2rem;
  transform: translateY(-0.25rem);
}
.javaeezly-mobile-module2 .module2-content .module2-item .content-wrapper p {
  color: #333333;
  padding-top: 0.2rem;
}
.javaeezly-mobile-module2 .module2-content .module2-item .content-wrapper p:first-child {
  font-weight: bold;
  color: #03A3E2;
}
.javaeezly-mobile-module2 .module2-content .module2-item:nth-child(2) .title {
  background: linear-gradient(0deg, #1881F1, #48BCFD);
}
.javaeezly-mobile-module2 .module2-content .module2-item:nth-child(2) .content-wrapper {
  background: linear-gradient(0deg, #F8FBFF, #CDEDFF);
}
.javaeezly-mobile-module2 .module2-content .module2-item:nth-child(2) .content-wrapper .desc {
  color: #177FF1;
}
.javaeezly-mobile-module2 .module2-content .module2-item:nth-child(3) .title {
  background: linear-gradient(0deg, #1881F1, #48BCFD);
}
.javaeezly-mobile-module2 .module2-content .module2-item:nth-child(3) .content-wrapper {
  background: linear-gradient(0deg, #F8FBFF, #CDEDFF);
}
.javaeezly-mobile-module2 .module2-content .module2-item:nth-child(3) .content-wrapper .desc {
  color: #177FF1;
}
.javaeezly-mobile-module2 .module2-content .module2-item:nth-child(4) .title {
  background: linear-gradient(0deg, #FF7430, #FFB771);
}
.javaeezly-mobile-module2 .module2-content .module2-item:nth-child(4) .content-wrapper {
  background: linear-gradient(0deg, #F8FBFF, #FDEDD9);
}
.javaeezly-mobile-module2 .module2-content .module2-item:nth-child(4) .content-wrapper .desc {
  color: #FF792C;
}
.javaeezly-mobile-module2 .seek-btn {
  margin-top: 0.3rem;
}
.javaeezly-mobile-module2 .seek-btn span {
  width: 2.69rem;
}
