::-webkit-scrollbar {
  display: none;
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@font-face {
  font-family: "DIN-Alternate-Bold";
  src: local("fontname Regular"), local("fontname"),
    url("https://game.happigo.com/public/static/App/font/HONORSans-Demibold.ttf") format("truetype");
  font-style: normal;
}
.DIN-Alternate-Bold {
  font-family: "DIN-Alternate-Bold";
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img,
object,
iframe,
applet,
figure,
aside,
span {
  border: thin none;
  margin: 0;
  padding: 0;
}

img {
  border: medium none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfloat {
  zoom: 1;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  overflow: -moz-scrollbars-vertical;
  /*强制firefox出现滑动条*/
  background-color: #FEF6F0;
}

body {
  font-size: 14px;
  font-size: 0.875em;
  font-family: "PingFangSC-Regular", "微软雅黑", Helvetica;
  margin: 0 auto;
  background-color: #FEF6F0;
  min-width: 320px;
  max-width: 640px;
  padding: 0;
  line-height: 1.5em;
  position: relative;
}
@media only screen and (max-width: 320px) {
  body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 360px) {
  body {
    font-size: 13px;
  }
}
@media only screen and (min-width: 361px) and (max-width: 410px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 411px) and (max-width: 640px) {
  body {
    font-size: 15px;
  }
}
.blue2 {
  background: url(img/blueBg.png) top left no-repeat #60c4ec;
  background-size: 100% auto;
  padding: 15px 0;
}

.box,
.box img {
  width: 100%;
}

.newLook {
  width: 96%;
  margin-left: 2%;
  margin-top: 10px;
}

/*实物兑换*/

.items figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: calc(100vw * 0.466);
}

.items figure .goodsImg {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.label {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32%;
}

.label img {
  width: 100%;
}

.items-x {
  width: 100%;
  padding: 5px;
}

.items-x .name {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.8em;
  line-height: 1.4em;
  font-size: 1.071em;
  color: #666666;
}

.items-x .info {
  color: #333333;
  line-height: 1.4em;
  height: 1.4em;
  font-size: 1.143em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.priceBox {
  margin: 5px 0;
}

.priceBox span {
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.5em;
}

.priceBox .Sprice {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #959595;
  padding: 0px 8px;
  text-decoration: line-through;
}

.salePrice {
  line-height: 1.8em;
  margin-top: 5px;
  margin-left: 1.5%;
}

.salePrice span {
  color: #d50010;
  font-size: 1.25em;
}

.salePrice font {
  display: inline-block;
  padding: 0 6px 0 1px;
  position: relative;
  font-size: 1em;
  color: #999999;
  text-decoration: line-through;
}

/*积分兑奖*/

.integral {
  background: url(img/integral_bg.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -1px;
}

.i_items {
  width: 96%;
  padding: 15px;
  margin-left: 2%;
  background: url(img/i_k.png) no-repeat;
  background-size: 100% 100%;
}

.i_center {
  width: 100%;
  position: relative;
}

.cover {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.area {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.area img {
  width: 100%;
}

#redux {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 3;
}

.result {
  position: relative;
  width: 100%;
}

.resMain {
  position: absolute;
  top: 50%;
  margin-top: -2.1em;
  left: 0;
  width: 100%;
  text-align: center;
}

.resMain p {
  text-align: center;
  width: 100%;
  color: #704d2c;
  font-weight: bold;
  font-size: 2em;
  line-height: 1em;
}

.r-Btn {
  display: inline-block;
  background-color: #ff4a64;
  border-radius: 15px;
  color: #fff;
  line-height: 2.2em;
  padding: 0px 15px;
  margin-top: 1em;
}

/*签到*/

.signBox {
  position: relative;
  margin-bottom: -57%;
}
.t-sign {
  position: absolute;
  width: 100%;
  top: 31%;
}
.point {
  float: left;
  color: #fff;
  margin: 15px 0 0 15px;
}

.point p {
  font-size: 1.4em;
}

.switch {
  background-color: #fff;
  color: #999;
  line-height: 30px;
  float: right;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  margin: 5px 0 5px 10px;
  display: flex;
  align-items: center;
}

.calendar-head {
  width: 100%;
  padding: 1.7em 5% 0;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}

/*开关按钮*/

.switchBtn {
  float: left;
}

.s_t {
  float: left;
  padding-right: 5px;
  font-size: 0.93em;
}

input[type="checkbox"] {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.switchBtn div {
  vertical-align: middle;
  width: 32px;
  height: 22px;
  margin-left: 4px;
  margin-right: 2px;
  border-radius: 999px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: background-color, box-shadow;
  box-shadow: inset 0 0 0 0px rgb(0 0 0 / 20%);
  margin-bottom: 3px;
}

.switchBtn.on_switchBtn div {
  background-position: 0 0;
  background-color: #fd6240;
  border: 1px solid #fd6240;
}

.switchBtn div > div {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: transform, background-color, box-shadow;
  pointer-events: none;
  margin-top: 1px;
  margin-left: 2px;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
}

.switchBtn.on_switchBtn div > div {
  background-color: #ffffff;
  -webkit-transform: translate3d(9px, 0, 0);
}

input[type="checkbox"].ios-switch:checked > .s_t {
  display: none;
}

/*签到按钮*/
#sigin {
  
}
.already-sign {
  position: relative;
}
.t-sign-con {
  padding: 0 0 0 6%;
}
.already-sign {
  -webkit-mask-image: url(img/dian.png);
}

.sign-btn {
  width: 100%;
}

.t1,
.t2 {
  color: #fff;
  z-index: 4;
  display: inline-block;
  vertical-align: top;
}
.t1 {
  padding-right: 4%;
}
.t2 {
  padding-left: 6%;
  position: relative;
}
.t2::before {
  content:'';
  position: absolute;
  height:93%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
}

.tips {
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px 0 20px 0;
}

.tips_qd {
  width: auto;
  height: 3.642em;
}

.t1 > div > span:first-child {
  font-size: 1.142em;
  color: #feef9e;
  vertical-align: bottom;
}

.t1 > div > span:last-child {
  font-size: 3em;
  color: #fff;
  font-weight: bold;
  vertical-align: sub;
}

.gz {
  color: #ffffff;
  font-size: 1.1em;
  position: absolute;
  right: 0;
  top: 46%;
  z-index: 111;
  width: auto;
  padding: 0 0.6em 0 1em;
  height: 1.8em;
  background-color: #CD485C;
  border-radius: 1em 0 0 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kz{
  top:14%;
}
.fixedTab1 .gz {
  color: #666;
  background-color: transparent;
}
.t1-money {
  font-weight: bold;
  font-family: "DIN-Alternate-Bold";
  font-size: 1.6em;
  margin-bottom: 0.2em;
  display: inline-block;
  height: 1.2em;
}
.t1-money span {
  font-size: 1.6em;
  margin-left: 0.1em;
}
.t1-desc,
.t2-desc {
  font-size: 1em;
  color: #ffffff;
  height: 1.2em;
  line-height: 1.2em;
}
.t2-count {
  font-size: 1.1em;
  margin-bottom: 0.2em;
  display: inline-block;
  height: 1.9em;
}
.t2-count span {
  font-size: 2.3em;
  font-weight: bold;
  font-family: "DIN-Alternate-Bold";
  margin-right: 0.1em;
}

.tips_1 {
  background-image: linear-gradient(to top, #ffcf89, #ffd69a, #ffddac);
  background-image: -webkit-linear-gradient(to top, #ffcf89, #ffd69a, #ffddac);
  line-height: 2.5em;
  display: inline-block;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  color: #9d5119;
  font-size: 1.214em;
  width: 43%;
  margin-top: 0.8em;
  font-weight: 400;
  box-shadow: 0 4px 6px rgba(116, 12, 15, 0.3);
  -webkit-box-shadow: 0 4px 6px rgba(116, 12, 15, 0.3);
}

.sigined-text {
  font-size: 1.1em;
  color: #666666;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 0.2em;
}
.sigined-text2 {
  text-align: center;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #B3422D;
  font-size: 0.9em;
  height: 1.8em;
  line-height: 1.8em;
}
.directions {
  height: 1em;
  margin-top: 0.2em;
  margin-left: 3px;
}

.s_bg2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

/*水纹*/

.waves {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

/*.ani-waves{animation:waterfadeInUp 2s ease-out;-webkit-animation:waterfadeInUp 2s ease-out;}*/

.waves img {
  width: 300%;
  position: absolute;
  bottom: 0px;
}

.ani-waterLeft {
  animation: waterLeft 3s ease-out infinite;
  -webkit-animation: waterLeft 3s ease-out infinite;
}

.ani-waterRight {
  animation: waterRight 4s ease-out infinite;
  -webkit-animation: waterRight 4s ease-out infinite;
}

/*hc*/

.nav {
  height: 92px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 22px;
  width: 100%;
  left: 0;
  z-index: 2;
}

.nav > p {
    color: #fff;
    bottom: 0.7em;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 1.285em;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}

.nav:before {
    position: absolute;
    content: "";
    bottom: 1.2em;
    left: 1.5em;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-135deg);
}

.fixedTab1.nav::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  /*top: 2.8em;*/
}

.fixedTab1 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
}

.fixedTab1 > p {
  color: #000 !important;
}

.fixedTab1 > div {
  color: #000 !important;
}
.fixedTab1 .gz {
    bottom: 0.6em !important;
    top: auto !important;
}

/*hc*/

.nav_f {
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: 22px;
  width: 100%;
  left: 0;
  z-index: 2;
}

.nav_f > p {
  color: #fff;
  top: 0.7em;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 1.285em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.nav_f:before {
  position: absolute;
  content: "";
  top: 2.8em;
  left: 1.5em;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}

@-webkit-keyframes waterLeft {
  0% {
    left: -40%;
    bottom: 0%;
  }
  20% {
    left: -70%;
    bottom: -5%;
  }
  50% {
    left: -100%;
    bottom: 0%;
  }
  80% {
    left: -70%;
    bottom: -2%;
  }
  100% {
    left: -40%;
    bottom: 0%;
  }
}

@-webkit-keyframes waterRight {
  0% {
    left: -40%;
  }
  10% {
    left: -80%;
  }
  40% {
    left: -110%;
  }
  70% {
    left: -80%;
  }
  100% {
    left: -40%;
  }
}

@-webkit-keyframes waterfadeInUp {
  0% {
    bottom: -50%;
    opacity: 0.3;
  }
  100% {
    bottom: 0%;
    opacity: 0.6;
  }
}

/*日历*/

.calendar {
  /* width: 95%; */
  position: relative;
  /* margin: 0 auto; */
}

.calendar-contnet {
  background: url(../images/bg-2@2x.png) repeat;
  background-size: 100% 100%;
  width: 100%;
  margin: 0 auto;
}
.c_7 {
  width: 100%;
  display: flex;
  padding: 0 4%;
}

.cal-line {
  background-color: #c55531;
  width: 100%;
  height: 14px;
  border-radius: 14px;
}

.day {
  position: relative;
  z-index: 12;
  width: 12%;
  float: left;
  text-align: center;
  color: #999999;
  font-size: 1em;
  background-color: #f2f4f6;
  border-radius: 0.4em;
  flex: 1;
  margin: 0 3px;
  padding: 0.5em 0;
}

.day .day-line1 {
  font-weight: bold;
  color: #666666;
  font-family: "DIN-Alternate-Bold";
  font-size: 0.9em;
}
.day .day-line2 {
  font-size: 0.85em;
  height: 1em;
  line-height: 1em;
  margin-top: 0.35em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #888888;
}

.day font {
  font-size: 1.4em;
  margin-left: 0.1em;
}
.day img {
  display: none;
}
.c7-p-act {
  color: #FC613F;
  background: linear-gradient(180deg, rgba(253, 98, 64, 0.2) 0%, rgba(253, 148, 64,0.2) 100%);
}
.c7-p-act .day-line1 {
  color: #fc613f;
}
.c7-p-act .day-line2 {
  display: none;
}
.c7-p-act img {
  width: 43%;
  display: inline-block;
}
.sigin-status-group {
  padding-top: 0.5em;
}
.arrow-top {
  position: absolute;
  bottom: 40%;
  width: 3%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sigin {
  position: relative;
  width: 57%;
  margin: 0 auto;
}
.sigin p {
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.15em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.c_switch {
  position: absolute;
  bottom: -22px;
  right: 10%;
  height: 22px;
  widows: auto;
}

.c_title {
  text-align: center;
  color: #787878;
  font-size: 1.2em;
  border-bottom: 1px dotted #e4e4e4;
  line-height: 2em;
  margin-bottom: 8px;
}

.date-title div {
  float: left;
  line-height: 2em;
  width: 14.28%;
  text-align: center;
  margin-bottom: 3px;
}

.data-main div {
  float: left;
  width: 14.28%;
  text-align: center;
  margin-bottom: 5px;
  line-height: 25px;
  height: 25px;
  font-size: 0.9em;
}

.data-main div.m-today {
  background: url(img/M_today.png) center center no-repeat;
  background-size: auto 100%;
  color: #ff6a4f;
}

.data-main div.m-act {
  background: url(img/M_act.png) center center no-repeat;
  background-size: auto 100%;
  color: #fff;
}

.picScroll {
  width: 100%;
}

.picScroll .bd ul {
  width: 100%;
  float: left;
  list-style: none;
}

.picScroll .bd li {
  width: 84%;
  margin-left: 8%;
}

.picScroll .hd ul {
  display: none;
}

.prev {
  width: auto;
  height: 1.2em;
  position: absolute;
  left: 30%;
  z-index: 3;
  top: 32px;
}

.prev img,
.next img {
  height: 100%;
  width: auto;
  padding-top: 50%;
}

.next {
  width: auto;
  height: 1.2em;
  position: absolute;
  right: 30%;
  z-index: 3;
  top: 32px;
}

.prev .prev1 {
  display: block;
}

.prev .prev2 {
  display: none;
}

.prevStop .prev1 {
  display: none;
}

.prevStop .prev2 {
  display: block;
}

.next .next1 {
  display: block;
}

.next .next2 {
  display: none;
}

.nextStop .next1 {
  display: none;
}

.nextStop .next2 {
  display: block;
}
/*规则弹出框*/

.r_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.6);
}

.p_main {
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  z-index: 999;
  overflow: hidden;
  background: url(../images/img_popup@3x.png) no-repeat;
  background-size: 100% 100%;
  height: 464px;
}

.r_txt {
  position: absolute;
  top: 46%;
  left: 20%;
}

.r_txt img {
  width: 16.071em;
  height: auto;
  display: block;
  margin: 12px 0;
}

.r_btn {
  color: #ffffff;
  font-size: 1.071em;
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 100%;
}

/*每日提醒*/

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 150px;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #aeaeae;
}

.swiper-slide-next {
  font-weight: bold;
  color: #000;
  /*border-bottom: 1px solid #000;
      border-top: 1px solid #d6d6d6;*/
  opacity: 1;
}

.swiper-slide {
  width: 40%;
  margin-left: 30%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1rem;
}

.time_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 333;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  overflow: hidden;
}

.time_tc_c {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 180px;
  background: #fff;
  z-index: 998;
  border-radius: 10px;
}

.time_tc h2 {
  color: #666;
  font-size: 1.142em;
  margin-top: 1.5em;
  text-align: center;
  font-weight: normal;
  font-family: 华文细黑;
}

.f_img {
  position: absolute;
  top: -35px;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  background: url(../images/happigo-ico1.png) no-repeat center center;
  background-size: 70%;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}

.time_select {
  padding: 20px 20%;
}

.t_hour,
.t_second {
  display: inline-block;
  width: 40%;
  text-align: center;
  position: relative;
}

.t_ge {
  display: inline-block;
  width: 5%;
  text-align: center;
  vertical-align: top;
}

.t_ge div {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  color: #aeaeae;
  font-size: 1rem;
}

.d_liner1 {
  position: absolute;
  top: 50px;
  left: 30%;
  width: 40%;
  height: 1px;
  background: #d6d6d6;
}

.d_liner2 {
  position: absolute;
  top: 100px;
  left: 30%;
  width: 40%;
  height: 1px;
  background: #000;
}

.t_ge .ge2 {
  color: #333;
  font-weight: bold;
}

.t_hour {
  margin-right: 6%;
}

.time_btn {
  border-top: 1px solid #ccc;
}

.time_btn div {
  display: inline-block;
  width: 49%;
  text-align: center;
  padding: 15px 0;
  font-size: 1.071em;
  color: #999;
}

.time_btn .time_btnSure {
  border-left: 1px solid #ccc;
  color: #ff3b23;
}
.calendar-t .calendar-title{
  font-size: 1.25em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.calendar-t .calendar-title .d_current {
  color:#FD486E;
  font-size: 1.1em;
}

.scroll-box {
  margin-top: 0.25em;
}

.scroll-box-main {
  position: relative;
  font-size:0.9em;
}

.scroll-right {
  overflow: hidden;
  height:20;
  clear: both;
}

.scroll-right p {
  color: #666666;
  height: 20px;
  display: block;
  line-height: 20px;
}

.sign2-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 321;
  background-color: rgba(0, 0, 0, 0.75);
}
@keyframes dialogOpen{
  0%{
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
    opacity:.5
  }
  100%{
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1
  }
}
.sign2-main-box {
  position: fixed;
  z-index: 333;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.sign2-main {
  animation: dialogOpen .2s;
  -webkit-animation: dialogOpen .2s;
}

.sign2-main img {
  margin: 0 auto;
}
.sign2-main-top {
  position: relative;
}
.sign_success_money {
  font-weight: bold;
  color: #FF2F41;
  font-family: "DIN-Alternate-Bold";
  font-size: 2em;
  position: absolute;
  top: 38%;
  text-align: center;
  width: 100%;
}
.sign_success_money span {
  font-size: 2em;
}
.sign_success_goods {
  position: absolute;
  top: 70%;
  width: 74%;
  left: 13%;
  display: flex;
  justify-content: space-between;
}
.sign_success_goods .item {
  margin: 0 2%;
}
.sign_success_goods .item img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 5%;
}
.sign_success_goods .item p {
  font-weight: bold;
  color: #FDD99B;
  font-family: "DIN-Alternate-Bold";
  font-size: 0.95em;
}
.sign_success_goods .item p span {
  font-size: 1.3em;
}
.sign2-main .sign2-main-middle {
  width: 79%;
  margin: 0.8em 0 1.5em;
}
.btn_close {
  display: block;
  width: 10%;
}

.qd_1 {
  width: 0.785em;
  margin-bottom: 0.5em;
  margin-top: 0.15em;
}

.qd_2 {
  width: 0.428em;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
}

.pos {
  position: relative;
  margin: 10px 12px 0 12px;
  font-size: 0;
}

.pos > img {
  width: 33.333333%;
  float: left;
}

.nav-tab {
  margin: 12px 0 10px 0;
}

.concent {
  width: 100%;
}

.box {
  white-space: nowrap;
  overflow-x: auto;
  padding-left: 10px;
  background: #FEF6F0;
}

.box::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.nav-item {
  list-style: none;
  display: inline-block;
  width: 22%;
  line-height: 2.142em;
  text-align: center;
  font-size: 1.2em;
  height: 2.142em;
  color: #727375;
}

.nav-item.on {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FD486E;
  font-size: 1.26em;
  position: relative;
}
.nav-item.on:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 16PX;
  left: 50%;
  background: url(../images/line2.png) no-repeat;
  background-size: 16px 6px;
  transform: translateX(-50%);
}
.nav-item:first-child {
  width: 14%;
}

.nav-item.on a {
  color: #ff433c;
}

.nav-item a {
  color: #727375;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.goodsBox {
  padding-top: 8px;
}
.goodItems {
  width: 94%;
  margin: 0 auto;
}
.items,
.itemsY {
  border-radius: 8px;
  /* overflow: hidden; */
  float: left;
  width: 49%;
  background-color: #fff;
}
.goodItems .items:nth-child(even) {
  margin: 0 0 9px 1%;
}
.goodItems .items:nth-child(odd) {
  margin: 0 1% 9px 0;
}
.goodsBox .items:nth-child(2n) {
  margin-left: 1.6%;
}

.items figure,
.itemsY figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.items figure .lazy,
.itemsY figure .lazy {
  width: auto;
  height: 100%;
}

.itemsY figure .label-ico {
  position: absolute;
  width: 40%;
  top: 30%;
  left: 30%;
  z-index: 2;
}

.items-info {
  padding: 6px 5px 6px 5px;
}

.y-info {
  text-align: center;
}

.items-info .name,
.y-info .name {
  font-size: 1.142em;
  line-height: 1.4em;
  max-height: 2.8em;
  overflow: hidden;
  text-align: left;
  color: #141519;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 2.8em;
}

.realPrice {
  color: #999999;
  padding-right: 3px;
  font-size: 0.86em;
}

.sellPrice {
  color: #999999;
  text-decoration: line-through;
}

.theEnd {
  width: 100%;
  text-align: center;
  padding: 15px 0 38px 0;
}

.theEnd img {
  width: 95%;
}

.jb_over {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43%;
  margin: -25% 0 0 -25%;
}

.jb_over img {
  width: 100%;
}

.storename img {
  width: 22px;
}

.g-md {
  margin-top: 5px;
  display: inline-block;
  height: 20px;
}

.g-md div {
  background: rgba(253, 72, 110, 0.1);
  line-height: 22px;
  height: 22px;
  border-radius: 22px;
  padding: 0 6px;
  color: rgba(253, 72, 110, 1);
  font-size: 0.9em;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.m-price .mgcard-b {
  height: 24px;
  position: relative;
}

.mgcard img {
  width: 54px;
  margin: -1px 0 0 -1px;
}

.mgcard span {
  padding: 0 0 0 2px;
  color: #FD486E;
  font-weight: bold;
  font-size: 1.071em;
  font-family: "DIN-Alternate-Bold";
}

.mgcard span b {
  color: #FD486E;
  font-size: 1.357em;
}

.m-price {
  margin-top: 0.7em;
}

.mgcard {
  height: 24px;
  position: relative;
}

.mgcard > span:last-child {
  padding: 0 0 0 2px;
  color: #FD486E;
  font-weight: bold;
  font-size: 1.071em;
  font-family: "DIN-Alternate-Bold";
}

#captcha_sendcode ._nc .stage1 .slider {
  left: 0;
  right: 0;
}

/*hc*/


/*下滑*/

.ani-img-down {
  animation: img-down 0.5s ease-out;
  -webkit-animation: img-down 0.5s ease-out;
}

@-webkit-keyframes img-down {
  0% {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@keyframes img-down {
  0% {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
/* 上滑 */
.ani-img-up {
  animation: img-up 0.3s ease-out;
  -webkit-animation: img-up 0.3s ease-out;
}

@-webkit-keyframes img-up {
  0% {
    bottom:-10%;
  }
  100% {
    bottom:47%;
  }
}

@keyframes img-up {
  0% {
    bottom:-10%;
  }
  100% {
    bottom:47%;
  }
}

/*放大缩小*/

.scale-infinite {
  animation: play 2s linear infinite alternate;
}

@keyframes play {
  /*70%  {  transform: scale(1.1) ;  }*/
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/*.scale-infinite {*/

/*animation: scale-infinite 0.5s infinite alternate;*/

/*-webkit-animation: scale-infinite 0.5s infinite alternate;*/

/*}*/

/*@keyframes scale-infinite {*/

/*from {transform: scale(1);-webkit-transform: scale(1);}*/

/*to {transform: scale(0.9);-webkit-transform: scale(0.9);}*/

/*}*/

/*@-webkit-keyframes scale-infinite {*/

/*from {transform: scale(1);-webkit-transform: scale(1);}*/

/*to {transform: scale(0.9);-webkit-transform: scale(0.9);}*/

/*}*/

.tline {
  border-top: 0;
  position: relative;
}

.tline:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 50% top;
  transform-origin: 50% top;
}

.tline1 {
  border-left: 0;
  position: relative;
}

.tline1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}

/*撒金币*/

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
/* 翻牌 start*/
.card-box {
  width: 93.6%;
  background-color: #fff;
  border-radius: 0.8em;
  padding: 16px 0px;
  margin: 10px auto 0;
  position: relative;
  z-index: 1;
}
.card-guize {
  position: absolute;
  right: 13px;
  color: #999999;
  font-size: 0.95em;
  top: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  justify-content: flex-end;
  display: inline-flex;
  align-items: center;
}
.card-guize img {
  width: 26%;
  vertical-align: sub;
  margin: 0 2px 2px;
}
.card-box-title {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  font-size: 1.2em;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.card-box-title span {
  font-size: 0.8em;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #999999;
  margin-left: 0.8em;
  padding-left: 0.8em;
  line-height: 0.8em;
  height: 0.8em;
  position: relative;
}
.card-box-title span:before {
  position: absolute;
  background-color: #999;
  content:'';
  left: 0;
  top:-20%;
  width:1px;
  height: 130%;
}
.active-btn {
    font-size: 1.2em;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    background: url(../images/konw-btn.png) no-repeat;
    background-size: 100% 100%;
    height: 2.5em;
    width: 11em;
    display: flex;
    align-items: center;
    border-radius: 2em;
    justify-content: center;
    /* margin: 0.2em auto; */
    position: relative;
    overflow: hidden;
}
@-webkit-keyframes _32OZEz0v {
  0% {
    left: -2em;
  }

  20% {
    left: 100%;
  }

  100% {
     left: 100%;
  }
}

@keyframes _32OZEz0v {
  0% {
     left: -2em;
   }
 
   20% {
     left: 100%;
   }
 
   100% {
     left: 100%;
   }
}
.btn-line {
  position: absolute;
  height: 100%;
  width: 30%;
  left: -2em;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: _32OZEz0v;
  animation-name: _32OZEz0v;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0.7;
}
.gray-btn {
  font-size: 1.1em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  background-color: #c8c8c8;
  height: 2.6em;
  width: 11em;
  display: flex;
  align-items: center;
  border-radius: 2em;
  justify-content: center;
  margin: 0 auto;
}
.card-desc {
  font-size: 1em;
  color: #666666;
  text-align: center;
  margin-bottom: 0.6em;
}
.card-desc span {
  color: #333333;
  font-size: 1.1em;
}
.card-box-con {
  padding: 0 8px;
}
.Y-content {
  height:12em;
  position: relative;
  margin: 0.75em auto;
  opacity: 0;
}
.Y-content .item {
    width: 33.3%;
    display: inline-block;
    position: absolute;
    top: 25%;
    left: 33%;
}
.Y-content .item .parent {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  perspective-origin: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d; /* perspective: 500px; */ /* -webkit-perspective: 500px; */
  position: relative;
}
.Y-content .item .parent .face {
  width: 100%;
  height: auto;
  position: absolute;
  transform: rotateY(0deg);
  border-radius: 0.3125rem;
}
.Y-content .item .parent .back {
  width: 100%;
  height: auto;
  position: absolute;
  transform: rotateY(0deg) translateZ(-1px);
}
.Y-content .item .parent .back.noFace {
  opacity: 0.6;
}
.not-choosed-card {
  opacity: 0.5;
}
.choosed-card {
  opacity: 1 !important;
}
/* 翻牌 end*/
/* 邀请start */
.invite-container {
  margin: 1em auto;
  overflow-x: auto;
  width: 100%;
  text-align: center;
  padding-left: 0.6em;
}
.invite-box{
  display: inline-flex;
}
.invite-box .invite-item {
  width: 3.4em;
  margin: 0 0.3em;
  text-align: center;
}
.invite-box .invite-item img {
  height: 3em;
  width: auto;
  border-radius: 50%;
  overflow: hidden;
}

.invite-box .invite-item .invite-name {
  color: #B4B4B4;
  font-size: 0.85em;
  margin-top: 0.5em;
  height: 1em;
  line-height: 1em;
}
.invite-box .invite-item .invite-person-name {
  color:#888888;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.invite-box .invite-item-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.6em;
}
.invite-box .invite-item-dots span{
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #FFDFD1;
  display: inline-block;
  margin: 0 2px;
}
.invite-item-total-bg {
  position: relative;
}
.invite-item-total-bg div {
  position: absolute;
  background: #FFDFD1;
  border-radius: 50%;
  display: inline-block;
  width: 58%;
  height: 75%;
  font-size: 1.4em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: -37%;
  left: 18%;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
/* 气泡提醒 */
.toast {
  position: fixed;
  z-index: 2000; 
  left: 0;
  right: 0;
  bottom: 47%;
  font-size: 1em;
  text-align: center;
}
.toast span {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  max-width: 64%;
  padding: 0.4em 1em;
  border-radius: 2em;
}
/* 签到日历30天 start*/
.relative {
  position: relative;
}
.c_30 {
  padding: 0 4%;
}
.c_30_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c_30_box .item {
  width: 16.667%;
  padding: 0 4px;
  margin-bottom: 0.75em;
  text-align: center;
}
.c_30_box .item_signed .amount-box {
  font-weight: bold;
  color: #FEEA89;
  text-align: center;
  font-family: "DIN-Alternate-Bold";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  letter-spacing: -1px;
  line-height: 1.2em;
}
.c_30_box .item_signed .amount-box .amount-unit {
  font-size: 0.65em;
  letter-spacing: -1px;
}
.c_30_box .item_signed .amount-box .amount-value {
  font-size: 0.94em;
}
.item_end_sign .day-note {
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
  height: 1.2em;
  line-height: 1.2em;
  color: #525252;
  width: 100%;
  left: 0;
}
.item_wait_sign .day-note {
  position: absolute;
  bottom: 0;
  font-size: 0.82em;
  height: 1.2em;
  line-height: 1.2em;
  color:#644D54;
  width: 100%;
  left: 0;
}
.day-note2 {
  font-size: 0.8em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #A4480E;
  background: #FECB66;
  border-radius: 10px 10px 5px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_30_box .item_wait_sign .amount-box {
  font-weight: bold;
  color: #FF3B65;
  text-align: center;
  font-family: "DIN-Alternate-Bold";
  position: absolute;
  bottom: 39%;
  left: 0;
  letter-spacing: -1px;
  width: 100%;
}
.c_30_box .item_wait_sign .amount-box .amount-unit {
  font-size: 0.95em;
  letter-spacing: -1px;
}
.c_30_box .item_wait_sign .amount-box .amount-value {
  font-size: 1.3em;
}
.day-tip {
  position: absolute;
  bottom: 80%;
  width: auto;
  white-space: nowrap;
  left: 25%;
  z-index: 1;
  width: 120%;
}
.day-tip-con {
  /* background: linear-gradient(275deg, #FE2D23 0%, #FF651B 100%);
  color: #fff;
  font-size: 0.85em;
  padding: 0 6px;
  border-radius: 1.5em;
  font-weight: 500;
  height: 1.5em;
  line-height: 1.5em; */
  display: inline-block;
}
/* .day-tip-con::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid #FF471F;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
} */
/* .day-tip .tip-amount {
  font-size: 1.1em;
  letter-spacing: -1px;
} */
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.75);
}
.showTips{
  transform-origin: left bottom;
  animation: showTips 2s infinite;
  -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes showTips {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* 签到日历30天 end */
/* 签到弹窗 start*/
.sign-dialog-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign-dialog-header {
  line-height: 1.5em;
  font-size: 1.2em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 30%;
}
.sign-dialog-box button {
  background: transparent;
}
.close-dialog {
    width: 8%;
    position: absolute;
    right: 8%;
    top: -3%;
    z-index: 6;
}
.sign-entry-dialog .sign_star {
  position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    bottom: 32%;
}
.sign-entry-dialog .sign-btn {
  position: absolute;
  bottom: 13%;
  left: 0;
  right: 0;
  width: 34%;
  margin: 0 auto;
  z-index: 2;
}
.sign-entry-dialog .sign-result-box {
    font-weight: bold;
    color: #FDE394;
    font-size: 2em;
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    font-family: "DIN-Alternate-Bold";
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.sign-entry-dialog .sign-result-box.sign-result-box-only1 {
  top: 35%;
}
.sign-entry-dialog .sign-result-box .text-tag {
  background-color: #C7321C;
  border-radius: 2em;
  font-size: 0.52em;
  margin-top: 0.2em;
  display: inline-block;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0 12px;
  font-weight: normal;
  color: #FEDAB4;
}
.sign-entry-dialog .sign-unit {
  /* letter-spacing: -8px; */
  padding-top: 0.5em;
}
.sign-entry-dialog  .amount-top-box {
  display: flex;
  align-items: center;
}
.symbol-add {
  padding: 0 4px;  
}
.sign-entry-dialog .sign-money,
.sign-entry-dialog .sign-quan {
  text-align: right;
}
.sign-end-dialog #scroll-quan {
  /* display: flex;
  align-items: end;
  align-items: flex-end; */
  display: inline-block;
  /* margin-bottom: -0.3em; */
}
.scroll-amount-box {
  font-size: 1.5em;
  width: 1.2em;
  height: 0.88em;
  overflow: hidden;
  /* line-height: 1em; */
  text-align: center;
  position: relative;
  margin-bottom: -0.15em;
}
.scroll-amount-box .scroll-item {
  display: inline-block;
  height: 1em;
  line-height:1em;
  width: 100%;
  text-align: center;
  letter-spacing: -2;
  font-size: 0.9em;
}
.scroll-item-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.dialog-sign .c_30_box .item {
  padding: 0 2px;
}
.dialog-sign .c_30_box {
  flex-wrap: nowrap;
}
.sign-end-dialog .sign-result-box {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  font-size: 1.4em;
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: end;
  align-items:flex-end;
}
.sign-end-dialog .sign-result-box .text-tag {
  position: absolute;
  left: 40%;
  height: 0.8em;
  width: auto;
  top: 1.6em;
}
/* .sign-end-dialog .sign-quan .text-tag {
  top: 1.7em;
} */
.sign-end-dialog .sign-unit {
letter-spacing: -1px;
/* padding-top: 1em; */
}
.sign-end-dialog .sign-value {
  font-size: 1.5em;
  overflow: hidden;
  display: inline-block;
  height: 1em;
  line-height: 1em;
  position: relative;
}
.sign-end-dialog .sign-money,
.sign-end-dialog .sign-quan {
  color: #FD486E;
  font-family: "DIN-Alternate-Bold";
  margin: 0 2px -1px 2px;
  position: relative;
}
.sign-end-dialog .sign-quan {
  margin-bottom: -0.1em;
  display: flex;
  align-items: end;
  align-items: flex-end;
}
.sign-end-dialog .sign-dialog-tips2 {
  color: #666666;
  font-size: 1em;
  position: absolute;
  top:41%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.sign-end-dialog .sign-dialog-tips {
    color: #FFEECD;
    font-size: 1.1em;
    position: absolute;
    bottom: 32.5%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
}
.sign-end-dialog .know-btn {
  position: absolute;
  bottom: 8.4%;
  left: 0;
  right: 0;
  width: 74%;
  margin: 0 auto;
  z-index: 2;
  overflow: hidden;
  height: auto;
}
.btn-line-box {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.2em;
  overflow: hidden;
}
.know-btn text {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  color: #ffffff;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.sign-end-dialog .sign_star {
  position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    bottom: 39%;
}
.sign-end-dialog  .amount-top-box {
  display: flex;
  align-items: baseline;
}
.dialog-line {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
}
.showDialogMinToBig{
  transform-origin: center center;
  animation: showDialogMinToBig 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes showDialogMinToBig {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.showLineRoate{
  transform-origin: center center;
  animation: showLineRoate 0.5s linear;
}
@keyframes showLineRoate {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.lineRoate{
  transform-origin: center center;
  animation: lineRoate 12s linear infinite;
}
@keyframes lineRoate {
  0% {
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1.2);
  }
}
.breathe{
  transform-origin: center center;
  animation: breathe 1s ease-out infinite;
}
@keyframes breathe {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.showDialogStarMinToBig{
  transform-origin: center bottom;
  animation: showDialogStarMinToBig 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes showDialogStarMinToBig {
  0% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.showDialogStarMinToBig2{
  transform-origin: center bottom;
  animation: showDialogStarMinToBig2 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes showDialogStarMinToBig2 {
  0% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}
.disabled-btn {
  font-size: 1.2em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  background-color: #C8C8C8;
  height: 2.8em;
  width: 11em;
  display: flex;
  align-items: center;
  border-radius: 2em;
  justify-content: center;
  margin: 0.2em auto;
  position: relative;
  overflow: hidden;
}
/* 签到弹窗 end*/
.task-content {
  width: 94%;
  margin: 1em auto 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(123,65,8,0.06);
  border-radius: 12px;
  padding: 4% 3% 0;
}
.task-content-head {
  display: flex;
  align-items: center;
  margin-bottom: 0.2em;
}
.task-content-head img {
  height: 1.3em;
  width: auto;
}
.task-content-head span {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FD486E;
  background: rgba(253,72,110,0.08);
  border-radius: 2px;
  border: 1px solid #FD486E;
  display: inline-block;
  margin-left: 0.3em;
  font-size: 0.9em;
  line-height: 1em;
  padding: 0.2em 0.4em;
  vertical-align: middle;
}
.task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0;
  border-bottom: 1px solid rgba(200, 200, 200, 0.50);
}
.task-item:last-child {
  border: none;
}
.task-item .task-name {
  display: flex;
  align-items: center;
}
.task-item .task-name span {
  font-size: 1.12em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.task-item .task-name img {
  height: 1.2em;
  width: auto;
  margin: 0 0.2em;
}
.task-item .task-name text {
  font-size: 1em;
  font-family: "DIN-Alternate-Bold";
  font-weight: bold;
  color: #FD486E;
}
.task-item .task-desc {
  color: #888888;
  font-size: 0.9em;
  margin-top: 0.2em;
}
.task-item button {
  display: flex;
  align-items: center;
  border-radius: 2.2em;
  height: 2.2em;
  width: 5em;
  justify-content: center;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  font-size: 1.06em;
}
.task-btn1 {
  background: #FD486E;
  color: #ffffff;
  border: 1px solid #FD486E;
}
.task-btn1:active {
  opacity: 0.8;
}
.task-btn2:active {
  opacity: 0.8;
}
.task-btn2 {
  background: transparent;
  border: 1px solid #FD486E;
  color: #FD486E;
}
.task-btn3 {
  background: #E7E6E6;
  border: 1px solid #E7E6E6;
  color: #999999;
}
.toast2 {
  position: fixed;
  z-index: 2000;
  left: 0;
  right: 0;
  width: 70%;
  bottom: 47%;
  font-size: 1em;
  margin: 0 auto;
  text-align: center;
}
.toast2-con {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  width: 100%;
  padding: 0.8em 1em 1em;
  border-radius: 12px;
}
.toast-title {
  font-size: 1.3em;
  line-height: 1.6em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.right-icon {
  width: 3em;
  margin-bottom: 0.5em;
}
.toast-desc {
  font-size: 1em;
  line-height: 1.4em;
}
.bu-btn {
  border-radius: 1em;
  border: 1px solid #FF3B65;
  font-size: 0.94em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FF3B65;
  background-color: transparent;
  position: absolute;
  right: 6%;
  bottom: 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6em;
  height: 2em;
}
.bu-btn img {
  height: 0.56em;
  width: auto;
  margin-left: 2px;
}
.bu-btn-gray {
  filter: grayscale(1);
}
.dog-ani1 {
  position: absolute;
  width: auto;
  height: 1.26em;
  left: 57%;
  top: 27%;
  transform-origin: right bottom !important;
}
.dog-ani-key {
  transform-origin: left bottom;
  animation: dogAniKey 3s infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes dogAniKey {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }
  50% {
      transform: scale(1);
      opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 1;
  }
  86% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.dog-ani2 {
  position: absolute;
  width: auto;
  height: 1.26em;
  right: 2%;
  top: 39%;
  animation-delay: 0.5s;
  transform-origin: left top !important;
}
.sign-dialog-body {
  width: 72%;
  margin-top: -2em;
}
.dialog-sign {
  position: absolute;
  top: 56%;
  left: 0;
  width: 100%;
  padding: 0 3%;
}
.bu-dialog-box {
    position: fixed;
    top: 28%;
    left: 0;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 300;
    /* background-color: rgba(0, 0, 0, 0.8); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.bu-dialog-body {
  width: 69%;
  margin-top: -2em;
}
.bu-dialog-title {
  line-height: 1.5em;
  font-size: 1.3em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.bu-dialog-main {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 25%;
  padding: 0 10%;
}
.bu-dialog-desc {
  line-height: 1.4em;
  font-size: 1em;
  color: #666666;
  margin: 0.3em 0;
}
.bu-dialog-btn {
  font-size: 1.2em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FF3B65;
  background: url(../images/btn-bg2.png) no-repeat;
  background-size: 100% 100%;
  width: 82%;
  height: 2.2em;
  margin-top: 1.6em;
}
.bu-dialog-btn2{
  color: #666;
  opacity: 0.6;
}
.calendar .c_7 {
  display: none;
}
.calendar .c_30 {
  display: block;
}
.fold .c_7 {
  display: block;
}
.fold .c_30 {
  display: none;
}
.fold .arrow-top {
  transform: rotate(180deg);
}
#bktj {
  height: 3.6em;
}
.bottom-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fixedTab {
  width: 100%;
  position: fixed !important;
  top: 0 ;
  left: 0;
  z-index: 90;
  padding: 5px 0;
}
/*.bottom-nav.fixedTab {
  top: 70px !important;
  background-color: #ffffff;
}*/

.fx-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
    background-color: rgba(0, 0, 0, 0.75);
}

.fx-main {
    position: fixed;
    top: 6%;
    left: 20%;
    z-index: 301;
    width: 70%;
}
/* 放大缩小 */
.collect_scale {
    animation: collect_scale 2s ease infinite;
    -webkit-animation: collect_scale 2s ease infinite;
}

@keyframes collect_scale {
    0% {
        transform: scale(1, 1);
    }
    7% {
        transform: scale(1.2, 1.2);
    }
    20% {
        transform: scale(1, 1);
    }
    27% {
        transform: scale(1.2, 1.2);
    }
    40% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes collect_scale {
    0% {
        transform: scale(1, 1);
    }
    7% {
        transform: scale(1.2, 1.2);
    }
    20% {
        transform: scale(1, 1);
    }
    27% {
        transform: scale(1.2, 1.2);
    }
    40% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 1);
    }
}
/* 放大缩小end*/