.container img {
  display: block;
  width: 100%;
}

.container .topic {
  position: relative;
}

.container .bounty {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  color: #eb3e44;
}

.container .bounty p:nth-of-type(1) {
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.container .bounty p:nth-of-type(2) {
  padding-top: 5px;
  font-size: 11px;
  font-weight: 700;
}

.container .bounty p:nth-of-type(1) span {
  font-size: 32px;
}

.container .bounty .share-btn {
  display: inline-block;
  width: 267px;
  height: 43px;
  background: url("../images/btn.png") no-repeat;
  background-size: cover;
  border-radius: 43px;
  line-height: 43px;
  color: #fff1b5;
  font-size: 15px;
  font-weight: 700;
  animation: heartbeat 0.6s infinite;
}

@keyframes heartbeat {
  50% {
    transform: scale(1.1);
  }
}

.container .broadcast {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 29px;
  overflow: hidden;
}

.container .broadcast ul li {
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}

.container .broadcast .swiper {
  position: absolute;
  bottom: 2px;
  left: 34px;
}

.container .broadcast .swiper .horn {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/horn.png") no-repeat;
  background-size: cover;
}


.container .invitation-record {
  position: absolute;
  width: 100%;
  top: 72px;
  padding: 0 26px;
}

.container .invitation-record>div {
  width: 50%;
  float: left;
  text-align: center;
}

.container .invitation-record .left .my_reward {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 142px;
  height: 116px;
  background: url("../images/my_reward.png") no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 6px;
}

.container .invitation-record .left .my_reward span {
  font-size: 21px;
}

.container .invitation-record .right .number_invitees {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 142px;
  height: 116px;
  background: url("../images/number_invitees.png") no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 6px;
}

.container .invitation-record .right .number_invitees span {
  font-size: 21px;
}

.container .invitation-record a {
  display: inline-block;
  width: 128px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: #fff;
}

.container .invitation-record .left .withdraw-cash {
  background: url("../images/reward_btn.png") no-repeat;
  background-size: cover;
}

.container .invitation-record .right .invitation-history {
  background: url("../images/number_btn.png") no-repeat;
  background-size: cover;
}

.container .notice {
  position: absolute;
  width: 100%;
  top: 0;
  text-align: center;
  padding-top: 21px;
}

.container .notice p {
  font-size: 10px;
  color: #797483;
}

.container .rule {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.container .rule .rule-link {
  display: inline-block;
  height: 26px;
  width: 102px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 26px;
  line-height: 25px;
}

.container .rule .rule-link span {
  padding-left: 6px;
}

.container .reservation-now {
  position: absolute;
  bottom: 20px;
  left: 45px;
}

.container .reservation-now .reservation-btn {
  display: inline-block;
  width: 127px;
  height: 32px;
  color: #e2444b;
  background: linear-gradient(#fff, #ffdca5);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
}

.container .open-now {
  position: absolute;
  bottom: 30px;
  left: 54px;
  /* width: 100%; */
}

.container .open-now .open-btn {
  display: inline-block;
  width: 127px;
  height: 32px;
  background: linear-gradient(#ff9e95, #e45b55);
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
}

.container .offer-list {
  position: absolute;
  bottom: 54px;
  width: 100%;
}

.container .offer-list>div {
  float: left;
  width: 50%;
}

.container .offer-list .offer-left .enjoy-benefits {
  margin-left: 45px;
}

.container .offer-list .offer-right .enjoy-benefits {
  margin-left: 26px;
}

.container .offer-list div .enjoy-benefits {
  display: inline-block;
  width: 127px;
  height: 32px;
  background: linear-gradient(#ff9e95, #e45b55);
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 32px;
}

.floating-window {
  position: fixed;
  right: 0;
  top: 340px;
}

.floating-window .esb-plus {
  display: inline-block;
  width: 75px;
  height: 103px;
  text-indent: -200em;
  background: url("../images/floating_window.png") no-repeat;
  background-size: cover;
}


.modal .content .pop-information {
  text-align: center;
}

.modal .content .go-share {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.modal .content .go-share .a-btn {
  display: inline-block;
  width: 220px;
  height: 35px;
  font-size: 13px;
  color: #d40028;
  background: linear-gradient(#fdefc9, #fbdf90);
  border-radius: 35px;
  line-height: 35px;
}

.modal .content .pop-information p {
  font-size: 14px;
  color: #fff;
  padding: 50px 90px 0;
}


.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal .content {
  width: 100%;
  height: 315px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/modal.png") no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 29px;
}

.unstart {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgb(253, 64, 0);
}

.unstart .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #fff;
}

.no-phone .content .pop-information h5 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 27px;
}

.no-phone .content .pop-information p {
  font-size: 14px;
  color: #fff;
  padding: 0 90px;
}


.old-user .content .pop-information h5 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 27px;
}

.old-user .content .pop-information p {
  font-size: 14px;
  color: #fff;
  padding: 0 90px;
}

@media screen and (min-width: 410px) {
  .container .bounty p:nth-of-type(1) {
    padding-top: 39px;
    padding-bottom: 12px;
  }

  .container .broadcast .swiper {
    left: 50px;
  }

  .container .invitation-record {
    padding: 0 40px;
    top: 81px;
  }

  .container .notice {
    padding-top: 14px;
  }

  .container .notice p {
    font-size: 14px;
  }

}

@media screen and (max-width: 360px) {
  .container .invitation-record {
    top: 64px;
  }

  .container .open-now {
    left: 46px;
  }
}

@media screen and (max-width: 330px) {
  .container .bounty p:nth-of-type(1) {
    padding-top: 20px;
    padding-bottom: 6px;
    font-size: 1rem;
  }

  .container .bounty .share-btn {
    width: 248px;
    height: 36px;
    border-radius: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .container .broadcast {
    height: 24px;
  }

  .container .broadcast ul li {
    height: 24px;
    line-height: 24px;
    padding-left: 26px;
    font-size: 10px;
  }


  .container .broadcast .swiper {
    left: 26px;
  }

  .container .invitation-record {
    top: 50px;
  }

  .container .invitation-record .left .my_reward {
    width: 134px;
    height: 106px;
    padding-top: 36px;
    padding-bottom: 6px;
  }

  .container .invitation-record .right .number_invitees {
    width: 134px;
    height: 106px;
    padding-top: 36px;
    padding-bottom: 6px;
  }

  .container .notice {
    padding-top: 14px;
  }

  .container .reservation-now {
    bottom: 38px;
    left: 38px;
  }

  .container .open-now {
    bottom: 20px;
    left: 40px;
  }

  .container .offer-list div .enjoy-benefits {
    width: 114px;
  }

  .container .offer-list .offer-left .enjoy-benefits {
    margin-left: 30px;
  }

  .container .offer-list .offer-right .enjoy-benefits {
    margin-left: 16px;
  }

  .modal .content .go-share {
    bottom: 46px;
  }

  .modal .content .go-share .a-btn {
    width: 180px;
  }

  .container .offer-list {
    bottom: 40px;
  }

  .no-phone .content .pop-information h5 {
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 18px;
  }

  .no-phone .content .pop-information p {
    font-size: 14px;
    color: #fff;
    padding: 0 90px;
  }


  .old-user .content .pop-information h5 {
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 18px;
  }


  .old-user .content .pop-information p {
    font-size: 14px;
    color: #fff;
    padding: 0 90px;
  }
}