/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf)
      format("opentype");
}
html {
  font-size: 100px;
}
body {
  font-size: 14px;
  color: #141414;
  font-family: "Noto Sans TC";
  overflow: scroll;
  height: 100vh;
}

header {
  width: 100%;
  height: 0.6rem;
  background: #fff;
  padding: 15px 0.11rem 15px 0.18rem;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
header .logo {
  width: 40%;
  height: 30px;
  background: url("../images/ic-logo.png") no-repeat left center;
  float: left;
}
header .head-right {
  width: 60%;
  float: right;
  line-height: 30px;
  text-align: right;
  position: relative;
  top: -2px;
}
header .head-right a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
header .share {
  width: 20px;
  height: 20px;
  background: no-repeat center;
}
header .fb {
  background-image: url("../images/ic-fb1.png");
  margin: 0 5px 0 1px;
  background-size: cover;
}
header .line {
  background-image: url("../images/ic-line.png");
}
header .my-pocket {
  font-size: 0.16rem;
  color: #222;
  border-right: solid 1px #eaeaea;
  padding-right: 0.15rem;
}
.activity-body {
  position: relative;
  width: 100%;
}
.activity-bg-img img {
  width: 100%;
  z-index: 2;
}

.activity-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0.28rem;
  z-index: 3;
}
.activity-content .rotary-box {
  position: absolute;
  width: calc(100% - 0.45rem);
  width: -moz-calc(100% - 0.45rem);
  width: -webkit-calc(100% - 0.45rem);
  left: 0.225rem;
  top: calc(0.64 * 100vw);
  top: -moz-calc(0.64 * 100vw);
  top: -webkit-calc(0.64 * 100vw);
}
.activity-content .corona {
  width: 100%;
}
.activity-content .corona img {
  width: 100%;
}
.pointer {
  position: absolute;
  width: 30.303%;
  left: 35%;
  top: 33%;
}
.pointer img {
  width: 100%;
}
.term {
  position: absolute;
  /*margin-top: -.85rem;*/
  top: calc(0.64 * 100vw + 100vw + 0.05rem);
  top: -moz-calc(0.64 * 100vw + 100vw + 0.05rem);
  top: -webkit-calc(0.64 * 100vw + 100vw + 0.05rem);
  width: 100%;
  z-index: 8;
  padding: 0.28rem 0.28rem 0.35rem;
  left: 0;
}
.term ol {
  margin: 0;
  padding-left: 1em;
}
.term .term-cbg {
  width: 100%;
  background-color: #0d97df;
  position: absolute;
  top: 0.84rem;
  bottom: 0;
  left: 0;
}
.term .term-bg {
  width: 120%;
  transform: rotate(-10deg);
  opacity: 0.16;
  background-image: linear-gradient(156deg, #502aff, #159ee5);
  position: absolute;
  top: 0.75rem;
  bottom: 0;
  left: -10%;
}
.term-text {
  height: 300px;
  overflow: scroll;
  background: #fff;
  padding: 25px;
}
.term h2 {
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-bottom: 13px;
}
.term h2 span {
  display: inline-block;
  vertical-align: middle;
}
.title-icon {
  width: 10px;
  height: 13px;
  background: url("../images/arrow.png") no-repeat center;
  background-size: 100% auto;
  margin-right: 3px;
  vertical-align: middle;
}

.term .content {
  position: relative;
  z-index: 9;
}
.term ul {
  width: 100%;
  background: #fff;
  list-style: none;
  padding: 20px;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #141414;
  margin-bottom: 0;
}
.term li {
  margin-bottom: 0.2rem;
}
.term li span {
  color: #f45d01;
}
.term li:last-child {
  margin-bottom: 0;
}
footer {
  width: 100%;
  background-color: #ebebeb;
  text-align: center;
  padding: 0.26rem 0 0.21rem;
}
footer .logo {
  display: block;
  width: 100%;
  height: 12px;
  background: url("../images/ic-logo.png") no-repeat center;
  background-size: auto 100%;
  margin-bottom: 11px;
}
footer .company-name {
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #141414;
  margin-bottom: 14px;
}
footer .contact {
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #141414;
  margin-bottom: 14px;
}
footer .contact a {
  color: #008cd5;
  text-decoration: underline;
}
footer .copyright {
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #929292;
}

/*我的口袋*/
.my-pocket-box {
  width: 100%;
  min-height: calc(100vh - 1.44rem);
  background: #f0f3f8;
  padding: 0.1rem 0 0.2rem;
}
.my-pocket-box h2 {
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #080808;
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
  padding: 0 18px;
}
.my-pocket-box h2.no-mg {
  margin: 0;
}
.my-pocket-box .title-desc {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.88px;
  color: #666666;
  margin-bottom: 10px;
  padding: 0 18px;
}
.my-pocket-box .tabs {
  width: 100%;
  background: #fff;
  padding: 12px 17px;
}
.my-pocket-box a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 16px;
  background-color: #f0f3f8;
  color: #222;
  font-size: 0.13rem;
  line-height: 0.21rem;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.my-pocket-box a:active,
.my-pocket-box a:link {
  text-decoration: none;
}
.my-pocket-box a:last-child {
  margin: 0;
}
.my-pocket-box a.active {
  color: #fefefe;
  background-color: #018cd7;
}
.my-pocket-box a.active:active,
.my-pocket-box a.active:focus,
.my-pocket-box a.active:hover {
  color: #fefefe !important;
}
.my-pocket-box .history-list {
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.my-pocket-box .history-list li {
  padding: 15px 18px;
  margin: 0;
  border-bottom: solid 1px #eee;
  overflow: hidden;
}
.my-pocket-box .history-list h3 {
  font-size: 0.15rem;
  color: #222;
  line-height: 0.22rem;
  margin-bottom: 0;
}
.my-pocket-box .history-list .date {
  font-size: 0.12rem;
  color: #018cd7;
  line-height: 0.18rem;
}
.my-pocket-box .history-list .desc {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #929292;
  line-height: 0.19rem;
  margin-bottom: 0;
}
.my-pocket-box .history-list li.empty-record {
  text-align: center;
  padding: 100px 0;
}
.my-pocket-box .history-list li.empty-record p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.88px;
  color: #666666;
  margin: 0;
}

.coupon h3 {
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #080808;
  line-height: 24px;
  margin-bottom: 0.1rem;
  padding-left: 0.18rem;
}
.coupon h3 a {
  display: inline-block;
  width: 20px;
  height: 100%;
  background: url("../images/arrows-left.png") no-repeat left center;
  vertical-align: middle;
  background-size: 70%;
  position: relative;
  top: -2px;
}

#history-prize .coin-certificate,
.common-history .coin-certificate {
  display: inline-block;
  width: 100%;
  width: calc(100% - 106px);
  width: -webkit-calc(100% - 106px);
  width: -moz-calc(100% - 106px);
  vertical-align: middle;
}
#history-prize .exchange,
#history-prize .copy-code,
.common-history .exchange,
.common-history .copy-code {
  display: inline-block;
  width: 101px;
  height: 44px;
  border-radius: 5px;
  background-color: #008cd5;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #fff;
  line-height: 44px;
  vertical-align: middle;
  /*margin-left: 69px;*/
  cursor: pointer;
}
#history-prize .copy-code,
.common-history .copy-code {
  width: auto;
  padding: 0 5px;
}
#history-prize .exchange.no-bg,
.common-history .exchange.no-bg {
  background: #fff;
  border: solid 1px #008cd5;
  color: #008cd5;
}
.common-history .deduction-points {
  display: inline-block;
  width: 101px;
  vertical-align: middle;
}
.common-history .deduction-points .points {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.43px;
  color: #ec0d0d;
  text-align: right;
  margin-bottom: 5px;
}
.common-history .deduction-points .share-again {
  display: inline-block;
  width: 100px;
  height: 44px;
  border-radius: 5px;
  border: solid 1px #00be00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 42px;
  letter-spacing: 0.15px;
  text-align: center;
  color: #00be00;
}
/*使用折價券*/
.my-pocket-box.coupon {
  min-height: calc(100vh - 1.1rem);
}
.my-pocket-box .tabs.no-bg {
  background: none;
  padding-left: 12px;
}
.used-coupon-list {
  padding: 0.1rem 0.2rem;
  margin: 0;
  list-style: none;
}
.used-coupon-list li {
  margin-bottom: 15px;
  overflow: hidden;
}
.used-coupon-list .left-box {
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  height: 110px;
  padding: 17px 20px;
  border-radius: 5px 0 0 5px;
  border: solid 1px #f0f3f8;
  border-left: none;
  border-right: none;
  background: #fff;
  float: left;
}
.used-coupon-list h4 {
  height: 30px;
  font-size: 34px;
  line-height: 0.88;
  letter-spacing: normal;
  font-weight: normal;
  color: #222222;
  margin-bottom: 10px;
}
.used-coupon-list h4 b {
  font-weight: normal;
}
.used-coupon-list h4 span {
  height: 28px;
  font-size: 16.5px;
  line-height: 1.67;
  color: #222222;
}
.used-coupon-list .auxiliary {
  height: 18px;
  font-size: 12px;
  color: #929292;
  background: no-repeat left center;
  background-size: auto 90%;
  padding-left: 20px;
  margin-bottom: 2px;
}
.used-coupon-list .auxiliary.coupon-time {
  background-image: url("../images/icon-time.png");
}
.used-coupon-list .auxiliary.coupon-source {
  background-image: url("../images/icon-source.png");
  margin-bottom: 0;
}
.used-coupon-list .right-box {
  width: 120px;
  height: 110px;
  float: left;
  background: url("../images/img-coupon.png") no-repeat center;
  background-size: cover;
  padding: 28px 0;
  text-align: center;
}
.used-coupon-list .right-box p {
  font-size: 12px;
  color: #929292;
  margin: 0;
}
.used-coupon-list .right-box .use-btn {
  width: 61px;
  height: 44px;
  border: none;
  border-radius: 5px;
  background-color: #008cd5;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #fff;
  margin-top: 5px;
}
.used-coupon-list#expired .left-box {
  border-color: #fff;
}
.used-coupon-list#expired .right-box {
  background-image: url("../images/img-coupon-used-r.png");
}
/*弹窗*/
.pop-up {
  width: 100%;
  position: fixed;
  top: 0.6rem;
  bottom: 0;
  z-index: 99;
  top:0px
}
.pop-up .pop-up-bg {
  width: 100%;
  opacity: 0.7;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.pop-up .pop-up-content {
  min-width: 295px;
  width: calc(100% - 0.8rem);
  width: -moz-calc(100% - 0.8rem);
  width: -webkit-calc(100% - 0.8rem);
  padding: 16px 24px;
  background: #fff;
  position: absolute;
  left: 0.4rem;
  top: calc(0.64 * 100vw);
  top: -moz-calc(0.64 * 100vw);
  top: -webkit-calc(0.64 * 100vw);
  border-radius: 16px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}
.pop-up .pop-up-content .head {
  height: 0.55rem;
  background: url("../images/img-congrate.png") no-repeat center;
  background-size: auto 100%;
  position: relative;
}
.pop-up .pop-up-content .head.no-bg {
  background: none;
}
.pop-up .pop-up-content .head.confirm-head {
  height: 0.16rem;
  background: none;
}
.pop-up .pop-up-content .close-btn {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/close.png") no-repeat center;
  top: 0;
  right: 0;
  position: absolute;
}
.pop-up .pop-up-content .title {
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #f45d01;
  margin: 13px 0;
}
.pop-up .pop-up-content p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #141414;
}
.pop-up .pop-up-content .btn-box {
  margin-top: 21px;
  text-align: center;
}
.pop-up .pop-up-content .btn-box.center-btn a {
  float: none;
}
.pop-up .pop-up-content .btn-box.center-btn a.primary {
  background-color: #008cd5;
  color: #fff;
  width: 100%;
}

