.wap_container_app {
  font-size: 0.32rem;
  background: #0f0f0f;
  padding: 1.2rem 0;
}

.fix_head {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.2rem;
  background: #0f0f0f;
}

.head_logo {
  position: absolute;
  left: 0.34rem;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  transform: translate(0, -50%);
}
.head_name {
  font-size: 0.33rem;
  font-weight: 600;
  color: #fdf54f;
}

.fix_bottom {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.2rem;
  padding: 0 0.24rem;
  background: #050505;
}

.text_contain {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.33rem;
  font-weight: 600;
  text-align: center;
  color: #fdf54f;
  background-color: #030303;
}

.list_contain {
  display: flex;
  flex-wrap: wrap;
  padding: 0.22rem 0.44rem;
  justify-content: space-between;
}

.list_item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.game_img {
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 0.3rem;
}

.game_name {
  font-size: 0.21rem;
  color: #fff;
  line-height: 1;
  margin: 0.12rem 0;
}

#scroll_slick .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

#scroll_slick .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.06rem;
  background-color: #a1a1a1;
  border-radius: 0.03rem;
  opacity: 1;
}

#scroll_slick .swiper-pagination-bullet-active {
  width: 0.46rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background-color: #02bc73;
}

.table_content > img {
  display: block;
  width: 7.04rem;
  margin: 0.36rem auto 0 auto;
}

.bubble_box {
  position: relative;
  width: 3.3rem;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.35rem;
  color: #ffffff;
  text-align: center;
  border-radius: 0.2rem;
}

.bubble_out {
  position: absolute;
  top: -1rem;
  left: 0.2rem;
  width: auto;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.4rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
  background-color: #3f87f3;
  font-size: 0.36rem;
  font-weight: 600;
  white-space: nowrap;
  transform: scale(0.5);
  transform-origin: left center;
}

.bubble_out::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.24rem solid transparent;
  border-left: 0.24rem solid #3f87f3;
  position: absolute;
  left: 0;
  bottom: -0.16rem;
}

.toast_contain {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 200;
  transform: translate(0, -50%);
}

.download_contain {
  width: 6.82rem;
  border: 0.02rem solid #fff;
  margin: 0 auto;
  border-radius: 0.15rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.62rem 0.96rem;
  box-sizing: border-box;
}

.download_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.82rem;
  line-height: 0.82rem;
  border: 0.02rem solid #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.15rem;
  color: #fff;
  font-size: 12px;
}

.download_item + .download_item {
  margin-top: 0.36rem;
}

.download_item_icon {
  width: 0.52rem;
  height: 0.52rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 0.32rem;
}

.download_item_icon_ios {
  background-image: url(../images/icon_ios.png);
}

.download_item_icon_android {
  background-image: url(../images/icon_android.png);
}

.entry_contain {
  width: 6.82rem;
  border: 0.02rem solid #fff;
  margin: 0 auto;
  border-radius: 0.15rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.24rem 0.36rem;
  box-sizing: border-box;
}

.entry_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 0.29rem;
}

.entry_item + .entry_item {
  margin-top: 0.26rem;
}

.line_left {
  display: flex;
  align-items: flex-end;
}

.line1 {
  width: 0.1rem;
  height: 0.2rem;
  border-radius: 0.05rem;
  background-color: #02bd72;
  margin-right: 0.04rem;
}

.line2 {
  width: 0.1rem;
  height: 0.28rem;
  border-radius: 0.05rem;
  background-color: #02bd72;
  margin-right: 0.04rem;
}

.line3 {
  width: 0.1rem;
  height: 0.36rem;
  border-radius: 0.05rem;
  background-color: #02bd72;
}
.entry_head {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.7rem;
}

.entry_item_text > span + span {
  margin-left: 0.46rem;
}

.entry_reflush_btn {
  display: block;
  width: 1.78rem;
  height: 0.6rem;
  line-height: 0.6rem;
  margin-bottom: 0.14rem;
  text-align: center;
  background: #02bd72;
  color: #fff;
  border-radius: 0.15rem;
}

.entry_item_btn > a {
  display: block;
  width: 2.46rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #02bd72;
  color: #fff;
  border-radius: 0.15rem;
  font-size: 0.28rem;
}

.toast_colse {
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  margin: 0.3rem auto 0 auto;
  background: url(../images/btn_clear.png) no-repeat;
  background-size: 100% 100%;
}

.btn_service {
  position: fixed;
  top: 1.6rem;
  right: 0.3rem;
  z-index: 10;
  width: 0.8rem;
  height: 0.88rem;
  background-image: url(../images/btn_customer_service.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
