/* 奖励框 */
.appoint_wrap {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -4.88rem;
  width: 9.77rem;
  height: 2rem;
  background-image: url("../img/index/reward_bc.png");
  background-size: 100%;
  font-size: 0;
}
/* 奖励  */
.common_money {
  font-size: 0.16rem;
  font-weight: bold;
  color: #82371c;
}
.active_common_chapter {
  position: absolute !important;
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335) !important;
  z-index: 1000 !important;
}
.reward_1_top {
  position: absolute;
  top: 0.3rem;
  left: 0.6rem;
}
.common_chapter_wrap {
  transform-origin: 50% 50%;
  transform: rotate(-2deg) scale(5);
  transition: all 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  z-index: 1000;
  opacity: 0;
}
.reward_1_top .chapter_wrap {
  position: fixed;
  top: 0px;
  left: 0.01rem;
}
.reward_1_top .chapter_wrap .chapter {
  position: absolute;
  top: 0px;
  left: -0.41rem;
}
.reward_1_bottom {
  position: absolute;
  left: 1rem;
  bottom: 0.26rem;
}
.reward_2_top {
  position: absolute;
  top: 0.4rem;
  left: 1.76rem;
}
.reward_2_top .chapter_wrap {
  position: fixed;
  top: 0.02rem;
  left: 0;
}
.reward_2_top .chapter_wrap .chapter {
  position: absolute;
  top: -12px;
  left: -16px;
}
.reward_2_bottom {
  position: absolute;
  left: 2.24rem;
  bottom: 0.26rem;
}
.reward_3_top {
  position: absolute;
  top: 0.3rem;
  left: 3.25rem;
}
.reward_3_top .chapter_wrap {
  position: fixed;
  top: 0.02rem;
  left: 0px;
}
.reward_3_top .chapter_wrap .chapter {
  position: absolute;
  top: -0.02rem;
  left: -0.34rem;
}
.reward_3_bottom {
  position: absolute;
  left: 3.5rem;
  bottom: 0.26rem;
}
.reward_4_top {
  position: absolute;
  top: 0.18rem;
  left: 4.25rem;
}
.reward_4_top .chapter_wrap {
  position: fixed;
  top: 0.06rem;
  left: 0px;
}
.reward_4_top .chapter_wrap .chapter {
  position: absolute;
  top: 0px;
  left: -0.18rem;
}
.reward_4_bottom {
  position: absolute;
  left: 4.76rem;
  bottom: 0.26rem;
}
.reward_5_top {
  position: absolute;
  top: 0.24rem;
  left: 5.73rem;
}
.reward_5_top .chapter_wrap {
  position: fixed;
  top: 0px;
  left: 0px;
}
.reward_5_top .chapter_wrap .chapter {
  position: absolute;
  top: 0px;
  left: -0.18rem;
}
.reward_5_bottom {
  position: absolute;
  left: 6rem;
  bottom: 0.26rem;
}
.reward_img_1 {
  width: 0.9rem !important;
}
.reward_img_2 {
  width: 1.23rem !important;
}
.reward_img_3 {
  width: 0.84rem !important;
}
.reward_img_4 {
  width: 1.28rem !important;
}
.reward_img_5 {
  width: 0.9rem !important;
}
.chapter {
  width: 0.56rem !important;
}
/* 进度条相关 */
.appoint_wrap .progress_wrap {
  position: absolute;
  top: 1.24rem;
  left: 0.55rem;
}
.appoint_wrap .progress_wrap .progress_bar_outer {
  position: relative;
  width: 6.17rem;
  height: 0.22rem;
  background: url("../img/index/progress_bar_0.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.appoint_wrap .progress_wrap .progress_bar_inter {
  position: absolute;
  width: 0px;
  height: 0.22rem;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: width 3s;
  overflow: hidden;
}

.appoint_wrap .progress_wrap .progress_bar_inter .progress_bar_inter_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.17rem;
}
/* 按钮相关 */
.appoint_wrap .appoint_btn_wrap {
  position: absolute;
  top: 50%;
  margin-top: -0.55rem;
  right: 0.22rem;
  width: 2.4rem;
  height: 1.6rem;
  text-align: center;
  font-size: 0;
}

#appointBtn {
  cursor: pointer;
  width: 2.18rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition: transform 0.5s;
}

#appointBtn:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.appoint_wrap .active_btn {
  position: absolute;
  top: 50%;
  margin-top: -0.49rem;
  left: -0.3rem;
  width: 0.34rem;
  height: 0.98rem;
  cursor: pointer;
}
.appoint_wrap .active_btn .active_btn_img {
  width: 0.34rem;
}
.appoint_wrap .appoint_btn_wrap .num_text {
  font-weight: bold;
  color: #4b3522;
  font-size: 0.14rem;
}
.appoint_wrap .appoint_btn_wrap .num_text .num_num {
  font-weight: bold;
  font-size: 0.16rem;
  color: #d0653b;
}
