.res_float {
  position: fixed;
  z-index: 100;
  top: 200px;
  right: 20px;
  width: 215px;
  height: 312px;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/img/float/float.png);
  background-size: 100% 100%;
  padding-top: 109px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}
.res_float .serve {
  font-size: 22px;
  color: #333333;
}
.res_float .time,
.res_float .info {
  font-size: 20px;
  color: #666;
}
.res_float .btn {
  width: 80%;
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  background-color: #2c89f1;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 20px;
}
.res_float .mt20 {
  margin-top: 10px;
}
.res_float .detail_btn {
  width: 42px;
  height: 152px;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/img//float/detail_btn.png);
  background-size: 100% 100%;
  position: absolute;
  left: -42px;
  top: 130px;
  margin: auto;
  cursor: pointer;
}
.float_pop {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.float_pop .main {
  width: 804px;
  height: 350px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  padding: 58px 20px 58px 40px;
  background-repeat: no-repeat;
}
.float_pop .main .pop_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
}
.float_pop .main .pop_con .right {
  width: 521px;
}
.float_pop .main .close {
  width: 17px;
  height: 17px;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/img/float/close.png);
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.float_detail {
  display: none;
  width: 837px;
  height: 221px;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/img/float/detail_bg.png);
  background-size: 100% 100%;
  position: absolute;
  left: -842px;
  top: 102px;
}
.float_detail .detail_title {
  height: 52px;
  line-height: 52px;
  font-size: 20px;
}
.float_detail .detail_close_btn {
  width: 42px;
  height: 152px;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/img/float/close_detail_btn.png);
  background-size: 100% 100%;
  position: absolute;
  left: -42px;
  top: 40px;
  margin: auto;
  cursor: pointer;
}
.float_detail .progress {
  width: 100%;
  height: 165px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  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: 79px;
  height: 79px;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/img/float/p_item_bg.png);
  background-size: 100% 100%;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}
.float_detail .progress .p_item .icon img {
  max-height: 100%;
}
.float_detail .progress .p_item .complete {
  width: 85px;
  height: 69px;
  background: url(https://media.zlongame.com/media/pictures/cn/ro/index_ob/img/float/complete.png);
  background-size: 100% 100%;
  position: absolute;
  right: -30px;
  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;
}