.pop-up .pop-up-content .btn-box a {
  display: inline-block;
  width: 123px;
  height: 44px;
  border: solid 1px #008cd5;
  border-radius: 30px;
  vertical-align: middle;
  line-height: 42px;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #008cd5;
  float: left;
  cursor: pointer;
}
.pop-up .pop-up-content .btn-box a.fb,
.pop-up .pop-up-content .btn-box a.confirm-btn,
.pop-up .pop-up-content .btn-box a.line {
  float: right;
  background-color: #008cd5;
  color: #fff;
}
.pop-up .pop-up-content .btn-box a.complete-btn {
  background-color: #008cd5;
  color: #fff;
}

.pop-up .pop-up-content .btn-box a.share-btn {
  color: #fff;
  border-radius: 5px;
  background-color: #01b902;
  border: none;
  float: none;
}
/*envelope or gift*/
.envelope-box,
.gift-box {
  position: absolute;
  width: calc(100% - 0.45rem);
  width: -moz-calc(100% - 0.45rem);
  width: -webkit-calc(100% - 0.45rem);
  left: 0.225rem;
  top: calc(0.64 * 100vw);
  top: -moz-calc(0.4 * 100vw);
  top: -webkit-calc(0.4 * 100vw);
}
.envelope-box ul,
.gift-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.envelope-box ul li,
.gift-box ul li {
  margin: 0 auto 10px;
  text-align: center;
}
.four-envelope-box {
  top: calc(0.5 * 100vw);
  top: -moz-calc(0.5 * 100vw);
  top: -webkit-calc(0.5 * 100vw);
}
.four-envelope-box ul {
  text-align: center;
}
.four-envelope-box ul li {
  width: calc(50% - 10px);
  max-width: 130px;
  display: inline-block;
  margin: 6px;
}
.four-envelope-box ul li:nth-child(even) {
  margin-right: 0;
}
.four-envelope-box ul li:nth-child(odd) {
  margin-left: 0;
}
.four-envelope-box ul li img {
  width: 100%;
}

