[v-cloak] {
  display: none !important;
}
[v-cloak] + .loader {
  margin: 0 auto;
  max-width: 750px;
  background: #3f81e9;
  position: relative;
  height: 60vh;
}
[v-cloak] + .loader::before {
  content: " ";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -25px 0 0 -25px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #ccc;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html,
body {
  margin: 0;
}

.spe-container *,
.spe-footer * {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

.spe-container a,
.spe-footer a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.clearfix::before,
.clearfix::after,
.floor-body::before,
.floor-body::after {
  display: table;
  content: " ";
}

.clearfix::after,
.floor-body::after {
  clear: both;
}

/* page */
.spe-nav,
.spe-container,
.spe-footer {
  margin: 0 auto;
  min-width: 320px;
  max-width: 750px;
  background: #3f81e9;
}

.spe-nav {
  position: -webkit-sticky;
  position: sticky;
  top: -3px;
  z-index: 1;
  padding: 1.6vw;
  font-size: 3.74vw;
  line-height: 1.85;
  overflow-x: hidden;
}
.spe-nav-noswiper .nav-warpper {
  display: table;
  width: 100%;
}
.spe-nav span {
  padding: 0 0.6vw;
}
.spe-nav-noswiper span {
  display: table-cell;
  padding: 0 0.6vw;
  width: 33.333333%;
}
.spe-nav a {
  display: block;
  color: rgba(255, 255, 255, 0.24);
  background: #27a5de;
  width: 100%;
  border-radius: 3.7vw;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.spe-nav .active {
  background: #06badd;
  color: rgba(255, 255, 255, 1);
  font-weight: bolder;
}

.floor-wraper {
  padding: 1.2vw 2.54vw;
}

.spe-container h2 {
  margin: 0 0 1.6vw 0;
}

.list-item {
  float: left;
  width: 32%;
  margin: 0.5%;
}

.list-item:nth-child(3n + 1) {
  margin-left: 1%;
}

.list-item a {
  display: block;
  width: 100%;
  padding: 1.6vw;
  background: #fff;
  border-radius: 1.0666667vw;
}

.list-item .item-img {
  display: block;
}

.list-item .item-detail {
  display: block;
  padding: 1.6vw 0;
}

.list-item .detail-title {
  display: block;
  overflow: hidden;
  color: #494343;
  line-height: 1.5;
  height: 9.6vw;
  font-size: 3.2vw;
}

.list-item .detail-price {
  display: block;
  white-space: nowrap;
  color: #e64525;
  font-size: 4.54vw;
  line-height: 2;
  text-align: center;
}

.list-item .detail-price small {
  font-size: 2.4vw;
}

.list-item .detail-btn {
  margin-top: 1.6vw;
  display: block;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.68;
  border-radius: 2.688vw;
  background: #f86423;
  text-align: center;
}

.spe-footer {
  box-sizing: border-box;
  padding: 4vw 3.2vw 60vh;
}

.text-mute {
  color: #fff !important;
}

@media (min-width: 751px) {
  .spe-nav {
    padding: 12px;
    font-size: 28px;
  }
  .nav-warpper {
    padding: 0 15px;
  }
  .spe-nav-noswiper .nav-warpper {
    display: table;
    width: 100%;
  }
  .spe-nav span {
    padding: 0 5px;
  }
  .spe-nav a {
    border-radius: 28px;
  }
  .floor-wraper {
    padding: 9px 19px;
  }

  .list-item a {
    padding: 12px;
    border-radius: 8px;
  }

  .list-item .item-detail {
    padding: 12px 0;
  }

  .list-item .detail-title {
    height: 72px;
    font-size: 24px;
  }

  .list-item .detail-price {
    font-size: 34px;
  }

  .list-item .detail-price small {
    font-size: 18px;
  }

  .list-item .detail-btn {
    margin-top: 12px;
    font-size: 24px;
    border-radius: 20px;
  }

  .spe-footer {
    padding: 30px 24px 60vh;
  }
}
