body {
  display: flex;
  flex-direction: row;
  background-color: #efefef;
  margin: 0 auto;
  width: 100vw;
}

.max_box {
  width: auto;
}

.rowFlex {
  display: flex;
  flex-direction: row;
}

.colFlex {
  display: flex;
  flex-direction: column;
}

#swiper1 {
  width: 100vw;
  height: 4.2rem;
}

.img_1 {
  width: 100vw;
}

.hotGame {
  padding-top: 0.4rem;
  padding-left: 0.2rem;
  padding-bottom: 0.4rem;
  background-color: #ffffff;
  margin-top: 0.1rem;
}

.hotTitle {
  justify-content: space-between;
  margin-bottom: 0.37rem;
}

.titleImg {
  height: 0.39rem;
}

.swiper-container {
  margin: 0;
}

.titleText {
  margin-left: 0.2rem;
  font-size: 0.32rem;
  font-family: "PingFang";
  color: rgb(51, 51, 51);
  font-weight: bold;
  /* line-height: 0.688; */
}

.swiper-pagination {
  top: 3rem;
}

#swiper2 {
  width: 7.3rem;
  height: auto;
  margin: 0;
}

.more {
  align-items: center;
}

.font_1 {
  font-size: 0.24rem;
  font-family: "PingFang";
  color: rgb(153, 153, 153);
  font-weight: bold;
  /* line-height: 0.917; */
}

.point {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: rgb(174, 174, 174);
  margin-left: 0.06rem;
  border-radius: 0.12rem;
}

.point_1 {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: rgb(213, 213, 213);
  margin-left: 0.06rem;
  border-radius: 0.12rem;
}

.gameFont {
  margin-top: 0.1rem;
  width: 1.3rem;
  font-size: 0.24rem;
  font-family: "PingFang";
  color: rgb(0, 0, 0);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gameImg {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0.4rem;
}

.hotSpecial {
  background-color: #ffffff;
  margin-top: 0.1rem;
  padding: 0.4rem 0.2rem 0.4rem 0.2rem;
}

.speBox {
  align-items: center;
  height: 1.71rem;
  border-bottom: 0.01rem solid #efefef;
}

.gameTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
  font-family: "PingFang";
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-align: left;
  margin-top: 0.12rem;
  margin-bottom: 0.2rem;
}

.gameFont_1 {
  font-size: 0.2rem;
  font-family: "PingFang";
  color: rgb(153, 153, 153);
  text-align: left;
}

.gameFont_2 {
  width: 3.2rem;
  font-size: 0.2rem;
  font-family: "PingFang";
  color: rgb(153, 153, 153);
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.detailBox {
  margin-left: 0.2rem;
  margin-right: 0.4rem;
  width: 3.5rem;
}

.fontsolong {
  font-size: 0.2rem;
  width: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: auto;
  color: rgb(153, 153, 153);
  text-decoration: none;
  text-align: center;
  margin-bottom: 0.1rem;
}

.specialButtonout {
  align-items: center;
}

.specialButton {
  border-radius: 1rem;
  width: 1.7rem;
  height: 0.62rem;
  font-size: 0.28rem;
  font-family: "PingFang";
  font-weight: bold;
  color: #ffffff;
  background-color: #2797ef;
  justify-content: center;
  align-items: center;
}

.get_more_1 {
  width: calc(100% - 0.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6fbff;
  height: 0.75rem;
  border: 0.01rem solid #e7f1f9;
  border-radius: 0.1rem;
}

.get_more_1 span {
  font-size: 0.28rem;
  color: #2797ef;
}

.get_more_1 i {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("http://www.h5uc.com/js1/h5uc/2019/m/images/icon_1.png");
  background-size: 5rem 1rem;
  background-position: -4rem 0;
}

.moreButton {
  margin-top: 0.2rem;
  /* width: 7.5rem; */
}

.linkArray {
  width: 7.1rem;
}

.link_button {
  font-size: 0.24rem;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.2rem;
  float: left;
  margin-right: 0.25rem;
  margin-bottom: 0.2rem;
  /* width: 2.2rem; */
  border-radius: 0.1rem;
}

.hiddenGame_1 {
  display: none;
}
.hiddenGame_2 {
  display: none;
}

.showGame {
  display: flex;
  flex-direction: column;
}