/*兑换券弹窗*/
.coin-certificate-pop-up {
  height: calc(100vh - 0.6rem);
  position: fixed;
  top: 0.6rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.coin-certificate-pop-up .pop-up-bg {
  background-color: #018cd7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.coin-certificate-pop-up .head {
  margin-top: 2.8vh;
  text-align: right;
}
.coin-certificate-pop-up .pop-up-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: 0 10px;
  overflow: auto;
}
.coin-certificate-pop-up .close-btn {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/close-white.png") no-repeat center;
  background-size: 100% auto;
}
.coin-certificate-pop-up .title {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 2.9vh 0;
  font-weight: normal;
}
.coin-certificate-pop-up p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 0;
}
.coin-certificate-pop-up .bar-code {
  text-align: center;
  padding: 21.5vh 0 8.5vh;
  min-height: 100vw;
  position: relative;
  z-index: 1;
}
.coin-certificate-pop-up .bar-code img {
  max-width: 100%;
}
.coin-certificate-pop-up .time-box {
  text-align: center;
}
.coin-certificate-pop-up .time {
  font-size: 26px;
  letter-spacing: 3.3px;
  color: #ffffff;
  line-height: 40px;
}
.coin-certificate-pop-up .btn-box {
  width: 100%;
  position: static;
  left: 0;
  bottom: 20px;
  padding: 0 15px;
  margin-bottom: 20px;
}
.coin-certificate-pop-up .btn {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: solid 1px #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 38px;
  background: none;
}

