@charset "UTF-8";
/* AZRJ独立样式 */
/* recommend */
.recommend {
  background: #ffffff;
  margin: 0.2rem 0rem;
}
.recommend .title {
  height: 0.6rem;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  display: flex;
}
.recommend .title > div {
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.6rem;
  font-weight: 900;
  display: inline-block;
  margin: 0 auto;
  border-top: 0.2rem solid #66D105;
  background: #fff;
  padding: 0.04rem 0.1rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.recommend .rBox {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0.18rem;
}
.recommend .rBox a{
    flex: 1;
    max-width: 33.33%;
}
.recommend .rBox a img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.3rem;
  margin: 0 auto;
}
.recommend .rBox a span {
  display: block;
  font-size: 0.28rem;
  color: #333333;
  margin-top: 0.1rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recommend .rBox a:nth-child(2) img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
}
/* essential */
.essential {
  width: 100%;
  background: #ffffff;
  padding-bottom: 0.2rem 0;
}
.essential .gameTitle {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  padding: 0.2rem 0.18rem;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.essential .gameTitle .more {
  font-size: 0.28rem;
  font-weight: 400;
  color: #55AE03;
}
.essential .essentialBox {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0.3rem 0;
}
.essential .essentialBox a {
  display: flex;
  width: 50%;
  border-bottom: 1px solid #e2e2e2;
  padding: 0.2rem 0.18rem;
}
.essential .essentialBox a:nth-child(2n) {
  border-left: 1px solid #e2e2e2;
}
.essential .essentialBox a img {
  width: 1.24rem;
  height: 1.24rem;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
}
.essential .essentialBox a > div {
  height: 1.24rem;
  overflow: hidden;
}
.essential .essentialBox a > div > div:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.32rem;
  color: #444;
  height: 0.4rem;
}
.essential .essentialBox a > div > div:nth-child(2) {
  font-size: 0.24rem;
  margin-top: 0.1rem;
  color: #999;
}
.essential .essentialBox a > div > div:nth-child(3) {
  font-size: 0.24rem;
  color: #666;
}
/* categoryBox */
.categoty {
  width: calc(100% - 0.4rem);
  margin: 0.2rem auto 0.3rem auto;
  border-radius: 0.1rem;
  background: #f7f8f9;
  box-shadow: 0 0.04rem 0.12rem #eee;
  overflow: hidden;
  padding: 0 0 0.2rem 0;
}
.categoty > a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  font-size: 0.32rem;
  background-image: linear-gradient(to bottom right, #bfc7d0, #9da8b6);
  height: 0.6rem;
  line-height: 0.6rem;
}
.categoty > div {
  display: flex;
  overflow-x: auto;
}
.categoty > div::-webkit-scrollbar {
  display: none;
}
.categoty > div a {
  display: inline-block;
  width: 24.3%;
  min-width: 24.3%;
  height: auto;
  margin-top: 0.24rem;
}
.categoty > div a img {
  width: 1.32rem;
  height: 1.32rem;
  margin: 0 auto;
}
.categoty > div a span {
  display: block;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #333;
  text-align: center;
  padding: 0 0.2rem;
  text-align: center;
  margin-top: 0.12rem;
  display: block;
  overflow: hidden;
}
