* {
  padding: 0;
  margin: 0;
}

body {
  height: 100%;
  border: none;
  max-width: 750px;
  margin: 0 auto;
  font-family: RobotoRegular;
  background: rgb(248, 248, 248);
}

div {
  background: white;
}

.head-img {
  padding: 0 20px;
}

.head-img img {
  width: 100%;
  height: 40%;
}

.pro-des {
  padding: 10px 20px 26px;
}

.pro-des div {
  display: inline-block;
}

.title {
  font-size: 12px;
}

.before-icon {
  color: red;
  font-size: 20px;
  font-weight: 400;
}

.before-price {
  color: red;
  font-size: 26px;
  font-weight: 400;
}

.after {
  background: red;
  color: white;
  border-radius: 22px;
  padding: 0 10px;
  font-size: 22px;
}

.after-des {
  display: inline-block;
  width: 60px;
  font-size: 12px;
  text-align: right;
}

.after-price {
  font-size: 26px;
}

.des-text {
  color: #666;
}

.des-text-top {
  padding-top: 12px;
}

.pro-conf {
  margin-top: 10px;
  padding: 20px 20px 15px;
}

.conf-title {
  font-weight: 400;
  font-size: 18px;
}

.conf-content {
  font-size: 12px;
  color: #666;
}

.footer {
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  display: flex;
  color: #fff;
  left: 0;
  max-width: 750px;
  margin: auto;
  z-index: 1;
  right: 0;
}

.footer div {
  padding: 0 10px;
}

.timer {
  background: #000;
  line-height: 52px;
  flex: 1;
}

.to-end {
  font-size: 8px;
  padding-right: 10px;
}

#time {
  font-size: 20px;
}

#time sup {
  transform: scale(0.5);
  font-size: 12px;
}

.come-soon {
  align-items: center;
  display: flex;
  background: rgb(13, 77, 214);
  flex: 1;
  line-height: 18px;
}

.come-soon-text {
  display: inline-block;
  width: 72px;
  font-size: 12px;
}

.come-soon-icon {
  display: inline-block;
  line-height: 52px;
  margin-top: 10px;
}

.price {
  font-size: 32px;
  font-weight: 700;
}

.end-activity {
  margin: 0 auto;
  font-size: 20px;
}

.pop_main {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin: 0 auto;
  right: 0;
}

.pop_text {
  width: 60%;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 0.9rem 1.4rem;
  min-height: 13rem;
  border-radius: 1%;
  font-size: 20px;
}

.pop_msg {
  margin: 0 auto;
}

.pop_img {
  width: 20%;
  display: none;
}
.html-content a {
  color: #ff3200;
  text-decoration: none;
}
.html-content a:hover {
  text-decoration: underline;
}
.html-content a {
  color: #ff3200;
  text-decoration: none;
}
.html-content a:hover {
  text-decoration: underline;
}