/*复选框*/
.f-checkbox {
  width: 100px;
  position: relative;
  vertical-align: middle;
  margin: 0;
  text-align: right;
}
.f-checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.f-checkbox .circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: solid 1px #dfdfdf;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.f-checkbox .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #222;
}
.f-checkbox .circle2,
.f-checkbox input:checked + .circle {
  border: none;
  background: url("../images/checkbox.png") no-repeat center;
  background-size: cover;
}

/*加载*/
.common-loading {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}

.common-loading .loading-box{
  background-color: white;
  text-align: center;
  padding: 24px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.common-loading .loading-box img{
  margin-bottom: 12px;
}
.common-loading .loading-box p{
  color: #8f8f8f;
  margin: 0;
}

.activity-list {
  padding: 18px 15px;
  background-color: #f0f3f8;
  min-height: 100vh;
  overflow: hidden;
}
.activity-list h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #080808;
  line-height: 24px;
}
.activity-list ul {
  padding: 0;
  margin-bottom: 0;
}
.activity-list li {
  width: calc((100% - 15px) / 2);
  list-style: none;
  margin-bottom: 13px;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
  float: left;
}
.activity-list li:nth-child(odd) {
  margin-right: 15px;
}
.activity-list .ad {
  min-height: 136px;
  border-bottom: solid 2px #e2e2e2;
}
.activity-list li img {
  width: 100%;
}
.activity-list li .time {
  height: 50px;
  padding: 10px 13px 10px 10px;
}
.activity-list .desc {
  width: 100%;
  display: block;
  vertical-align: top;
  float: left;
  margin-top: -2px;
}
.activity-list .time span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #929292;
  line-height: 15px;
  margin-bottom: 4px;
  text-align: left;
  background: no-repeat left center;
  padding-left: 20px;
}
.activity-list .time span.ac-time {
  background-image: url("../images/icon-time.png");
}
.activity-list .time span.join-times {
  background-image: url("../images/icon-participate.png");
}
.activity-list .time span:last-child {
  margin-bottom: 0;
  line-height: 35px;
}
.activity-list .time a {
  display: inline-block;
  width: 88px;
  height: 40px;
  line-height: 40px;
  background-color: #b4b4b4;
  color: #fff;
  border-radius: 3px;
  float: right;
}
.activity-list .time a.active {
  background-color: #018cd7;
}

/*引导页*/
#that-page {
}
.process {
  position: relative;
}
.process img {
  width: 100%;
  display: block;
}
.explain {
  overflow: hidden;
  /*background: #d45951;*/
  padding-top: 25px;
}
.people {
  width: 17%;
  float: left;
  padding-top: 85px;
  position: relative;
}
.people img {
  width: 100%;
}

.text-box {
  width: 80.5%;
  float: right;
  background: #fff;
  border-radius: 12px;
  position: relative;
  padding: 10px;
  font-size: 12px;
}
.text-box h2 {
  margin-top: -21px;
  margin-bottom: 3px;
}
.text-box ul {
  margin: 0;
  padding: 0;
}
.text-box li {
  line-height: 1.3;
  position: relative;
  padding-left: 18px;
  margin-bottom: 7px;
  list-style: none;
  color: #000;
}
.text-box li:last-child {
  margin-bottom: 0;
}
.text-box .order {
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #00a241;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.people .arrow {
  position: absolute;
  width: 37.5%;
  right: -24%;
  top: 100px;
}
#my-family-port {
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.term-img img {
  width: 100%;
}

