:root {
  --DesignWidth: 750;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  scrollbar-width: none;
}

img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
}

.flex {
  display: flex;
}

.hide {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.app-download {
  display: none;
}

.page {
  width: 7.5rem;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: none;
}

.page1 {
  background: #da7363 url(img/a1.png) no-repeat;
  background-size: 100%;
}

.page1 .a2 {
  width: 1.97rem;
  position: absolute;
  right: 0;
  top: .5rem;
  cursor: pointer;
}

.page1 .c1 {
  width: 1.97rem;
  position: absolute;
  right: 0;
  top: 1.25rem;
  cursor: pointer;
}

.page1 .a3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page1 .messageCont {
  width: 6.68rem;
  position: absolute;
  left: 50%;
  margin-left: -3.345rem;
  top: 4.1rem;
  height: calc(100vh - 4.1rem);
}

.page1 .messageCont .ulCont {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: scroll;
  background: url(img/a4_1.png) repeat-y;
  background-size: 100%;
  padding-bottom: 1.8rem;
}

.page1 .messageCont ul {
  width: 4.92rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1.4rem;
}

.page1 .messageCont ul li {
  width: 100%;
  position: relative;
  background-color: #ffe2c5;
  border-radius: 6px;
  padding: 24px 12px 8px;
  margin-top: 14px;
  margin-bottom: 30px;
}

.page1 .messageCont ul li .name {
  width: auto;
  display: inline-block;
  background-color: #c86631;
  color: #fff;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: 0;
  top: -14px;
}

.page1 .messageCont ul li .summary {
  line-height: 21px;
  color: #c86631;
  font-size: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0b68f;
  margin-bottom: 8px;
}

.page1 .messageCont ul li .bottomBox {
  position: relative;
  font-size: 13px;
  height: 17px;
  line-height: 19px;
}

.page1 .messageCont ul li .bottomBox .numBox {
  color: #ff6550;
}

.page1 .messageCont ul li .bottomBox .voteCont {
  color: #ff6550;
  height: 17px;
  background: url(img/a8.png) right center no-repeat;
  background-size: 17px 17px;
  padding-right: 25px;
}

.page1 .messageCont ul li .bottomBox .voteCont.act {
  color: #d89669;
  background: url(img/a8_1.png) right center no-repeat;
  background-size: 17px 17px;
}

.page1 .messageCont .loadMore {
  font-size: 14px;
  color: #d89669;
  text-align: center;
  margin: 10px auto;
}

.page1 .bottomCont {
  width: 100%;
  height: 1.92rem;
  background: url(img/a5.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: .86rem;
}

.page1 .bottomCont .toSignBtn {
  width: 2.7rem;
  margin: 0 auto;
  position: relative;
}

.page1 .bottomCont .toSignBtn .a6 {
  cursor: pointer;
}

.page1 .bottomCont .toSignBtn .a7 {
  width: .66rem;
  position: absolute;
  right: -.84rem;
  top: .24rem;
}

.animated {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

.alertBg {
  width: 7.50rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 111;
  transform: translateX(-50%);
}

.alertBg .cont {
  width: 6.27rem;
  height: 9.15rem;
  background: url(img/b1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: .8rem;
}

.alertBg .cont .closeBtn {
  width: .54rem;
  height: .54rem;
  background: url(img/b2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 112;
  right: .24rem;
  top: -.27rem;
}

.alertBg .cont .b3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -.09rem;
}

.signCont .cont {
  padding-top: 1.02rem;
}

.signCont .cont .b4 {
  width: 2.18rem;
  margin-left: .6rem;
}

.signCont .cont textarea {
  width: 5.52rem;
  height: 5.28rem;
  margin: .28rem auto .36rem;
  border-radius: 10px;
  border: 1px solid #e9af57;
  display: block;
  padding: 12px 10px;
  color: #000;
  line-height: 22px;
  font-size: 13px;
  outline: none;
}

.signCont .cont textarea::placeholder {
  color: #d1a887;
  line-height: 22px;
  font-size: 13px;
}

.signCont .cont .b5 {
  width: 2.7rem;
  margin: 0 auto;
  cursor: pointer;
}

.ruleCont .cont .b6 {
  width: 5.21rem;
  margin: 0 auto;
  overflow-y: scroll;
  height: 7.8rem;
  padding-bottom: 1rem;
  position: relative;
}

.ruleCont .cont .b6 .btn1 {
  width: 1.8rem;
  height: .5rem;
  position: absolute;
  top: 13.85rem;
  right: 0rem;
  cursor: pointer;
  z-index: 120;
}

.ruleCont .cont .b6 .btn2 {
  width: .9rem;
  height: .5rem;
  position: absolute;
  top: 14.25rem;
  left: 0rem;
  cursor: pointer;
  z-index: 120;
}

.prizeList .cont .c2 {
  width: 5.51rem;
  height: 6.99rem;
  background: url(img/c2.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding-top: .7rem;
}

.prizeList .cont .c2 .c3 {
  width: 100%;
  overflow-y: scroll;
  height: 5.2rem;
  padding: .2rem 0;
}

.prizeList .cont .c2 .c3 img {
  width: 3.93rem;
  margin: 0 auto;
}
