.new_book {
  position: fixed;
  z-index: 100;
  top: 3.6rem;
  right: 0;
  font-size: .2rem;
  color: #000;
  font-weight: bold;
  display: none;
}
.res_float {
  width: 2.25rem;
  height: 3.44rem;
  background: url(//media.zlongame.com/media/pictures/cn/ma1/images/m/cover/float/res_float.png);
  background-size: 100% 100%;
  padding-top: 1.2rem;
  text-align: center;
  box-sizing: border-box;
  display: none;
  padding-left: 0.4rem;
}
.res_float .serve {
  font-size: 0.36rem;
  color: #ac0908;

}
.res_float .time,
.res_float .info {
  font-size: 0.2rem;
}
.res_float .btn {
  width: 80%;
  height: 0.4rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  cursor: pointer;
}
.res_float .mt20 {
  margin-top: 0.2rem;
}
.res_float .detail_btn {
  width: 0.42rem;
  height: 1.52rem;
  position: absolute;
  left: 0rem;
  top: 1.9rem;
  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;
  z-index: 200;
}
.float_pop .main {
  width: 6.9rem;
  height: 9.37rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
}
.float_pop .main .pop_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
  line-height: 0.3rem;
}

.float_pop .main .pop_con img {
  max-width: 100%;
}
.float_pop .main .close {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  right: 0.2rem;
  top: .1rem;
  cursor: pointer;
}
.float_detail {
  display: none;
  width: 4.84rem;
  height: 5.04rem;
  background: url(//media.zlongame.com/media/pictures/cn/ma1/images/m/cover/float/detail_bg.png);
  background-size: 100% 100%;
  position: absolute;
  left: -4.9rem;
  top: 0.86rem;
}
.float_detail .detail_title {
  text-align: center;
  font-weight: bold;
  font-size: .36rem;
  padding-left: .3rem;
  margin-top: 0.3rem;
}
.float_detail .detail_close_btn {
  width: 0.42rem;
  height: 1.52rem;
  position: absolute;
  left: 0;
  top: 3.5rem;
  margin: auto;
  cursor: pointer;
}
.float_detail .p_num {
  font-size: .22rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.float_detail .name {
  width: 1.98rem;
  height: .34rem;
  line-height: 0.34rem;
  font-size: .22rem;
  color: #fff;
  background-color: #ac0908;
  border-radius: .1rem;
  text-align: center;
}
.float_detail .progress {
  width: 100%;
  height: 3.7rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 0.5rem;
  box-sizing: border-box;
}
.float_detail .progress .p_item {
  position: relative;
}

.float_detail .progress .p_item .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}
.float_detail .progress .p_item .icon img {
  max-width: 100%;
}
.float_detail .progress .p_item .complete {
  width: 0.91rem;
  height: 0.97rem;
  background: url(//media.zlongame.com/media/pictures/cn/ma1/images/m/cover/float/com.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;
}