/*商品*/
.shop-header {
  width: 100%;
  height: 0.55rem;
  background: #fff;
  padding: 15px 20px;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  font-size: 0.16rem;
  color: #222;
}
.shop-header a {
  color: #222;
  float: right;
}
.shop-header .my-pocket {
  float: left;
  padding-right: 5px;
}
.shop-header .my-point {
  float: left;
  height: 24px;
  width: 24px;
  background: url("../images/icon_navibar_point.png") no-repeat left center;
  background-size: contain;
}
.ic-point {
  background: url("../images/ic-points2.png") no-repeat left center;
  padding-left: 22px;
}
.shop-content {
  padding-top: 55px;
  background-color: #f0f3f8;
  min-height: 100vh;
}
.shop-list {
  list-style: none;
  padding: 0px 15px;
  margin: 0;
  overflow: hidden;
}
.shop-list li {
  width: calc((100% - 15px) / 2);
  width: -webkit-calc((100% - 15px) / 2);
  width: -moz-calc((100% - 15px) / 2);
  float: left;
  margin-bottom: 16px;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
}
.shop-list li:nth-child(odd) {
  margin-right: 15px;
  clear: both;
}
.shop-list img {
  width: 100%;
}
.shop-list h2 {
  line-height: 22px;
  font-size: 15px;
  color: #222;
  margin-bottom: 5px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.shop-list .price {
  float: left;
  position: relative;
  top: 3px;
  color: #007bca;
  font-weight: bold;
}
.shop-list .buy-btn {
  background: #018cd7;
  border: none;
  width: 45px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  float: right;
  border-radius: 2px;
}
.shop-details {
  background-color: #f0f3f8;
  padding-top: 55px;
  min-height: 100vh;
}
.shop-details .img-box {
  background: #fff;
}
.shop-details .img-box img {
  width: 100%;
}
.shop-details .shop-info {
  background: #fff;
  padding: 15px 20px;
}
.shop-details .shop-info h2 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.6px;
  color: #222;
  line-height: 27px;
  margin-bottom: 3px;
}
.shop-details .shop-info .price {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  color: #007bca;
  margin: 5px 0;
}
.shop-details .shop-info .time {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.shop-details .buy-num {
  height: 55px;
  background: #fff;
  margin-top: 1px;
  padding: 10px 15px;
}
.shop-details .buy-num .sub-btn {
  width: 36px;
  height: 36px;
  background: url("../images/bn-minus.png") no-repeat center;
  border: none;
  vertical-align: middle;
}
.shop-details .buy-num .add-btn {
  width: 36px;
  height: 36px;
  background: url("../images/bn-plus.png") no-repeat center;
  border: none;
  vertical-align: middle;
}
.shop-details .buy-num input {
  display: inline-block;
  width: calc(100% - 79px);
  width: -webkit-calc(100% - 79px);
  width: -moz-calc(100% - 79px);
  height: 36px;
  color: #028dd8;
  font-size: 18px;
  text-align: center;
  border: none;
  outline: none;
  vertical-align: middle;
}
.shop-details .remind {
  margin-top: 23px;
  padding-bottom: 30px;
}
.shop-details .remind h2 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #080808;
  line-height: 24px;
  padding: 0 20px;
  margin-bottom: 9px;
}
.shop-details .remind .remind-text {
  padding: 18px 20px;
  background: #fff;
  font-size: 16px;
  color: #666666;
  line-height: 23px;
  margin: 0;
}
.shop-details .remind ol,
.shop-details .remind ul {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.buy-content {
  width: 100%;
  height: 60px;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 18px;
}
.buy-content .total {
  float: left;
  width: 50%;
  font-size: 15px;
  color: #007bca;
  line-height: 40px;
  text-align: center;
  padding-right: 20px;
}
.buy-content .total .ic-point {
  display: inline-block;
  font-weight: bold;
  margin-left: 3px;
}
.buy-content .buy-btn {
  float: right;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  background-color: #018cd7;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #fff !important;
}

.record-box {
  min-height: calc(100vh - 1.15rem);
}

/*商品loading*/
.loading {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
}
.loading .loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading .loading-content img {
  display: block;
  margin: 0 auto;
}
.loading .loading-content .charging {
  color: #40a188;
  text-align: center;
}

/*刮刮樂*/
.scratchers-banner-box {
  position: absolute;
  width: calc(100% - 1.4rem);
  width: -moz-calc(100% - 1.4rem);
  width: -webkit-calc(100% - 1.4rem);
  left: 0.7rem;
  top: calc(0.64 * 100vw);
  top: -moz-calc(0.64 * 100vw);
  top: -webkit-calc(0.64 * 100vw);
  text-align: center;
}
.scratchers-banner-box .white-bg-btn {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  background-color: #fff;
  line-height: 44px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.15px;
  text-align: center;
  color: #2670cf;
  margin: 35px 0 15px;
  cursor: pointer;
}
.scratchers-banner-box .white-bd-btn {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  border: solid 1px #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 42px;
  letter-spacing: 0.15px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  cursor: pointer;
}
.scratchers-banner-box .link {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

/*購買刮刮樂*/
.buy-scratchers-box {
  width: 100%;
  height: calc(100vh - 118px);
  padding-top: 60px;
  background-color: #f0f3f8;
}
.buy-scratchers-box .buy-title {
  height: 55px;
  background-color: #fefefe;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  color: #080808;
  text-align: center;
  position: relative;
  line-height: 55px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.08) inset;
  margin: 0;
}
.buy-scratchers-box .back-btn {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/back.svg") no-repeat center;
  position: absolute;
  left: 13px;
  top: 16px;
}
.buy-scratchers-box .hint-title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #080808;
  padding: 19px 19px 10px;
  margin: 0;
}
.buy-scratchers-box form {
  padding: 17px 18px;
  background-color: #fefefe;
}
.buy-scratchers-box .input-box {
  position: relative;
  height: 32px;
}
.buy-scratchers-box .sub-btn,
.buy-scratchers-box .add-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: no-repeat center;
  position: absolute;
  top: 0;
}
.buy-scratchers-box input[type="number"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #028dd8;
}
.buy-scratchers-box .about-point {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #018cd7;
  margin-top: 15px;
}
.buy-scratchers-box .remain-point {
  color: #141414;
}
.buy-scratchers-box .about-point p {
  margin: 0;
}
.buy-scratchers-box .sub-btn {
  background-image: url("../images/ic-minus.svg");
  left: 0;
}
.buy-scratchers-box .add-btn {
  background-image: url("../images/ic-add.svg");
  right: 0;
}
.buy-scratchers-box .buy-scratchers-btn {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  background-color: #018cd7;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.54px;
  border: 0;
  color: #fff;
  margin-top: 15px;
}
.buy-scratchers-box .buy-scratchers-btn[disabled] {
  opacity: 0.6;
}
.scratchers-game-box {
  position: absolute;
  width: calc(100% - 0.96rem);
  width: -moz-calc(100% - 0.96rem);
  width: -webkit-calc(100% - 0.96rem);
  left: 0.48rem;
  top: calc(0.64 * 100vw);
  top: -moz-calc(0.64 * 100vw);
  top: -webkit-calc(0.64 * 100vw);
}
.scratch-area img {
  width: 100%;
}
.scratch-area canvas {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -ms-touch-action: none;
  -webkit-touch-action: none;
  -moz-touch-action: none;
  touch-action: none;
  transition: opacity 500ms ease-out 0ms, height 0ms linear 500ms;
}
.scratch-area .revealed canvas {
  opacity: 0;
  height: 0;
}
.scratch-info {
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.39px;
  color: #fff;
  text-align: center;
  margin-top: 24px;
  vertical-align: middle;
  line-height: 21px;
}
.scratch-info img {
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

/*空的刮刮乐*/
.empty-scratchers-box {
  width: 100%;
  height: 100vh;
  background-color: #f0f3f8;
  text-align: center;
}
.empty-scratchers-box .empty-box {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -68px;
}
.empty-scratchers-box .pic {
}
.empty-scratchers-box h2 {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.13px;
  text-align: center;
  color: #080808;
  margin: 16px 0 8px;
}
.empty-scratchers-box .desc {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #373737;
}
/*刮刮乐领取列表*/
.list-scratchers-box {
  width: 100%;
  min-height: 100vh;
  background-color: #f0f3f8;
  padding: 15px 15px 50px;
}
.list-scratchers-box .list-title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #080808;
  padding-top: 5px;
  margin: 0;
}
.list-scratchers-box .desc {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.88px;
  color: #666666;
  margin-bottom: 19px;
}
.list-scratchers {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.list-scratchers li {
  width: calc(50% - 7.5px);
  float: left;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.list-scratchers li.inactive {
  opacity: 0.6;
}
.list-scratchers li.inactive .receive-btn {
  color: #666;
  background-color: #ebebeb;
}
.list-scratchers li:nth-child(odd) {
  margin-right: 15px;
}
.list-scratchers li img {
  width: 100%;
}
.list-scratchers .receive-btn {
  width: 100%;
  display: block;
  height: 45px;
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #008cd5;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  border: none;
}
.list-scratchers-box .term {
  position: static;
  top: 0;
  padding: 0;
  z-index: 1;
  margin-top: 15px;
}
.list-scratchers-box .term h2 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #080808;
}
.list-scratchers-box .term .content ul {
  width: calc(100% + 34px);
  margin-left: -19px;
}
/*刮刮樂領取成功*/
.received-success-box {
  text-align: center;
  padding-top: 35px;
}
.received-success-box h3 {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.13px;
  color: #080808;
  margin: 16px 0 8px;
}
.received-success-box p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #373737;
  margin-bottom: 0;
}
.received-success-box .immediately-scraping-btn {
  display: inline-block;
  width: 132px;
  height: 40px;
  border-radius: 3px;
  background-color: #008cd5;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 0.16px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.scratchers-gift-hint-box h3 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #080808;
  margin: 18px 0 9px;
}
.scratchers-gift-hint-box .scratchers-gift-hint-content {
  width: calc(100% + 34px);
  margin-left: -19px;
  background: #fefefe;
  overflow: hidden;
  padding: 17px 10px 15px 18px;
  margin-bottom: 22px;
}
.scratchers-gift-hint-content .pic {
  width: 90px;
  float: left;
  margin-right: 7px;
  padding-top: 10px;
}
.scratchers-gift-hint-content .pic img {
  width: 100%;
}
.scratchers-gift-hint-content .text-box {
  float: left;
  width: calc(100% - 97px);
  padding: 0;
}
.scratchers-gift-hint-content .text-box h4 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222;
  margin: 0 0 6px;
}
.scratchers-gift-hint-content .text-box p {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.46px;
  color: #929292;
  margin-bottom: 1px;
}
.scratchers-gift-hint-content .text-box .go-to-app {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.46px;
  color: #008cd5;
}
@media (min-height: 300px) and (max-height: 568px) {
  .coin-certificate-pop-up .bar-code {
    margin: 18.5vh 0 4.8vh;
  }
  .coin-certificate-pop-up .title {
    margin: 2.9vh 0;
  }
}
@media (max-width: 335px) {
  .pop-up .pop-up-content {
    width: 295px;
    left: calc((100% - 295px) / 2);
    left: -moz-calc((100% - 295px) / 2);
    left: -webkit-calc((100% - 295px) / 2);
  }
  .activity-list li .time {
    height: 50px;
  }
  .activity-list .desc {
    width: 100%;
  }
  .activity-list .time span {
    font-size: 12px;
  }
  .activity-list .time span.ac-time {
    margin-bottom: 0;
  }
  .activity-list .time a {
    font-size: 12px;
    width: 72px;
    height: 36px;
    line-height: 36px;
  }
}

