.res_float {
  position: fixed;
  top: 4.2rem;
  right: 0.1rem;
  width: 2rem;
  height: 2.95rem;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/m/img/float/float.png);
  background-size: 100% 100%;
  padding-top: 1rem;
  text-align: center;
  box-sizing: border-box;
  display: none;
}
.res_float .serve {
  font-size: 0.22rem;
  color: #333333;
}
.res_float .time,
.res_float .info {
  color: #666;
  font-size: 0.2rem;
}
.res_float .btn {
  font-size: 0.2rem;
  width: 80%;
  line-height: 0.4rem;
  height: 0.4rem;
  color: #fff;
  font-weight: bold;
  background-color: #2c89f1;
  margin: 0 auto;
  border-radius: 0.1rem;
  margin-top: 0.1rem;
  cursor: pointer;
}
.res_float .mt20 {
  margin-top: 0.05rem;
}
.res_float .detail_btn {
  width: 0.42rem;
  height: 1.52rem;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/m/img//float/detail_btn.png);
  background-size: 100% 100%;
  position: absolute;
  left: -0.42rem;
  top: 1.2rem;
  margin: auto;
  cursor: pointer;
}
.float_pop {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
}
.float_pop .main {
  width: 6.9rem;
  margin: auto;
  background-color: #ffffff;
  padding: 0.6rem 0.3rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  position: relative;
}
.float_pop .main .pop_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.float_pop .main .pop_con img {
  width: 3rem;
  margin: 0.3rem 0;
}
.float_pop .main .pop_con p {
  line-height: 0.36rem;
}
.float_pop .main .close {
  width: 0.5rem;
  height: 0.5rem;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/m/img/float/close.png);
  background-size: 0.2rem 0.2rem;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0rem;
  top: 0rem;
  cursor: pointer;
}
.float_detail {
  display: none;
  width: 4.83rem;
  height: 4.18rem;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/m/img/float/detail_bg_m.png);
  background-size: 100% 100%;
  position: absolute;
  left: -4.9rem;
  top: 0.86rem;
}
.float_detail .detail_title {
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.22rem;
}
.float_detail .detail_close_btn {
  width: 0.42rem;
  height: 1.52rem;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/m/img//float/close_detail_btn.png);
  background-size: 100% 100%;
  position: absolute;
  left: -0.42rem;
  top: 0.4rem;
  margin: auto;
  cursor: pointer;
}
.float_detail .progress {
  width: 100%;
  height: 3.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0.5rem 0.2rem;
  box-sizing: border-box;
  font-size: 0.2rem;
  color: #333333;
}
.float_detail .progress .p_item {
  position: relative;
}
.float_detail .progress .p_item span {
  font-style: italic;
}
.float_detail .progress .p_item .icon {
  width: 0.8rem;
  height: 0.8rem;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/m/img/float/p_item_bg.png);
  background-size: 100% 100%;
  margin: 0.1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}
.float_detail .progress .p_item .icon img {
  max-width: 50%;
}
.float_detail .progress .p_item .complete {
  width: 0.85rem;
  height: 0.69rem;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/m/img/float/complete.png);
  background-size: 100% 100%;
  position: absolute;
  right: -0.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.float_detail .progress .p_item.com .complete {
  display: block;
}
.float_detail .progress .p_item.com .icon {
  opacity: 1;
}
