@charset "UTF-8";
/*设置不同尺寸下的html大小/
/*公共样式*/
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 12px;
  /* font-family  : ""; */
  /* overflow-x: hidden; */
}

a {
  /* text-decoration: none !important; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

input,
button {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  height: auto;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

button {
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

input {
  -webkit-touch-callout: auto;
  /*系统默认菜单被禁用*/
  -webkit-user-select: auto;
  /*webkit浏览器*/
  -khtml-user-select: auto;
  /*早期浏览器*/
  -moz-user-select: auto;
  /*火狐*/
  -ms-user-select: auto;
  /*IE10*/
  user-select: auto;
  caret-color: #999;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
/*谷歌*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
}
/*火狐*/
input[type="number"] {
 -moz-appearance: textfield;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.full {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body {
  cursor: default;
}
.btn {
  cursor: pointer;
  user-select: none;
}
.btn:hover {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}
.btn.disabled {
  filter: grayscale(1);
  cursor: default;
}
.btn.disabled:hover {
  filter: grayscale(1);
}
#topBarC {
  position: absolute;
}
.main {
  background: url(../img/bg.jpg?20201225) no-repeat top center / 100%;
  padding-bottom: 0.4rem;
}
.header {
  width: 100%;
  height: 12.24rem;
  position: relative;
  margin: 0 auto;
}
.header .login-box {
  height: 1.03rem;
  line-height: 1.03rem;
  color: #fff;
  position: absolute;
  top: 7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  font-size: 0.24rem;
  display: none;
  text-shadow: 0 0 0.2em #000, 0 0 0.2em #000;
  white-space: nowrap;
}
.header .login-box .nickname {
  max-width: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.header .login-box span {
  vertical-align: middle;
}
.header .login-box .btn-logout {
  color: #fff;
  vertical-align: middle;
}
.header .btn-login {
  width: 3.58rem;
  height: 1.03rem;
  background: url(../img/btn-loginM.png) no-repeat top center / 100%;
  position: absolute;
  top: 7rem;
  left: 50%;
  margin-left: -1.79rem;
  z-index: 5;
  animation: heartBeat 1.2s forwards 2s;
}
@media all and (max-width: 1024px) {
  .main {
    background: url(../img/bgM.jpg) no-repeat top center / 100%;
    padding-bottom: 0.38rem;
  }
  .header {
    width: 7.5rem;
    height: 6.8rem;
    position: relative;
    margin: 0 auto;
  }
  .header .login-box {
    position: absolute;
    top: 3.9rem;
    left: 50%;
    z-index: 5;
  }
  .header .btn-login {
    width: 3.08rem;
    height: 1.03rem;
    background: url(../img/btn-loginM.png) no-repeat top center / 100%;
    position: absolute;
    top: 4rem;
    left: 50%;
    margin-left: -1.54rem;
    z-index: 5;
    animation: heartBeat 1.2s forwards 2s;
  }
  .modal .box {
    transform: translate(-50%, -50%) !important;
  }
}
.container {
  width: 7.5rem !important;
  margin: 0 auto;
}
.container .step .title {
  height: 1.34rem;
  display: block;
  margin: 0 auto;
}
.container .step .desc {
  font-size: 0.24rem;
  color: #f8b854;
  line-height: 0.36rem;
  text-align: center;
}
.step1 .title {
  background: url(../img/step1-title.png) no-repeat center center / auto 100%;
}
.step1 .lottery {
  position: relative;
  height: 6.4rem;
  margin: 0.26rem auto 0.12rem;
}
.step1 .lottery ul {
  margin: 0 auto;
}
.step1 .lottery ul .item {
  width: 1.72rem;
  height: 1.58rem;
  background: url(../img/lottery-bg.png) no-repeat top center / 100%;
  position: relative;
}
.step1 .lottery ul .item .cover {
  display: block;
  margin: 0 auto;
  height: 1.22rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.step1 .lottery ul .item .name {
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  text-stroke: 1px #e99813;
  -webkit-text-stroke: 1px #e99813;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  line-height: 0.28rem;
}
.step1 .lottery ul .item.on::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/lottery-bg-mask.png) no-repeat top center / 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.12rem;
  z-index: 1;
}
.step1 .lottery .btn-lottery1 {
  width: 3.74rem;
  height: 1.57rem;
  background: url(../img/btn-lottery1.png) no-repeat center center / 100%;
  position: absolute;
  left: 50%;
  margin-left: -1.87rem;
  top: 1.62rem;
}
.step1 .lottery .btn-lottery1.free {
  background-image: url(../img/btn-lottery0.png);
}
.step1 .lottery .btn-lottery5 {
  width: 3.74rem;
  height: 1.57rem;
  background: url(../img/btn-lottery5.png) no-repeat center center / 100%;
  position: absolute;
  left: 50%;
  margin-left: -1.87rem;
  top: 3.16rem;
}
.step1 .tip {
  width: 6.87rem;
  height: 1.77rem;
  background: url(../img/step1-tip.png) no-repeat center center / auto 100%;
  margin-left: 0.26rem;
  margin-bottom: 0.2rem;
}
.step2 .title {
  background: url(../img/step2-title.png) no-repeat center center / auto 100%;
}
.step2 .goods {
  width: 7.28rem;
  height: 16.4rem;
  background: url(../img/step2-bg.png) no-repeat top center / 100%;
  margin: 0.18rem auto 0.4rem;
  padding: 1.38rem 0.32rem;
  box-sizing: border-box;
}
.step2 .goods .info {
  font-size: 0.24rem;
  color: #000;
  line-height: 0.34rem;
  margin-bottom: 0.16rem;
}
.step2 .goods .info .pull-left {
  margin-left: 0.26rem;
}
.step2 .goods .info .pull-right {
  margin-right: 0.38rem;
}
.step2 .goods .info .icon {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  background: url(../img/icon-warn.png) no-repeat top center / 100%;
  vertical-align: middle;
  margin-right: 0.14rem;
}
.step2 .goods .info .tip {
  font-weight: 500;
}
.step2 .goods .info .tip > span {
  vertical-align: middle;
}
.step2 .goods .info .count {
  width: 1.48rem;
  text-align: center;
}
.step2 .goods .info .btn-refresh {
  width: 1.48rem;
  height: 0.55rem;
  background: url(../img/btn-refresh.png) no-repeat top center / 100%;
  display: block;
}
.step2 .goods .list .item {
  background-color: rgba(251, 242, 231, 0.7);
  position: relative;
  width: 5.5rem;
  margin-left: 0.9rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0.16rem 0.26rem 0.16rem 0.74rem;
  margin-bottom: 0.28rem;
}
.step2 .goods .list .item.discount::before {
  content: '';
  width: 0.7rem;
  height: 0.65rem;
  background: url(../img/discount.png) no-repeat top center / 100%;
  position: absolute;
  right: -0.02rem;
  top: 0;
  z-index: 0;
}
.step2 .goods .list .item .cover {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: -0.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.step2 .goods .list .item .game {
  font-size: 0.24rem;
  color: #303030;
  line-height: 0.36rem;
  font-weight: bold;
}
.step2 .goods .list .item .name {
  font-size: 0.24rem;
  color: #da5e3e;
  line-height: 0.36rem;
}
.step2 .goods .list .item .count {
  font-size: 0.24rem;
  color: #da5e3e;
  line-height: 0.24rem;
}
.step2 .goods .list .item .point {
  font-size: 0.24rem;
  color: #303030;
}
.step2 .goods .list .item .btn-buy {
  width: 1.48rem;
  height: 0.55rem;
  background: url(../img/btn-buy.png) no-repeat top center / 100%;
  display: block;
  margin-top: 0.12rem;
}
.step2 .goods .list .item .btn-buy.disabled {
  background-image: url(../img/btn-bought.png);
}
.step3 .title {
  background: url(../img/step3-title.png) no-repeat center center / auto 100%;
}
.step3 .yuebing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.1rem;
  margin-bottom: 0.25rem;
}
.step3 .yuebing .item {
  margin: 0.07rem;
  width: 2.2rem;
  height: 2.32rem;
  background: url(../img/yuebing-bg.png) no-repeat top center / 100%;
  text-align: center;
  font-size: 0;
}
.step3 .yuebing .item .cover {
  height: 1.2rem;
  display: block;
  margin: 0.1rem auto;
}
.step3 .yuebing .item .name {
  height: 0.3rem;
  margin-top: 0.12rem;
  margin-bottom: 0.04rem;
  line-height: 0.38rem;
  display: block;
  margin: 0.22rem auto 0.04rem;
}
.step3 .yuebing .item .count {
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #000;
}
.step3 .prize {
  width: 7.4rem;
  height: 36.36rem;
  background: url(../img/step3-bg.png) no-repeat top center / 100%;
  margin: 0 auto;
  border-radius: 0.1rem;
}
.step3 .prize .prize_item10 .list {
  height: 7rem;
  padding-top: 1.2rem;
  padding-left: 0;
}
.step3 .prize .prize_item10 .list .item {
  width: 100%;
  margin-bottom: 0;
}
.step3 .prize .prize_item10 .list .item .cover {
  display: block;
  margin: 0 auto;
  height: 3.42rem;
}
.step3 .prize .prize_item10 .list .item .name {
  line-height: 0.5rem;
}
.step3 .prize .prize_item10 .list .item .count {
  line-height: 0.4rem;
}
.step3 .prize .btn-exchange {
  width: 1.48rem;
  height: 0.55rem;
  background: url(../img/btn-exchange.png) no-repeat top center / 100%;
  display: block;
  margin: 0 auto;
}
.step3 .prize .btn-exchange.disabled {
  background-image: url(../img/btn-exchanged.png);
}
.step3 .prize .list {
  height: 9.7rem;
  padding-top: 1.2rem;
  box-sizing: border-box;
  padding-left: 0.6rem;
}
.step3 .prize .list .item {
  width: 3.04rem;
  float: left;
  margin-bottom: 0.32rem;
  margin-right: 0.14rem;
}
.step3 .prize .list .cover {
  height: 2.12rem;
  margin: 0 auto;
  display: block;
}
.step3 .prize .list .name {
  text-align: center;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.4rem;
  margin-top: 0.2rem;
}
.step3 .prize .list .count {
  text-align: center;
  font-size: 0.3rem;
  color: #ffba00;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}
.rule .title {
  height: 1.34rem;
  display: block;
  margin: 0 auto 0.1rem;
  background: url(../img/rule-title.png) no-repeat top center / auto 100%;
}
.rule .content {
  width: 6.85rem;
  height: 11.52rem;
  background: url(../img/rule-bg.png) no-repeat top center / 100%;
  margin: 0 auto;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.4rem;
  box-sizing: border-box;
  padding: 0.72rem 0.56rem;
}
.rule .content .item {
  margin-bottom: 0.14rem;
}
.rule .content .item > a {
  color: #ffba00;
  cursor: pointer;
}
.rule .content .item > a > span {
  text-decoration: underline;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  color: #000;
  font-size: 0.24rem;
}
.modal .box {
  width: 7.16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.modal .box .text {
  line-height: 0.36rem;
  padding: 1.56rem 0.4rem 0;
  text-align: center;
}
.modal .box .close {
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/close.png) no-repeat center center / 100%;
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
}
.modal .box .important {
  color: #f2672c;
}
.modal .box .btn-address,
.modal .box .btn-address-prize {
  color: #ffa91f;
}
.modal .box .btn-address:hover,
.modal .box .btn-address-prize:hover {
  text-decoration: underline;
}
.modal-tip {
  z-index: 1009;
}
.modal-tip .box {
  height: 3.14rem;
  background: url(../img/modal-score.png) no-repeat top center / 100%;
}
.modal-tip.confirm .box .text {
  padding-top: 1.2rem;
}
.modal-tip.confirm .box .btn-confirm {
  position: absolute;
  width: 1.88rem;
  height: 0.55rem;
  background: url(../img/btn-confirm.png) no-repeat center center / 100%;
  bottom: 0.74rem;
  left: 50%;
  transform: translateX(-50%);
}
.modal-score {
  z-index: 1001;
}
.modal-score .box {
  height: 3.14rem;
  background: url(../img/modal-score.png) no-repeat top center / 100%;
}
.modal-score .box .text {
  padding-top: 1.1rem;
}
.modal-score .box .btn-task {
  position: absolute;
  width: 1.88rem;
  height: 0.55rem;
  background: url(../img/btn-task.png) no-repeat center center / 100%;
  bottom: 0.84rem;
  left: 1.5rem;
}
.modal-score .box .btn-recharge {
  position: absolute;
  width: 1.88rem;
  height: 0.55rem;
  background: url(../img/btn-recharge.png) no-repeat center center / 100%;
  bottom: 0.84rem;
  right: 1.5rem;
}
.modal-lottery {
  z-index: 1008;
}
.modal-lottery .title {
  width: 1.82rem;
  height: 0.89rem;
  background: url(../img/win-title.png) no-repeat center center / 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.32rem;
}
.modal-lottery .code {
  display: none;
}
.modal-lottery.fail .box .title,
.modal-lottery.fail .box .btn-prize {
  display: none;
}
.modal-lottery.fail .box .btn-again {
  right: 50%;
  transform: translateX(50%);
}
.modal-point {
  z-index: 1008;
}
.modal-point .box {
  height: 4.78rem;
  background: url(../img/modal-lottery1.png) no-repeat top center / 100%;
}
.modal-point .box .title {
  width: 1.82rem;
  height: 0.89rem;
  background: url(../img/exchange-title.png) no-repeat center center / 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.32rem;
}
.modal-point .box .cover {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/win-bg.png) no-repeat top center / 100%;
  margin: 1.2rem auto 0.2rem;
  display: block;
  padding: 0.2rem;
  box-sizing: content-box;
}
.modal-point .box .name,
.modal-point .box .code {
  line-height: 0.36rem;
  padding: 0 0.4rem;
  text-align: center;
}
.modal-point .box .address {
  display: none;
}
.modal-lottery1 .box {
  height: 4.78rem;
  background: url(../img/modal-lottery1.png) no-repeat top center / 100%;
}
.modal-lottery1 .box .cover {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/win-bg.png) no-repeat top center / 100%;
  margin: 1.2rem auto 0.2rem;
  display: block;
}
.modal-lottery1 .box .text,
.modal-lottery1 .box .name {
  line-height: 0.36rem;
  padding: 0 0.4rem;
  text-align: center;
}
.modal-lottery1 .box .address {
  display: none;
}
.modal-lottery1 .box .btn-prize {
  position: absolute;
  width: 1.88rem;
  height: 0.55rem;
  background: url(../img/btn-prize.png) no-repeat center center / 100%;
  bottom: 0.74rem;
  left: 1.5rem;
}
.modal-lottery1 .box .btn-again {
  position: absolute;
  width: 1.88rem;
  height: 0.55rem;
  background: url(../img/btn-again.png) no-repeat center center / 100%;
  bottom: 0.74rem;
  right: 1.5rem;
}
.modal-lottery1.real .address {
  display: block!important;
}
.modal-lottery5 .box {
  height: 6.28rem;
  background: url(../img/modal-lottery5.png) no-repeat top center / 100%;
}
.modal-lottery5 .box .prize {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 5.74rem;
  margin: 1.2rem auto 0.28rem;
}
.modal-lottery5 .box .prize .item {
  width: 1.8rem;
  margin-bottom: 0.04rem;
}
.modal-lottery5 .box .prize .item .cover {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/win-bg.png) no-repeat top center / 100%;
  display: block;
  margin: 0 auto;
}
.modal-lottery5 .box .prize .item .name {
  line-height: 0.54rem;
  height: 0.54rem;
  text-align: center;
  font-size: 0.22rem;
  color: #fff;
  text-stroke: 1px #e99813;
  -webkit-text-stroke: 1px #e99813;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
}
.modal-lottery5 .box .address,
.modal-lottery5 .box .code {
  display: none;
}
.modal-lottery5 .box .btn-prize {
  position: absolute;
  width: 1.88rem;
  height: 0.55rem;
  background: url(../img/btn-prize.png) no-repeat center center / 100%;
  bottom: 0.74rem;
  left: 1.5rem;
}
.modal-lottery5 .box .btn-again {
  position: absolute;
  width: 1.88rem;
  height: 0.55rem;
  background: url(../img/btn-again.png) no-repeat center center / 100%;
  bottom: 0.74rem;
  right: 1.5rem;
}
.modal-pdetail {
  z-index: 1008;
}
.modal-pdetail .box {
  width: 7.16rem;
  height: 9.27rem;
  background: url(../img/modal-pdetail.png) no-repeat top center / 100%;
  padding: 1.96rem 0.68rem;
  transform: translate(-50%, -50%) scale(0.7);
}
.modal-pdetail .box .item {
  line-height: 0.38rem;
  margin-bottom: 0.34rem;
}
.modal-pdetail .box .btn-confirm {
  width: 1.88rem;
  height: 0.55rem;
  background: url(../img/btn-confirm.png) no-repeat top center / 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5rem;
}
.modal-exchange {
  z-index: 1007;
}
.modal-exchange .box {
  height: 8.37rem;
  padding: 1.96rem 0.5rem;
  background: url(../img/modal-point.png) no-repeat top center / 100%;
  transform: translate(-50%, -50%) scale(0.7);
}
.modal-exchange .box .cover {
  height: 2.42rem;
  display: block;
  margin: 0 auto 0.1rem;
  padding: 0.6rem;
  box-sizing: border-box;
}
.modal-exchange .box .item {
  line-height: 0.4rem;
}
.modal-exchange .box .point {
  text-align: center;
  color: #ea5339;
  font-size: 0.3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.03rem;
}
.modal-exchange .box .btn-submit {
  width: 1.88rem;
  height: 0.55rem;
  background: url(../img/btn-confirm.png) no-repeat top center / 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.45rem;
}
.modal-address {
  z-index: 1006;
}
.modal-address .box {
  height: 9.37rem;
  padding: 1.84rem 0.68rem;
  background: url(../img/modal-address.png) no-repeat top center / 100%;
  transform: translate(-50%, -50%) scale(0.7);
}
.modal-address .box .desc {
  line-height: 0.36rem;
  margin-bottom: 0.18rem;
}
.modal-address .box .input {
  background-color: #c3b8a6;
  height: 0.9rem;
  line-height: 0.9rem;
  color: #fff;
  padding: 0 0.26rem;
  border-radius: 0.12rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.12rem;
  font-size: 0.24rem;
}
.modal-address .box .input::-webkit-input-placeholder {
  color: #fff;
}
.modal-address .box .input::-moz-input-placeholder {
  color: #fff;
}
.modal-address .box .input:-moz-input-placeholder {
  color: #fff;
}
.modal-address .box .input:-ms-input-placeholder {
  color: #fff;
}
.modal-address .box .distpicker {
  margin-bottom: 0.12rem;
  height: 0.9rem;
  position: relative;
}
.modal-address .box .distpicker .arrow {
  border-width: 0.12rem 0.08rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0.4rem;
}
.modal-address .box .distpicker .arrow::before {
  content: '';
  height: 0.8rem;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: -0.4rem;
  top: -0.46rem;
}
.modal-address .box .distpicker .arrow1 {
  right: 3.32rem;
}
.modal-address .box .distpicker .arrow2 {
  right: 0.32rem;
}
.modal-address .box .distpicker select {
  font-size: 0.24rem;
  width: 2.85rem;
  height: 0.9rem;
  line-height: 0.9rem;
  border: none;
  background-color: #c3b8a6;
  padding: 0 0.26rem;
  border-radius: 0.12rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
}
.modal-address .box .tip-error {
  display: none;
}
.modal-address .box .btn-submit {
  width: 1.88rem;
  height: 0.55rem;
  background: url(../img/btn-submit.png) no-repeat top center / 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.48rem;
}
.modal-plist {
  z-index: 1005;
}
.modal-plist .box {
  height: 8.9rem;
  background: url(../img/modal-plist.png) no-repeat top center / 100%;
  padding: 2rem 0.68rem;
  transform: translate(-50%, -50%) scale(0.7);
}
.modal-plist .box #withoutAddr {
  display: none;
}
.modal-plist .box .info {
  display: inline-block;
  max-width: 3.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-plist .box span {
  vertical-align: middle;
  display: inline-block;
}
.modal-plist .box .list {
  width: 5.8rem;
  border-collapse: collapse;
  text-align: center;
  margin-top: 0.2rem;
  font-size: 0.22rem;
}
.modal-plist .box .list thead {
  height: 0.68rem;
  line-height: 0.68rem;
  background-color: #ffba00;
  color: #fff;
}
.modal-plist .box .list tbody td {
  line-height: 0.4rem;
  padding: 0.16rem 0;
}
.modal-plist .box .list tbody td:first-of-type {
  border-right: 1px solid #5c5c5c;
}
.modal-plist .box .list tbody td:nth-of-type(2) {
  border-right: 1px solid #5c5c5c;
}
.modal-plist .box .list tbody tr {
  border-bottom: 1px solid #5c5c5c;
}
.modal-plist .box .list tbody tr:last-of-type {
  border-bottom: none;
}
.modal-plist .box .list .date {
  width: 1.66rem;
  border-right: 1px solid #fff;
}
.modal-plist .box .list .content {
  max-width: 1.68rem;
  word-break: break-all;
}
.modal-plist .box .list .name {
  max-width: 1.76rem;
  border-right: 1px solid #fff;
}
.modal-plist .box .pagination {
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
  user-select: none;
}
.modal-plist .box .pagination .disabled {
  opacity: 0.6;
}
.modal-plist .box .pagination .prev {
  width: 0.34rem;
  height: 0.6rem;
  background: url(../img/btn-prev.png) no-repeat top center / 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.28rem;
  cursor: pointer;
}
.modal-plist .box .pagination .next {
  width: 0.34rem;
  height: 0.6rem;
  background: url(../img/btn-next.png) no-repeat top center / 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.28rem;
  cursor: pointer;
}
.modal-plist .box .pagination .item {
  min-width: 0.62rem;
  height: 0.62rem;
  line-height: 0.62rem;
  text-align: center;
  background-color: #cacaca;
  display: inline-block;
  border-radius: 0.2rem;
  margin: 0 0.04rem;
  vertical-align: middle;
  font-size: 0.3rem;
  color: #fff;
  cursor: pointer;
}
.modal-plist .box .pagination .item.active {
  background-color: #ffa91f;
}
.modal-plist .box .pagination .ellipsis {
  display: inline-block;
  width: 0.56rem;
  height: 0.62rem;
  line-height: 0.62rem;
  vertical-align: middle;
  text-align: center;
  font-size: 0.48rem;
  color: #717171;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes flash {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(1);
    transform: translate3d(10px, 0, 0) scaleX(1);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(1);
    transform: translate3d(10px, 0, 0) scaleX(1);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media all and (min-width: 1024px) and (max-height: 699px) {
  .modal .box {
    transform: translate(-50%, -50%) scale(0.8) !important;
  }
}