.animate {
  -webkit-animation-name: shake-slow;
  -webkit-animation-duration: 2s;
}
@-webkit-keyframes shake-slow {
  0% {
    -webkit-transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(1.5deg);
  }
  4% {
    -webkit-transform: rotate(-0.5deg);
  }
  6% {
    -webkit-transform: rotate(-3.5deg);
  }
  8% {
    -webkit-transform: rotate(-1.5deg);
  }
  10% {
    -webkit-transform: rotate(-2.5deg);
  }
  12% {
    -webkit-transform: rotate(-3.5deg);
  }
  14% {
    -webkit-transform: rotate(2.5deg);
  }
  16% {
    -webkit-transform: rotate(-1.5deg);
  }
  18% {
    -webkit-transform: rotate(-3.5deg);
  }
  20% {
    -webkit-transform: rotate(-0.5deg);
  }
  22% {
    -webkit-transform: rotate(-2.5deg);
  }
  24% {
    -webkit-transform: rotate(2.5deg);
  }
  26% {
    -webkit-transform: rotate(0.5deg);
  }
  28% {
    -webkit-transform: rotate(-3.5deg);
  }
  30% {
    -webkit-transform: rotate(-1.5deg);
  }
  32% {
    -webkit-transform: rotate(2.5deg);
  }
  34% {
    -webkit-transform: rotate(-0.5deg);
  }
  36% {
    -webkit-transform: rotate(1.5deg);
  }
  38% {
    -webkit-transform: rotate(1.5deg);
  }
  40% {
    -webkit-transform: rotate(-0.5deg);
  }
  42% {
    -webkit-transform: rotate(-0.5deg);
  }
  44% {
    -webkit-transform: rotate(0.5deg);
  }
  46% {
    -webkit-transform: rotate(-0.5deg);
  }
  48% {
    -webkit-transform: rotate(1.5deg);
  }
  50% {
    -webkit-transform: rotate(1.5deg);
  }
  52% {
    -webkit-transform: rotate(0.5deg);
  }
  54% {
    -webkit-transform: rotate(-2.5deg);
  }
  56% {
    -webkit-transform: rotate(-2.5deg);
  }
  58% {
    -webkit-transform: rotate(0.5deg);
  }
  60% {
    -webkit-transform: rotate(-0.5deg);
  }
  62% {
    -webkit-transform: rotate(-1.5deg);
  }
  64% {
    -webkit-transform: rotate(-3.5deg);
  }
  66% {
    -webkit-transform: rotate(0.5deg);
  }
  68% {
    -webkit-transform: rotate(-2.5deg);
  }
  70% {
    -webkit-transform: rotate(1.5deg);
  }
  72% {
    -webkit-transform: rotate(2.5deg);
  }
  74% {
    -webkit-transform: rotate(-0.5deg);
  }
  76% {
    -webkit-transform: rotate(-0.5deg);
  }
  78% {
    -webkit-transform: rotate(2.5deg);
  }
  80% {
    -webkit-transform: rotate(2.5deg);
  }
  82% {
    -webkit-transform: rotate(-0.5deg);
  }
  84% {
    -webkit-transform: rotate(-2.5deg);
  }
  86% {
    -webkit-transform: rotate(-2.5deg);
  }
  88% {
    -webkit-transform: rotate(-1.5deg);
  }
  90% {
    -webkit-transform: rotate(-3.5deg);
  }
  92% {
    -webkit-transform: rotate(2.5deg);
  }
  94% {
    -webkit-transform: rotate(-3.5deg);
  }
  96% {
    -webkit-transform: rotate(-3.5deg);
  }
  98% {
    -webkit-transform: rotate(-0.5deg);
  }
}

