[v-cloak] {
  display: none !important;
}
[v-cloak] + .loader {
  margin: 0 auto;
  max-width: 750px;
  background: #ffd883;
  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);
  }
}
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  margin: 0;
  background: #fff;
}
.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-header,
.spe-nav,
.spe-container,
.spe-footer {
  margin: 0 auto;
  min-width: 320px;
  max-width: 750px;
  background: #ffd883;
}
.spe-header {
  position: relative;
}
.header-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 28vw;
  height: 8vw;
}
.spe-container {
  background: #ffd883 url(../img/spe_container_bg.jpg) top center no-repeat !important;
  background-size: 100% auto;
}
.spe-nav {
  position: -webkit-sticky;
  position: sticky;
  top: -3px;
  z-index: 1;
  border-radius: 3.4595vw;
  background: none;
  padding: 1.6vw 0.6vw;
  font-size: 3.74vw;
  line-height: 1.85;
  overflow-x: hidden;
}
.spe-nav.fixed {
  background: #ffd883;
}
.nav-warpper {
  display: table;
  width: 100%;
  padding: 0 2vw;
}
.spe-nav span {
  display: table-cell;
  padding: 0 0.6vw;
  width: 25%;
}
.spe-nav a {
  display: block;
  color: #fff;
  background: #ff9721;
  width: 100%;
  border-radius: 3.7vw;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.spe-nav .active {
  background: #ff4134;
  font-weight: bolder;
}
.floor-wraper {
  padding: 1.2vw 2.54vw;
}
.spe-container h2 {
  margin: 0;
  color: #bf6814;
  font-size: 3.7333333vw;
  line-height: 2.5;
  text-align: center;
}
.spe-container h2::before,
.spe-container h2::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 13.6vw;
  height: 0.4vw;
  background: url(../img/h2_decoration.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.spe-container h2::before {
  margin-right: 2vw;
}
.spe-container h2::after {
  margin-left: 2vw;
  transform: scaleX(-1);
}
.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: #333;
  line-height: 1.5;
  height: 9.6vw;
  font-size: 3.2vw;
}
.list-item .detail-price {
  display: block;
  white-space: nowrap;
  color: #e93b7f;
  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: #ff2e2e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff2e2e 0%, #ff861e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff2e2e 0%, #ff861e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff2e2e 0%, #ff861e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
}
.view-all {
  width: 40%;
  margin: 2vw auto;
  border: 0.1333333vw solid #fa6400;
  color: #fa6400;
  text-align: center;
  font-size: 3.2vw;
  line-height: 2;
  box-sizing: content-box;
  border-radius: 3.333333vw;
}
.spe-footer {
  box-sizing: border-box;
  padding: 4vw 3.2vw 20vh;
}
.footer-text-link {
  display: block;
  color: #fa6400;
  font-size: 3.2vw;
  line-height: 5;
  text-align: center;
  text-decoration: underline;
}
.text-mute {
  color: #fff !important;
}
@media (min-width: 751px) {
  .header-link {
    width: 210px;
    height: 60px;
  }
  .spe-nav {
    border-radius: 26px;
    padding: 12px 5px;
    font-size: 28px;
  }
  .nav-warpper {
    padding: 0 15px;
  }
  .spe-nav span {
    padding: 0 5px;
  }
  .spe-nav a {
    border-radius: 28px;
  }
  .spe-container h2 {
    font-size: 28px;
  }
  .spe-container h2::before,
  .spe-container h2::after {
    width: 102px;
    height: 3px;
  }
  .spe-container h2::before {
    margin-right: 15px;
  }
  .spe-container h2::after {
    margin-left: 15px;
  }
  .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;
  }
  .view-all {
    margin: 15px auto;
    border: 1px solid #fa6400;
    font-size: 24px;
    line-height: 2;
    border-radius: 25px;
  }
  .spe-footer {
    padding: 30px 24px 20vh;
  }
  .footer-text-link {
    font-size: 24px;
  }
}