.btn-box-all2-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*摸彩*/
.activity-content .ticket-box {
  position: absolute;
  width: 100%;
  padding-left: calc((100% - 3.13rem) / 2);
  padding-left: -moz-calc((100% - 3.13rem) / 2);
  padding-left: -webkit-calc((100% - 3.13rem) / 2);
  padding-right: calc((100% - 3.13rem) / 2);
  padding-right: -moz-calc((100% - 3.13rem) / 2);
  padding-right: -webkit-calc((100% - 3.13rem) / 2);
  padding-top: 80px;
  left: 0;
  top: calc(0.64 * 100vw - 0.8rem);
  top: -moz-calc(0.64 * 100vw - 0.8rem);
  top: -webkit-calc(0.64 * 100vw - 0.8rem);
  overflow-y: hidden;
}
@keyframes ticket-animate {
  15% {
    transform: rotate(0deg) translate(0, 0);
  }
  40% {
    transform: rotate(90deg) translate(0, -0.4rem);
  }
  100% {
    transform: rotate(90deg) translate(2.56rem, -0.4rem);
  }
}
.ticket {
  position: relative;
  height: 1.28rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  width: 3.13rem;
}
.ticket-box .left {
  width: 2.31rem;
  float: left;
  position: relative;
  z-index: 6;
}
.ticket-box .left.active {
  animation-name: ticket-animate;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.ticket-box .left img,
.ticket-box .right img {
  width: 100%;
}
.ticket-box .right {
  width: 0.82rem;
  float: right;
  transition: transform 0.3s;
}
.ticket-box .right.active {
  transform: rotate(10deg) translate(0.11rem, 0.05rem);
}
.ticket-box .in-ticket-box {
  text-align: center;
}
.in-ticket-box {
  position: relative;
}
.in-ticket-box .top {
  position: relative;
  z-index: 5;
}
.in-ticket-box .bottom {
  position: relative;
  z-index: 8;
  transform: translateZ(3000px);
}
.in-ticket-box img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 330px) {
  @keyframes ticket-animate {
    15% {
      transform: rotate(0deg) translate(0, 0);
    }
    40% {
      transform: rotate(90deg) translate(0, -0.33rem);
    }
    100% {
      transform: rotate(90deg) translate(2.56rem, -0.33rem);
    }
  }
  .activity-content .ticket-box {
    padding-left: calc((100% - 2.63rem) / 2);
    padding-left: -moz-calc((100% - 2.63rem) / 2);
    padding-left: -webkit-calc((100% - 2.63rem) / 2);
    padding-right: calc((100% - 2.63rem) / 2);
    padding-right: -moz-calc((100% - 2.63rem) / 2);
    padding-right: -webkit-calc((100% - 2.63rem) / 2);
  }
  .ticket {
    margin-bottom: 0.4rem;
    width: 2.63rem;
  }
  .ticket-box .left {
    width: 1.94rem;
  }
  .ticket-box .right {
    width: 0.69rem;
  }
  .in-ticket-box {
    text-align: center;
  }
  .in-ticket-box img {
    width: 1.7rem;
    display: inline-block;
  }
  .my-pocket-box a {
    font-size: 12px;
    margin-right: 6px;
    padding: 4px 8px;
  }
}

.shop-tag {
  border-radius: 2px;
  border: 1px solid #ff7511;
  color: #ff7511;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  padding: 2px 5px;
}
.shop-tag-empty {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  padding: 2px 5px;
}

.shop-header .back {
  padding: 2px 15px 2px 0;
  float: left;
}

.shop-content .sort {
  color: var(--tertiary-gray-700, #6f6f6f);
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;

  /* 中文/Body */
  font-family: Noto Sans TC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 6px 10px;
}
.shop-content .sort > span::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 11px;
  background: url(../images/icon_sorting.png) center no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.shop-content .sort.up > span::after {
  background: url(../images/icon_sorting_active.png) center no-repeat;
  background-size: contain;
}
.shop-content .sort.down > span::after {
  background: url(../images/icon_sorting_active.png) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.deadline {
  color: #fff;
  font-family: PingFang TC;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 113.333% */
  background-image: url(../images/deadline-bg.png),
    linear-gradient(307deg, #69cabf 14.56%, #55afc7 47.07%, #4396d0 98.93%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0 8px;
}

.deadline::before {
  display: inline-block;
  content: "";
  background: url(../images/icon_duihuanqixian.png) center no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  vertical-align: middle;
}
.shop-list .mask-re {
  position: relative;
}
.shop-list .mask-re > .mask {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.shop-list .mask > .maskimg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  /* height: 100%; */
  transform: translate(-50%, -50%);
}
.shop-list .mask-re > .mask.active {
  display: block;
}
.desc .soldout {
  background: #f1f1f1 !important;
}
.icon-gift {
  width: 24px;
  height: 25px;
  float: none;
}
.shop-header .title {
  text-align: center;
  float: none;
}

.header2 {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  line-height: 40px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  padding: 10px 10px;
  height: 50px;
}
.header2 .title {
  display: inline-block;
  width: 100%;
    position: absolute;
  left: 0;
  font-weight: bold;
}

.header {
  background: url("../images/header-bg.png") top left no-repeat;
  background-size: 100% 100%;
  color: white;
  text-align: center;
  padding: 10px 0 60px;
  font-size: 15px;
  position: relative;
  z-index: 10;
  margin-top: 50px;
  margin-bottom: -54px;
}

.header .points {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.header .points .coins {
  background: url("../images/game.svg") center no-repeat;
  background-size: contain;
  display: block;
  width: 18px;
  height: 18px;
}
.header .points .ticket-alt {
  background: url("../images/ticket.svg") center no-repeat;
  background-size: contain;
  display: block;
  width: 18px;
  height: 18px;
}

.header .points .invidie {
  border: 2px solid #7eb2dc66;
  height: 6px;
}

.header .points span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header .points span i {
  font-size: 18px;
}

.activity-wrapper{
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.btn-box-all2{
  position: absolute;
  width: 180px;
  top: 350px;
  left: 50%;
  transform: translateX(-50%) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.btn-box-all2 .remind{
  display: flex;
  align-items: center;
  gap: 5px;
}
.fa-sync-alt {
  background: url(../images/trans.png) center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
}
.fa-chevron-left {
  background: url(../images/back_gray.png) center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
}
.header .points .icon-points {
  background: url(../images/icon-points.png) center no-repeat;
  background-size: contain;
  display: block;
  width: 18px;
  height: 18px;
}
