@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/* global */
body {
  font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
}

input[type='number'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.patch-slim {
  max-width: 720px !important;
  margin: 0 auto;
}

.spcl-slim {
  max-width: 500px !important;
}

/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
  }
  .apple-pay-button-black {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline;
  }
}

@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: inline-block;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 100%;
    min-height: 36px;
    max-height: 64px;
    border: 0;
  }
  .apple-pay-button-black {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
    color: white;
  }
  .apple-pay-button-white {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-white-with-line {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
    border: .5px solid black;
  }
}

.wwsp {
  min-width: 48.5% !important;
  width: 48.5% !important;
  height: 36px !important;
  line-height: 36px;
  vertical-align: middle;
}

.dsrtd-2 {
  font-size: 13px !important;
  line-height: 30px !important;
}

.small-btn {
  height: 36px !important;
  line-height: 30px;
  width: 30% !important;
}

.small-btn2 {
  min-width: 67% !important;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

a:hover {
  text-decoration: none;
}

.bd-bggray {
  height: 100%;
  background-color: #efefef;
}

.bd-white {
  height: 100%;
  background-color: #fff;
}

.red {
  color: #e94a4b;
}

.black {
  color: #000;
}

.gray {
  color: #999;
}

.dark-gray {
  color: #666 !important;
}

.alley-yellow {
  color: #fbb03b;
}

.alley-deep-yellow {
  color: #fb8800;
}

.alley-red {
  color: #E94A4B;
}

.nospace {
  padding: 0;
}

.mb-space {
  margin-bottom: 35px;
}

.btn {
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  color: white;
  font-size: 22px;
  background: #555555;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.on-touch {
  color: white;
  background: #222;
}

.btn.btn-alley {
  background: #ff9900;
  font-size: 18px;
}

.btn.btn-alley-outline {
  width: 100%;
  border-radius: 5px;
  border: #ff9900 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #ff9900;
}

.btn.btn-alley.on-touch {
  background: #fb8800;
}

.btn.btn-new-alley {
  width: 100%;
  border-radius: 8px;
  background: #e94a4b;
  font-size: 18px;
}

.btn.btn-new-alley:hover, .btn.btn-new-alley:active, .btn.btn-new-alley:focus {
  background: #e94a4b;
  color: #fff;
}

.btn.btn-new-alley:focus, .btn.btn-new-alley-outline:focus {
  outline: 0;
  -webkit-box-shadow: 0px 10px 18px -5px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 10px 18px -5px rgba(0, 0, 0, 0.32);
}

.btn.btn-new-alley-outline {
  width: 100%;
  border-radius: 8px;
  border: #e94a4b 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #e94a4b;
  font-size: 18px;
}

.btn.btn-new-alley-disable {
  width: 100%;
  border-radius: 8px;
  background: #e5bebf;
  font-size: 18px;
}

.btn.btn-disable {
  width: 100%;
  border-radius: 8px;
  background: #ddd;
  font-size: 18px;
}

.btn.btn-default {
  background: #666;
}

.btn.btn-default.on-touch {
  background: #333;
}

.btn.focus,
.btn:focus {
  outline: 0;
}

.btn-line {
  background-color: #00C300;
}

.btn.btn-p-lgn {
  border-radius: 7px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  width: 240px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.btn-apple {
  background-color: #000;
}

.btn-apple:hover, .btn-apple:active, .btn-apple:focus {
  color: #fff;
  height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-line {
  background-color: #00C300;
}

.btn-line:hover {
  color: #fff;
  height: 40px;
  background-color: #00e000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-line:active, .btn-line:focus {
  color: #fff;
  height: 40px;
  background-color: #00b300;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-fb {
  background-color: #1877F2;
}

.btn-fb:hover, .btn-fb:active {
  background-color: #1889f2;
  height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ic-apple {
  width: 15px;
  margin-top: -4px;
  margin-right: 5px;
}

.ic-line, .ic-fb, .ic-line-2 {
  width: 20px;
  margin-top: -4px;
  margin-right: 5px;
}

.ic-line-2 {
  width: 25px;
}

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 768px) {
  .btn.btn-p-lgn {
    font-size: 17px;
    width: 270px;
  }
}

@media screen and (max-width: 414px) {
  .btn.btn-p-lgn {
    font-size: 17px;
    width: 100%;
  }
}

.wide-l {
  width: 300px;
}

.wide-m {
  width: 120px;
}

.txt-center {
  text-align: center;
}

.bg-lightest-gray {
  background-color: #efefef !important;
}

.bg-alley {
  /*background-color: #ff9900;*/
  background-color:#ffb71b;
}

.bg-white {
  background-color: #fff;
}

.new-alley-t {
  color: #E94A4B;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pr {
  position: relative;
}

.full-bt {
  width: 100%;
}

.pull-bottom-bt {
  padding-bottom: 170px !important;
}

.pull-bottom-bt-x {
  padding-bottom: 90px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.purches {
  padding: 5px 10px 10px;
}

.card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  overflow: hidden;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin: 0;
}

.alley-nav {
  background-color: white;
  padding: 0 !important;
  border-bottom: #efefef 1px solid;
}

.alley-nav .container {
  max-width: 100%;
  text-align: center;
  padding: 0;
}

.alley-nav .container .nav-content {
  vertical-align: middle;
  border-bottom: #efefef 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alley-nav .container .nav-content a.navbar-brand {
  float: left;
}

.alley-nav .container .nav-content a.navbar-brand img {
  width: 200px;
  padding: 5px 0 0 15px;
}

.alley-nav .container .nav-content .alley-cont {
  display: table;
  float: right;
  margin-bottom: 0;
  height: 75px;
  vertical-align: middle;
}

.alley-nav .container .nav-content .alley-cont li {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  text-align: center;
  padding: 0px 30px;
  border-right: #efefef 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alley-nav .container .nav-content .alley-cont li a {
  display: inline-block;
  color: black !important;
  vertical-align: middle;
}

.alley-nav .container .nav-content .alley-cont li a img {
  vertical-align: middle;
}

.alley-nav .container .nav-content .alley-cont li span {
  display: inline-block;
  padding: 1rem 1rem;
}

.alley-nav .container .nav-content .alley-cont li .icon-order-list,
.alley-nav .container .nav-content .alley-cont li .icon-collect-list,
.alley-nav .container .nav-content .alley-cont li .icon-pay-fast,
.alley-nav .container .nav-content .alley-cont li .icon-account,
.alley-nav .container .nav-content .alley-cont li .icon-srch {
  padding: 0;
  font-size: 30px;
}

.alley-nav .container .nav-content .alley-cont li p {
  margin: .2rem 0 0;
}

.alley-nav .container .nav-content .alley-cont li:last-child {
  border-right: none;
}

.alley-nav .container .nav-content .alley-cont .alley-cont li.searchbar a,
.alley-nav .container .nav-content .alley-cont .alley-cont li.datapost p,
.alley-nav .container .nav-content .alley-cont .alley-cont li.zone-selct a {
  margin-top: 1rem;
}

.alley-nav .container .nav-content .alley-cont li .dropdown-menu {
  margin: 0;
  padding: 0;
}

.alley-nav .container .nav-content .alley-cont li .dropdown-menu a {
  margin: 0;
  padding: .5rem 1rem;
}

.alley-nav .container .hot-words {
  white-space: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
}

.alley-nav .container .hot-words .hot-words-content {
  width: 100%;
  height: 44px;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
}

.alley-nav .container .hot-words .hot-words-content li {
  display: inline-block;
  padding: 10px 15px;
}

.alley-nav .container .hot-words .hot-words-content li a {
  color: #b80101;
}

.l-device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-device {
  display: none;
}

.dwn-app {
  padding: 10px;
}

.dwn-app .stp2 {
  position: absolute;
  right: 15px;
  top: -54px;
  display: inline-block;
  width: 90px;
}

.dwn-app .stp2 .lionds {
  width: 100%;
}

.dwn-app .btn {
  font-size: 18px;
}

.single-line {
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}

.single-line-2 {
  width: 129px;
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}

.single-line-3 {
  width: 110px;
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}

.gift-more {
  height: 22px;
  line-height: 20px;
}

.p-nums {
  position: absolute;
  left: 5px;
  top: 6px;
  background-color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #E8485C;
  font-size: 18px;
  line-height: 30px;
}

.p-prices {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.p-prices span {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .pull-bottom-bt {
    padding-bottom: 160px !important;
  }
  body {
    padding-bottom: 72px;
  }
  hr {
    margin: 0 0 10px;
  }
  .wide-l {
    width: 90%;
  }
  .l-device {
    display: none;
  }
  .s-device {
    display: block;
    padding: 0;
  }
  .pd0 {
    padding: 0;
  }
  .alley-nav-m .container,
  .navbar .container {
    width: 100%;
    padding: 0;
    display: block;
    text-align: center;
  }
  .alley-nav-m .container .navbar-brand,
  .navbar .container .navbar-brand {
    margin-right: 0;
    float: left;
    width: 70px;
  }
  .alley-nav-m .container .navbar-brand img,
  .navbar .container .navbar-brand img {
    width: 100%;
  }
  .alley-nav-m .container .navbar-toggler,
  .navbar .container .navbar-toggler {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.4em 0.6em;
    margin-top: 12px;
    margin-right: -50px;
    background: rgba(107, 106, 107, 0.6);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107, 106, 107, 0.6)), color-stop(100%, rgba(36, 36, 36, 0.6)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(107, 106, 107, 0.6)), to(rgba(36, 36, 36, 0.6)));
    background: linear-gradient(to bottom, rgba(107, 106, 107, 0.6) 0%, rgba(36, 36, 36, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6a6b', endColorstr='#242424', GradientType=0);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .alley-nav-m .container .navbar-toggler a,
  .navbar .container .navbar-toggler a {
    color: #fff;
    font-size: 22px;
    line-height: 18px;
    text-decoration: none;
  }
  .alley-nav-m .container .navbar-toggler a:after,
  .navbar .container .navbar-toggler a:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../../assets/images/arrow-b-w.png) no-repeat;
    background-size: 100%;
    margin-left: 10px;
    cursor: pointer;
    pointer-events: none;
  }
  .alley-nav-m .container .search-mig,
  .navbar .container .search-mig {
    margin: 12px 12px;
    background: #6b6a6b;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #6b6a6b), color-stop(100%, rgba(36, 36, 36, 0.7)));
    background: -webkit-gradient(linear, left top, left bottom, from(#6b6a6b), to(rgba(36, 36, 36, 0.7)));
    background: linear-gradient(to bottom, #6b6a6b 0%, rgba(36, 36, 36, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6a6b', endColorstr='#242424', GradientType=0);
    border-radius: 50%;
    padding: 0.5em 0.6em;
    float: right;
  }
  .alley-nav-m .container .search-mig .icon-srch,
  .alley-nav-m .container .search-mig .icon-login,
  .navbar .container .search-mig .icon-srch,
  .navbar .container .search-mig .icon-login {
    font-size: 20px;
    line-height: 18px;
    font-weight: 800;
    color: #fff;
  }
  .alley-nav-m .container .search-mig .icon-login.alley-yellow,
  .navbar .container .search-mig .icon-login.alley-yellow {
    color: #fbb03b;
  }
  .alley-nav-m .container .tiny-space,
  .navbar .container .tiny-space {
    margin-right: 0px;
  }
  .alley-nav-m .navbar-default,
  .navbar .navbar-default {
    background: #fff;
  }
  .alley-nav-m .navbar-default .navbar-nav .nav-item,
  .navbar .navbar-default .navbar-nav .nav-item {
    border-bottom: #efefef 1px solid;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .alley-nav-m .navbar-default .navbar-nav .nav-item a,
  .navbar .navbar-default .navbar-nav .nav-item a {
    position: relative;
    text-align: center;
    color: #333;
    font-weight: 300;
    padding: 15px 0;
  }
  .alley-nav-m .navbar-default .navbar-nav .nav-item a p,
  .navbar .navbar-default .navbar-nav .nav-item a p {
    font-size: 12px;
    margin: 0;
  }
  .alley-nav-m .navbar-default .navbar-nav .nav-item a:hover,
  .navbar .navbar-default .navbar-nav .nav-item a:hover {
    color: #F5A21B;
    font-weight: 400;
  }
  .alley-nav-m .navbar-default .navbar-nav .nav-item a:hover:before,
  .navbar .navbar-default .navbar-nav .nav-item a:hover:before {
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    display: inline-block;
    content: "";
    width: 20px;
    height: 12px;
    background: url(../../assets/images/arrow-b-y.png) no-repeat;
    background-size: cover;
    margin: 0px;
    cursor: pointer;
    pointer-events: none;
  }
  .alley-nav-m .navbar-default .notice-tip,
  .navbar .navbar-default .notice-tip {
    padding: 20px 0;
    font-size: 12px;
  }
  .alley-nav-m .menu-bars,
  .navbar .menu-bars {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .alley-nav-m .menu-bars li,
  .navbar .menu-bars li {
    display: table-cell;
    width: 20%;
    list-style: none;
    text-align: center;
    padding: 0 !important;
  }
  .alley-nav-m .menu-bars li a,
  .navbar .menu-bars li a {
    color: #000;
    display: inline-block;
    padding: 0.8rem 1rem;
    vertical-align: middle;
  }
  .alley-nav-m .menu-bars li a img,
  .navbar .menu-bars li a img {
    width: 30px;
    margin-bottom: 2px;
  }
  .alley-nav-m .menu-bars li a:hover,
  .alley-nav-m .menu-bars li a.active,
  .navbar .menu-bars li a:hover,
  .navbar .menu-bars li a.active {
    color: #ff9900;
    outline: none;
  }
  .alley-nav-m .menu-bars li p,
  .navbar .menu-bars li p {
    margin-bottom: 0px;
  }
  .alley-nav-m .menu-bars .home_bt,
  .navbar .menu-bars .home_bt {
    background-color: #fbb03b;
  }
  .alley-nav-m .menu-bars .home_bt a img,
  .navbar .menu-bars .home_bt a img {
    width: 46px;
  }
  .alley-nav-m .menu-bars .home_bt_back,
  .navbar .menu-bars .home_bt_back {
    background-color: #fff;
    border-right: 1px #ccc solid;
    border-left: 1px #ccc solid;
  }
  .alley-nav-m .menu-bars .home_bt_back a img,
  .navbar .menu-bars .home_bt_back a img {
    width: 46px;
  }
  .alley-nav-m .menu-bars .home_bt_back a .icon-logo,
  .navbar .menu-bars .home_bt_back a .icon-logo {
    color: #000 !important;
  }
  .alley-nav-m .map-stuff {
    background-color: transparent;
    padding: 0 0 10px;
  }
  .alley-nav-m .map-stuff a img {
    width: 130px;
  }
  .alley-nav-m .menu-bottoms {
    background-color: white;
    border-top: #ccc 1px solid;
  }
  .alley-nav-m .menu-bottoms .menu-bars li a {
    padding: 10px 20px;
  }
  .alley-nav-m .menu-bottoms .menu-bars li a .icon-order-list,
  .alley-nav-m .menu-bottoms .menu-bars li a .icon-collect-list,
  .alley-nav-m .menu-bottoms .menu-bars li a .icon-hots,
  .alley-nav-m .menu-bottoms .menu-bars li a .icon-pay-fast,
  .alley-nav-m .menu-bottoms .menu-bars li a .icon-account {
    font-size: 24px;
  }
  .alley-nav-m .menu-bottoms .menu-bars li a .icon-logo {
    font-size: 48px;
    color: white;
  }
  .alley-nav-m .menu-bottoms .menu-bars li a p {
    margin-bottom: 0;
  }
  .alley-nav-m .menu-bottoms .menu-bars .home_bt a img {
    width: 46px;
    margin-bottom: 5px;
  }
  .navbar .container a img.site-logo {
    width: 200px !important;
  }
  .navbar {
    background-color: #fff;
  }
  .alley-nav-m {
    background-color: transparent;
  }
  .card-body {
    padding: 8px 20px 16px;
  }
  .s-device .price-stuff .product-price-info img {
    display: inline-block;
  }
  .navbar .container a img.site-logo {
    width: 200px !important;
  }
  .navbar .container a img.go_arrow {
    width: 14px !important;
  }
}

.fest-icon {
  position: absolute;
  right: calc( 50% - 250px);
  top: calc( 50% + 3px);
  width: 96px;
}

.pat-t8 {
  padding-top: 15px;
}

@media screen and (max-width: 414px) {
  .fest-icon {
    position: absolute;
    right: 11%;
    top: calc( 50% + 3px);
    width: 96px;
  }
}

@media screen and (max-width: 375px) {
  body {
    padding-bottom: 72px;
  }
  .s-device .menu-bars li a {
    padding: 10px 20px 30px;
  }
  .s-device .menu-bars li a img {
    width: 24px;
    margin-bottom: 2px;
  }
  .s-device .menu-bars li a p {
    margin-bottom: 0;
  }
  .s-device .menu-bars .home_bt a img {
    width: 46px;
    margin-bottom: 5px;
  }
  .navbar .container a img.site-logo {
    width: 200px !important;
  }
  .alley-nav-m .menu-bottoms .menu-bars li a {
    padding: 7px 0 5px;
  }
  .fest-icon {
    position: absolute;
    right: 9.5%;
    top: calc( 50% + 3px);
    width: 96px;
  }
}

@media screen and (max-width: 360px) {
  .single-line-2 {
    width: 125px;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
  }
  .single-line-3 {
    width: 100px;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
  }
  .gift-more {
    height: auto;
    line-height: 18px;
  }
  .fest-icon {
    position: absolute;
    right: 9%;
    top: calc( 50% + 3px);
    width: 96px;
  }
}

.carousels {
  overflow: hidden;
  margin-top: 120px;
}

.carousels .carousels-frame {
  position: relative;
}

.carousels .carousels-frame div .dark-overlay {
  position: relative;
}

.carousels .carousels-frame div .dark-overlay:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousels .carousels-frame div.active .dark-overlay:after {
  background: rgba(0, 0, 0, 0.7);
}

.carousels .carousels-frame div.center .dark-overlay:after {
  background: rgba(0, 0, 0, 0);
}

.carousels .carousels-frame .container {
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
}

.carousels .carousels-frame .owl-nav {
  width: 100%;
  position: absolute;
  height: 60px;
  top: 42%;
  z-index: 3;
}

.carousels .carousels-frame .owl-nav button.owl-prev span[aria-label="Previous"] {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-indent: -22222px;
  overflow: hidden;
  background-image: url("../../asset/images/pre.png");
  position: absolute;
  top: 0;
  left: -15px;
}

.carousels .carousels-frame .owl-nav button.owl-next span[aria-label="Next"] {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-indent: -22222px;
  overflow: hidden;
  background-image: url("../../asset/images/next.png");
  position: absolute;
  top: 0;
  right: -15px;
}

.ctlg-slide {
  margin: 0px 0 30px;
  width: 100%;
}

.ctlg-slide .ctlg .ctlg-frame .ctlg-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}

.ctlg-slide .ctlg .ctlg-frame .ctlg-btn .ctlg-cover {
  width: 100%;
  text-align: left;
  position: absolute;
  font-size: 18px;
  line-height: 23px;
  bottom: 0;
  z-index: 5;
  padding: 8px 12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  color: #fff;
}

.ctlg-slide .ctlg .ctlg-frame .ctlg-btn img {
  width: 100%;
}

.filter {
  text-align: center;
  padding: 5px 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.filter .filter-item {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.filter .filter-item li {
  display: inline-block;
  width: 20%;
}

.filter .filter-item li .filter-item_slt {
  position: relative;
}

.filter .filter-item li .filter-item_slt .filter-item_slt_title {
  width: 100%;
  height: 40px;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 40px;
  vertical-align: middle;
  background: #fff;
  position: absolute;
  cursor: pointer;
  pointer-events: none;
  top: 0;
  z-index: 1;
}

.filter .filter-item li .filter-item_slt .filter-item_slt_title::after {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background: url("../../assets/images/arrow-b.png") no-repeat;
  background-size: 100%;
  margin-left: 10px;
  cursor: pointer;
  pointer-events: none;
}

.filter .filter-item li .filter-item_slt .ffilter-item_slt_sltor,
.filter .filter-item li .filter-item_slt .ffilter-item_on_btn {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 40px;
}

.filter .filter-item li .filter-item_slt .ffilter-item_slt_sltor:focus {
  outline: none;
}

.filter .filter-item li .filter-item_slt .ffilter-item_on_btn {
  width: 80%;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  border: 2px #888 solid;
  border-radius: 100px;
}

.filter .filter-item li .filter-item_slt .ffilter-item_on_btn .icon-arrow-r {
  position: absolute;
  right: 15px;
  top: 10px;
  display: inline-block;
  font-size: 18px;
}

.filter .filter-item li .filter-item_slt .ffilter-item_on_btn:hover,
.filter .filter-item li .filter-item_slt .ffilter-item_on_btn:active {
  border: 2px #fb8800 solid;
  color: #fb8800;
  outline: none;
}

@media screen and (max-width: 768px) {
  .ctlg-slide {
    margin: 10px 0 16px;
    width: 100%;
  }
  .ctlg-slide .ctlg .ctlg-frame {
    padding: 3px;
  }
  .ctlg-slide .ctlg .ctlg-frame .ctlg-btn {
    display: inline-block;
    border-radius: 6px;
  }
  .ctlg-slide .ctlg .ctlg-frame .ctlg-btn .ctlg-cover {
    font-size: 16px;
    padding: 5px 11px;
    line-height: 20px;
  }
  .ctlg-slide .ctlg .ctlg-frame .ctlg-btn:active,
  .ctlg-slide .ctlg .ctlg-frame .ctlg-btn:focus,
  .ctlg-slide .ctlg .ctlg-frame .ctlg-btn:visited {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 0px 3px #ff9900;
            box-shadow: 0px 0px 0px 3px #ff9900;
  }
  .carousels {
    margin-top: 0;
  }
  .carousels .carousels-frame div .dark-overlay .bn-cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  }
  .carousels .carousels-frame div .dark-overlay img {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .filter .container {
    padding: 0;
  }
  .filter .container .filter-item li {
    width: 22%;
  }
  .filter .container .filter-item li .filter-item_slt .filter-item_slt_title {
    font-size: 15px;
  }
  .filter .container .filter-item li .filter-item_slt .filter-item_slt_title:after {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
  .filter .container .filter-item li .filter-item_slt .ffilter-item_on_btn {
    font-size: 15px;
    outline: none;
  }
  .filter .container .filter-item li .filter-item_slt .ffilter-item_on_btn:after {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
  .ctlg-slide {
    width: 100%;
  }
  .ctlg-slide .ctlg .ctlg-frame {
    padding: 3px;
  }
  .ctlg-slide .ctlg .ctlg-frame .ctlg-btn {
    display: inline-block;
    border-radius: 6px;
  }
  .ctlg-slide .ctlg .ctlg-frame .ctlg-btn .ctlg-cover {
    font-size: 14px;
    padding: 5px 11px;
    line-height: 18px;
  }
  .ctlg-slide .ctlg .ctlg-frame .ctlg-btn:active,
  .ctlg-slide .ctlg .ctlg-frame .ctlg-btn:focus,
  .ctlg-slide .ctlg .ctlg-frame .ctlg-btn:visited {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 0px 3px #ff9900;
            box-shadow: 0px 0px 0px 3px #ff9900;
  }
}

@media screen and (max-width: 375px) {
  .ctlg-slide {
    margin: 10px 0 2px;
  }
  .filter .container {
    padding: 0;
  }
  .filter .container .filter-item {
    width: 100%;
  }
  .filter .container .filter-item li {
    width: 22%;
    margin: 0;
  }
  .filter .container .filter-item li .filter-item_slt .filter-item_slt_title {
    font-size: 14px;
  }
  .filter .container .filter-item li .filter-item_slt .filter-item_slt_title:after {
    width: 8px;
    height: 8px;
    margin-left: 2px;
  }
  .filter .container .filter-item li .filter-item_slt .ffilter-item_on_btn {
    font-size: 14px;
    outline: none;
    padding: 0;
  }
  .filter .container .filter-item li .filter-item_slt .ffilter-item_on_btn:after {
    width: 8px;
    height: 8px;
    margin-left: 2px;
  }
}

@media screen and (max-width: 360px) {
  .filter .container {
    padding: 0;
  }
  .filter .container .filter-item li {
    width: 24%;
  }
  .filter .container .filter-item li .filter-item_slt .filter-item_slt_title {
    font-size: 14px;
  }
  .filter .container .filter-item li .filter-item_slt .filter-item_slt_title:after {
    width: 8px;
    height: 8px;
    margin-left: 4px;
  }
  .filter .container .filter-item li .filter-item_slt .ffilter-item_on_btn {
    font-size: 14px;
    outline: none;
  }
  .filter .container .filter-item li .filter-item_slt .ffilter-item_on_btn:after {
    width: 8px;
    height: 8px;
    margin-left: 4px;
  }
  .ctlg-slide .ctlg .ctlg-frame .ctlg-btn .ctlg-cover {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 18px;
  }
}

.badges {
  margin-top: 10px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.badges div.badges-icon {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  text-align: center;
  width: 20%;
}

.badges div.badges-icon .qr-stuff {
  width: 100%;
  max-width: 140px;
  display: inline-block;
  margin-top: 5px;
  background-color: #efefef;
}

.badges div.badges-icon p {
  color: black;
  font-weight: 300;
  font-size: 20px;
  margin-top: 20px;
}

.badges div.badges-icon p.qr-titles {
  margin-top: 10px;
}

.badges div.badges-icon img {
  max-width: 140px;
}

@media screen and (max-width: 768px) {
  .badges div.badges-icon .qr-stuff {
    width: 75%;
    margin-top: 2px;
    background-color: #efefef;
  }
  .badges div.badges-icon p {
    color: black;
    font-size: 18px;
    margin-top: 10px;
  }
  .badges div.badges-icon p.qr-titles {
    margin-top: 3px;
  }
  .badges div.badges-icon img {
    width: 75%;
  }
}

@media screen and (max-width: 480px) {
  .badges div.badges-icon p {
    color: black;
    font-size: 14px;
    margin-top: 10px;
  }
  .badges div.badges-icon img {
    width: 84%;
  }
}

@media screen and (max-width: 414px) {
  .badges div.badges-icon .qr-stuff {
    width: 84%;
    margin-top: 0px;
    background-color: #efefef;
  }
  .badges div.badges-icon p {
    margin: 5px 0 7px;
  }
  .badges div.badges-icon p.qr-titles {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .bedge-select {
    background-color: #efefef;
  }
  .bedge-select section .container {
    position: relative;
    height: 170px;
  }
  .bedge-select section .container .row {
    width: 100%;
    position: absolute;
    top: -15px;
    z-index: 4;
    background: #fff;
    border-radius: 5px;
  }
  .bedge-select section .container .row .badges {
    margin-top: 15px;
    padding: 0 5px;
  }
  .bedge-select section .hotword-s {
    padding: 0 20px;
  }
  .bedge-select section .hotword-s .hot-words {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content li {
    display: inline-block;
    padding: 15px 15px;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content li a {
    color: #b80101;
    font-size: 18px;
  }
}

@media screen and (max-width: 414px) {
  .bedge-select section {
    padding: 0 8px;
  }
  .bedge-select section .container {
    position: relative;
    height: 105px;
  }
  .bedge-select section .hotword-s {
    padding: 0 20px;
  }
  .bedge-select section .hotword-s .hot-words {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content li {
    display: inline-block;
    padding: 15px 5px;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content li a {
    color: #b80101;
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .bedge-select section .container {
    position: relative;
    height: 100px;
  }
  .bedge-select section .container .row .badges {
    padding: 0 5px;
  }
  .bedge-select section .container .row .badges div.badges-icon a img {
    width: 75%;
  }
  .bedge-select section .container .row .badges div.badges-icon p {
    font-size: 13px;
  }
  .bedge-select section .hotword-s {
    padding: 0 5px;
  }
  .bedge-select section .hotword-s .hot-words {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content li {
    display: inline-block;
    padding: 10px 5px;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .bedge-select section .container {
    position: relative;
    height: 100px;
  }
  .bedge-select section .hotword-s {
    padding: 0 5px;
  }
  .bedge-select section .hotword-s .hot-words {
    display: block;
    width: 100%;
    height: 45px;
    overflow: hidden;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content li {
    display: inline-block;
    padding: 10px 5px;
  }
  .bedge-select section .hotword-s .hot-words .hot-words-content li a {
    font-size: 14px;
  }
}

.container .hot-up {
  color: white;
}

.container .hot-up .collect-mark {
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: 28px;
  right: 20px;
  cursor: pointer;
}

.container .hoty .collect-mark {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.container .hoty .cs-block2 {
  text-decoration: none;
}

.container .hoty .cs-block2 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .container .hoty .cs-block2 .cs-block2-content {
    position: relative;
    padding: 10px 8px 16px;
  }
  .container .hoty .cs-block2 .cs-block2-content .product-item__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .container .hoty .cs-block2 .cs-block2-content .price-stuff .product-price-info {
    font-size: 13px;
  }
  .container .hoty .cs-block2 .cs-block2-content .price-stuff .price-stuff-img {
    width: 16px;
    margin-left: 3px;
  }
}

@media screen and (max-width: 414px) {
  .container .hoty .collect-mark {
    bottom: 10px;
    right: 8px;
  }
  .container .hoty .collect-mark img {
    width: 16px;
  }
  .container .hoty .cs-block2 .cs-block2-content {
    height: 215px;
    overflow: hidden;
  }
  .container .hoty .cs-block2 .cs-block2-content .prod-title {
    height: 85px;
  }
  .container .hoty .cs-block2 .cs-block2-content .prod-title .merchant {
    font-size: 13px;
    line-height: 1.3;
    color: gray;
  }
  .container .hoty .cs-block2 .cs-block2-content .push-tag .push-tag-item {
    font-size: 12px;
    padding: 0 2px;
  }
  .container .hoty .cs-block2 .cs-block2-content .resting-prod .old-price {
    font-size: 14px;
  }
  .container .hoty .cs-block2 .cs-block2-content .price-stuff .price-main .dscnt {
    font-size: 18px;
  }
  .container .hoty .cs-block2 .cs-block2-content .price-stuff .price-main .unit-term {
    font-size: 13px;
  }
  .container .hoty .cs-block2 .cs-block2-content .price-stuff .price-main .unit-terms {
    font-size: 13px;
  }
  .container .hoty .cs-block2 .cs-block2-content .price-stuff .price-main .unit-term-l {
    font-size: 14px;
  }
  .container .hoty .cs-block2 .cs-block2-content .price-stuff .price-main .bonus {
    font-size: 18px;
  }
  .container .hoty .cs-block2 .cs-block2-content .price-stuff .price-main .main-amount {
    font-size: 22px;
  }
  .container .hoty .cs-block2 .cs-block2-content .price-stuff .price-main .div-line {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  .container .ctlg-slide {
    margin: 0;
  }
}

.pods-content-frame {
  width: 100%;
  padding: 0;
  margin: 0 0 25px;
}

.prod-slot {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  border: #efefef 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-bottom: 20px;
}

.prod-slot .prod-link-cover {
  width: 100%;
  overflow: hidden;
}

.prod-slot .prod-link-cover img {
  height: 139px;
}

.prod-slot .prod-link-cover .badge-area {
  position: relative;
}

.prod-slot .prod-link-cover .badge-area .badge-ticket {
  position: absolute;
  right: 5px;
  bottom: 7px;
  background-color: #fd0202;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 5px 10px;
  border: 2px #fff solid;
  border-radius: 50px;
}

.prod-slot .prod-link-cover .cs-block2-content {
  position: relative;
  height: 210px;
  padding: 8px 9px 0;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail {
  text-indent: 0px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4px;
  padding: 0 8px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .prod-title {
  height: 80px;
  overflow: hidden;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .prod-title .product-item_title {
  white-space: normal;
  color: #4a4a4a;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 3px;
  height: 20px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .prod-title .merchant {
  font-size: 14px;
  line-height: 1.4;
  color: #888;
  margin-bottom: 0px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag,
.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info,
.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-gift,
.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .bk-info {
  position: relative;
  font-size: 12px;
  font-weight: 300;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag {
  color: #fb8800;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag .push-tag-item {
  display: inline-block;
  padding: 0px 2px;
  border: #fb8800 1px solid;
  margin-bottom: 5px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag .resting-prod {
  position: absolute;
  right: 0;
  color: #888;
  font-size: 14px;
  font-weight: normal;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info {
  margin-bottom: 0px;
  color: #da191b;
  font-size: 13px;
  font-weight: normal;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .push-states {
  display: inline-block;
  position: absolute;
  right: 0;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .push-states .distance {
  top: -1px;
  color: #fbb03b;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .push-states .sold {
  background-color: #888;
  color: #fff;
  padding: 0 5px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .push-states .resting-prod {
  margin-bottom: 0px;
  color: #888;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .text-right .same-old-price {
  color: #999;
  text-decoration: line-through;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-gift {
  text-indent: 25px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-gift .gift-tag {
  width: 30px;
  position: absolute;
  top: -2px;
  left: -10px;
  height: 24px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-gift .gift-items {
  text-indent: 0px;
  font-size: 13px;
  font-weight: 400;
  color: #fd0202;
  display: inline-block;
  padding: 0px 7px;
  border: #fd0202 1px solid;
  border-radius: 50px;
  margin-bottom: 4px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-gift .gift-more {
  position: absolute;
  font-weight: 400;
  right: 0;
  text-indent: 0px;
  padding: 0px 5px;
  color: #fd0202;
  border: #fd0202 1px solid;
  border-radius: 50px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .bk-info {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #fd0202;
  margin-bottom: 1px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .bk-info p {
  margin: 0;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .bk-info .bk-info-more {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff {
  position: relative;
  font-size: 15px;
  text-align: right;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .dscnt {
  position: absolute;
  left: 0;
  top: 6px;
  color: #da191b;
  font-weight: bold;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .on-hot-sale {
  position: absolute;
  left: 0;
  top: 6px;
  color: #000;
  font-weight: bold;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main {
  display: inline-block;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main .old-price {
  margin-right: 5px;
  text-decoration: line-through;
  color: #999;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main .price-title {
  margin-right: 5px;
  color: #999;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main .unit-term-l {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-right: -3px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main .main-amount {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.prod-slot .prod-link-cover .gift-content {
  height: 210px !important;
}

.prod-slot .arrived {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
}

.prod-slot .arrived .arrived-notice {
  font-size: 14px;
  line-height: 24px;
  height: 26px;
  width: 100%;
}

.prod-slot .prod-link-cover {
  width: 100%;
  overflow: hidden;
}

.prod-slot .prod-link-cover img {
  height: 140px;
}

.prod-slot .prod-link-cover .cs-block2-content {
  position: relative;
  height: 180px;
  padding: 8px 9px 0;
  background-color: #fff;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-title .product-item_title {
  white-space: normal;
  color: #4a4a4a;
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: normal;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-title .merchant {
  line-height: 1.4;
  font-size: 14px;
  color: #888;
  margin-bottom: 0px;
}

.prod-slot .prod-link-cover .cs-block2-content .prod-title .single-line {
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}

.prod-slot .prod-link-cover .cs-block2-content .push-tag,
.prod-slot .prod-link-cover .cs-block2-content .push-info {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  color: #fb8800;
  margin-bottom: 3px;
}

.prod-slot .prod-link-cover .cs-block2-content .push-tag .push-tag-item {
  display: inline-block;
  padding: 0px 2px;
  border: #fb8800 1px solid;
}

.prod-slot .prod-link-cover .cs-block2-content .push-tag .resting-prod {
  position: absolute;
  right: 0;
  color: #888;
  font-size: 14px;
  font-weight: normal;
}

.prod-slot .prod-link-cover .cs-block2-content .push-info {
  margin-bottom: 0px;
  color: #da191b;
  font-size: 13px;
  font-weight: normal;
}

.prod-slot .prod-link-cover .cs-block2-content .push-info .push-states {
  display: inline-block;
  position: absolute;
  right: 0;
}

.prod-slot .prod-link-cover .cs-block2-content .push-info .push-states .distance {
  top: -1px;
  color: #fbb03b;
}

.prod-slot .prod-link-cover .cs-block2-content .push-info .push-states .sold {
  background-color: #888;
  color: #fff;
  padding: 0 5px;
}

.prod-slot .prod-link-cover .cs-block2-content .push-info .push-states .resting-prod {
  margin-bottom: 0px;
  color: #888;
}

.prod-slot .prod-link-cover .cs-block2-content .price-stuff {
  position: relative;
  font-size: 15px;
  text-align: right;
}

.prod-slot .prod-link-cover .cs-block2-content .price-stuff .dscnt {
  position: absolute;
  left: 0;
  top: 6px;
  color: #da191b;
  font-weight: bold;
}

.prod-slot .prod-link-cover .cs-block2-content .price-stuff .price-main {
  display: inline-block;
}

.prod-slot .prod-link-cover .cs-block2-content .price-stuff .price-main .old-price {
  margin-right: 5px;
  text-decoration: line-through;
  color: #999;
}

.prod-slot .prod-link-cover .cs-block2-content .price-stuff .price-main .unit-term-l {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-right: -3px;
}

.prod-slot .prod-link-cover .cs-block2-content .price-stuff .price-main .main-amount {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.tiki-type {
  position: relative;
}

.tiki-type-item {
  position: absolute;
  top: 0px;
  left: 5px;
  width: 30px !important;
  height: 30px !important;
  z-index: 10;
}

.tiki-type-item-2 {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 30px !important;
  height: 30px !important;
  z-index: 10;
}

.tiki-type-item-3 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 56px !important;
  height: 56px !important;
  z-index: 10;
}

@media only screen and (max-width: 1080px) and (max-height: 1920px) {
  /* Styles here */
  .personal-qr {
    top: 0;
    right: 16px;
  }
  .prod-fly {
    padding: 0 5px;
  }
  .prod-slot {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    border: #efefef 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  .prod-slot .cs-block2-content {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .filter .container .filter-item li .filter-item_slt .ffilter-item_on_btn {
    line-height: 14px;
  }
  .filter .container .filter-item li .filter-item_slt .ffilter-item_on_btn .icon-arrow-r {
    font-size: 14px;
    right: 8px;
    top: 11px;
  }
  .prod-fly {
    padding: 0px;
  }
  .prod-fly-2 {
    padding: 0px;
  }
  .pods-content-frame {
    padding: 0px;
    margin: 0;
  }
  .pods-content-frame .pd0 {
    padding: 0 5px;
  }
  .prod-slot {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: #efefef 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin-bottom: 8px;
  }
  .prod-slot .prod-link-cover img {
    height: 156px;
  }
  .prod-slot .prod-link-cover .badge-area {
    position: relative;
  }
  .prod-slot .prod-link-cover .badge-area .badge-ticket {
    position: absolute;
    right: 5px;
    bottom: 7px;
    background-color: #fd0202;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 10px;
    border: 2px #fff solid;
    border-radius: 50px;
  }
  .prod-slot .prod-link-cover .cs-block2-content {
    position: relative;
    height: 170px;
    padding: 8px 8px 0;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-title .product-item_title {
    white-space: normal;
    color: #4a4a4a;
    line-height: 1.4;
    margin-bottom: 3px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-title .merchant {
    font-size: 15px;
    line-height: 1.4;
    color: #888;
    margin-bottom: 0px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag,
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info {
    font-size: 13px;
    color: #fb8800;
    margin-bottom: 3px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag {
    line-height: inherit;
    position: relative;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag .push-tag-item {
    display: inline-block;
    padding: 0px 2px;
    border: #fb8800 1px solid;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info {
    position: relative;
    margin-bottom: -5px;
    font-size: 15px;
    font-weight: normal;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .bonus {
    color: #da191b;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .push-states {
    display: inline-block;
    position: absolute;
    right: 0;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .push-states .resting-prod {
    color: #888;
    font-weight: normal;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .push-states .sold {
    display: inline-block;
    background-color: #888;
    color: #fff;
    padding: 0 5px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .push-states .distance {
    color: #ff9900;
    font-weight: bold;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-gift {
    text-indent: 20px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-gift .gift-items {
    padding: 0 5px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff {
    position: relative;
    font-size: 16px;
    text-align: right;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .dscnt {
    position: absolute;
    left: 0;
    top: 4px;
    color: #da191b;
    font-weight: bold;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main {
    display: inline-block;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main span {
    padding: 0;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main .old-price {
    margin-right: 5px;
    text-decoration: line-through;
    color: #999;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main .unit-term-l {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-right: -4px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main .main-amount {
    font-size: 20px;
    color: #000;
    font-weight: 800;
  }
  .prod-slot .prod-link-cover .cs-block2-aplp {
    height: 215px;
  }
  .prod-slot .prod-link-cover .purches {
    padding: 5px 0 10px;
  }
  .prod-slot .prod-link-cover .gift-content-lzp {
    height: 180px !important;
  }
  .prod-slot .prod-link-cover .gift-content {
    height: 215px !important;
  }
  .prod-slot .purches-2 {
    padding: 5px 10px 10px;
  }
  .prod-slot .arrived {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
  }
  .prod-slot .arrived .arrived-notice {
    height: 28px;
    width: 100%;
  }
  .prod-slot .arrived .arrived-notice:visited,
  .prod-slot .arrived .arrived-notice:active,
  .prod-slot .arrived .arrived-notice:focus {
    color: #fff;
    outline: none;
  }
}

@media screen and (max-width: 414px) {
  .filter .container .filter-item li {
    width: 23%;
    vertical-align: middle;
  }
  .filter .container .filter-item li .filter-item_slt .filter-item_slt_title {
    height: 30px;
    line-height: 30px;
  }
  .filter .container .filter-item li .filter-item_slt .ffilter-item_slt_sltor {
    height: 30px;
  }
  .filter .container .filter-item li .filter-item_slt .ffilter-item_on_btn {
    width: 90%;
    line-height: 14px;
    height: 30px;
  }
  .filter .container .filter-item li .filter-item_slt .ffilter-item_on_btn .icon-arrow-r {
    font-size: 12px;
    right: 4px;
    top: 7px;
  }
  .prod-fly {
    padding: 8px;
  }
  .prod-fly-2 {
    padding: 8px 4px;
  }
  .prod-slot .prod-link-cover img {
    height: 134px;
  }
  .prod-slot .prod-link-cover .cs-block2-content {
    position: relative;
    height: 160px;
    padding: 8px 10px 0;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-title .product-item_title {
    white-space: normal;
    color: #4a4a4a;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 3px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-title .single-line {
    height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-title .merchant {
    font-size: 14px;
    line-height: 1.4;
    color: #888;
    margin-bottom: 0px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .push-tag,
  .prod-slot .prod-link-cover .cs-block2-content .push-info {
    font-size: 12px;
    color: #fb8800;
    margin-bottom: 3px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .push-tag {
    position: relative;
  }
  .prod-slot .prod-link-cover .cs-block2-content .push-tag .push-tag-item {
    display: inline-block;
    padding: 0px 2px;
    line-height: 16px;
    border: #fb8800 1px solid;
  }
  .prod-slot .prod-link-cover .cs-block2-content .push-info {
    position: relative;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: normal;
  }
  .prod-slot .prod-link-cover .cs-block2-content .price-stuff {
    position: relative;
    font-weight: normal;
    text-align: right;
    font-size: 14px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .price-stuff .dscnt {
    top: 5px;
    color: #da191b;
  }
  .prod-slot .prod-link-cover .cs-block2-content .price-stuff .price-main {
    display: inline-block;
  }
  .prod-slot .prod-link-cover .cs-block2-content .price-stuff .price-main span {
    padding: 0;
  }
  .prod-slot .prod-link-cover .cs-block2-content .price-stuff .price-main .old-price {
    text-decoration: line-through;
    color: #999;
  }
  .prod-slot .prod-link-cover .cs-block2-content .price-stuff .price-main .unit-term-l {
    font-size: 18px;
    color: #000;
    font-weight: 400;
  }
  .prod-slot .prod-link-cover .cs-block2-content .price-stuff .price-main .main-amount {
    font-size: 18px;
    color: #000;
    font-weight: 800;
  }
  .prod-slot .prod-link-cover .cs-block2-aplp {
    height: 215px;
  }
  .prod-slot .prod-link-cover .purches {
    padding: 10px 0;
  }
  .prod-slot .arrived {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
  }
  .prod-slot .arrived .arrived-notice {
    font-size: 14px;
    line-height: 23px;
    height: 25px;
    width: 100%;
    padding: 0 5px;
  }
  .prod-slot .arrived .arrived-notice:visited,
  .prod-slot .arrived .arrived-notice:active,
  .prod-slot .arrived .arrived-notice:focus {
    color: #fff;
    outline: none;
  }
}

@media only screen and (max-width: 414px) and (max-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .prod-fly {
    padding: 0 5px;
  }
  .prod-slot .cs-block2-content {
    text-align: left;
  }
}

@media screen and (max-width: 375px) {
  .filter {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0;
  }
  .filter .filter-item {
    vertical-align: middle;
  }
  .filter .filter-item .filter-item_slt {
    padding-bottom: 0px;
  }
  .filter .filter-item .filter-item_slt .form-check .form-check-label {
    font-size: 14px;
  }
  .filter .filter-item .filter-item_slt .filter-item_slt_title.active {
    color: #ff9900;
  }
  .filter .filter-item .filter-item_slt .ffilter-item_on_btn {
    line-height: 10px;
    padding-bottom: 5px;
  }
  .filter .filter-item .filter-item_slt .ffilter-item_on_btn:active,
  .filter .filter-item .filter-item_slt .ffilter-item_on_btn:focus {
    border: 3px #ff9900 solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .prod-fly {
    padding: 0 8px;
  }
  .pat-t8 {
    padding: 8px;
  }
  .pods-content-frame .pd0 {
    padding: 0 3px;
  }
  .prod-slot {
    margin-bottom: 10px;
  }
  .prod-slot .prod-link-cover img {
    height: 120px;
  }
  .prod-slot .prod-link-cover .cs-block2-content {
    position: relative;
    height: 160px;
    padding: 8px 8px 0;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail {
    padding: 0 7px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .prod-title .product-item_title {
    white-space: normal;
    color: #4a4a4a;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 3px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .prod-title .merchant {
    font-size: 14px;
    line-height: 1.4;
    color: #888;
    margin-bottom: 0px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag,
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info {
    font-size: 11px;
    color: #fb8800;
    margin-bottom: 3px;
    line-height: 20px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag {
    position: relative;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag .push-tag-item {
    padding: 0px 2px;
    border: #fb8800 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag .resting-prod {
    position: absolute;
    right: 0;
    color: #888;
    font-size: 13px;
    font-weight: normal;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info {
    position: relative;
    margin-bottom: 0px;
    color: #da191b;
    font-size: 12px;
    font-weight: normal;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .push-states .resting-prod {
    margin-bottom: 0px;
    color: #888;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-info .push-states .sold {
    display: inline-block;
    background-color: #888;
    color: #fff;
    padding: 0 5px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff {
    font-size: 13px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .dscnt {
    top: 7px;
    color: #da191b;
    font-weight: bold;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 3px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main span {
    padding: 0;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main .old-price {
    display: inline-block;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main .unit-term-l {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-right: -3px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .price-stuff .price-main .main-amount {
    font-size: 18px;
    color: #000;
  }
  .prod-slot .prod-link-cover .cs-block2-aplp {
    height: 215px;
  }
  .prod-slot .prod-link-cover .purches {
    padding: 10px 0;
  }
}

@media screen and (max-width: 360px) {
  .filter {
    padding: 0px 0 8px;
  }
  .prod-fly {
    padding: 0 5px;
  }
  .pat-t8 {
    padding: 8px;
  }
  .prod-slot .prod-link-cover .cs-block2-content {
    text-align: left;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail {
    padding: 0 5px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag {
    font-size: 12px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-tag .push-tag-item {
    padding: 0 1px;
  }
  .prod-slot .prod-link-cover .cs-block2-content .prod-info-detail .push-gift .gift-tag {
    position: absolute;
    top: 0px;
    left: -7px;
    height: 22px;
  }
  .prod-slot .prod-link-cover .cs-block2-aplp {
    height: 215px;
  }
  .prod-slot .prod-link-cover .purches {
    padding: 10px 0;
  }
  .prod-slot .prod-link-cover .gift-content {
    height: 210px !important;
  }
  .pods-content-frame .pd0 {
    padding: 0 3px;
  }
  .alley-nav-m .menu-bottoms {
    background-color: white;
    border-top: #ccc 1px solid;
  }
  .alley-nav-m .menu-bottoms .menu-bars li a {
    padding: 10px 10px;
  }
  .alley-nav-m .menu-bottoms .menu-bars li a .icon-order-list,
  .alley-nav-m .menu-bottoms .menu-bars li a .icon-collect-list,
  .alley-nav-m .menu-bottoms .menu-bars li a .icon-pay-fast,
  .alley-nav-m .menu-bottoms .menu-bars li a .icon-account {
    font-size: 24px;
  }
  .alley-nav-m .menu-bottoms .menu-bars li a .icon-on-sale {
    font-size: 38px;
  }
  .alley-nav-m .menu-bottoms .menu-bars li a p {
    margin-bottom: 0;
  }
  .alley-nav-m .menu-bottoms .menu-bars .home_bt a img {
    width: 46px;
    margin-bottom: 5px;
  }
  .bedge-select section .container {
    height: 95px;
  }
  .ctlg-slide {
    padding-top: 10px;
  }
}

footer .service-info {
  padding: 40px 0 0;
}

footer .cpright {
  padding: 20px 0;
}

.service-detail {
  margin-top: 10px;
}

.service-detail li {
  list-style: none;
  line-height: 32px;
  color: #999;
}

.service-detail li a {
  color: #999;
}

.serv-icons {
  text-align: center;
  margin-top: 10px;
}

.serv-icons img {
  margin-bottom: 10px;
}

.dwn-info {
  width: 50%;
}

.dwn-info .ios-badge,
.dwn-info .android-badge {
  width: 95%;
}

@media screen and (max-width: 768px) {
  .serv-icons {
    text-align: center;
    margin-top: 10px;
  }
  .serv-icons img {
    margin-bottom: 10px;
  }
  .dwn-info {
    width: 50%;
  }
  .dwn-info .ios-badge,
  .dwn-info .android-badge {
    width: 100%;
  }
  .qr-space {
    width: 50%;
  }
  .qr-space img {
    width: 90%;
  }
  footer .service-info {
    padding: 20px 0 0;
  }
  .service-detail {
    margin: 0;
    padding: 0;
  }
  .service-detail li {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  .serv-icons {
    width: 250px;
    margin: 20px auto;
    text-align: center;
  }
  .serv-icons img {
    margin-bottom: 10px;
  }
  .dwn-info {
    width: 50%;
  }
  .dwn-info .ios-badge,
  .dwn-info .android-badge {
    width: 100%;
  }
  .qr-space {
    width: 50%;
  }
  .qr-space img {
    width: 80%;
  }
  .lion {
    display: none;
  }
  .service-detail li a {
    text-decoration: underline;
  }
}

.tool-nav {
  background: transparent;
}

.tool-nav .navbar-header {
  padding: 10px;
  display: inline-block;
}

.tool-nav .navbar-header .icon-logo {
  color: #fff;
  font-size: 70px;
}

.tool-nav .nav-menu {
  display: inline-block;
  list-style: none;
  float: right;
}

.tool-nav .nav-menu li {
  display: inline-block;
  text-align: center;
  padding: 25px 20px 5px;
}

.tool-nav .nav-menu li a {
  color: #fff;
}

.tool-nav .nav-menu li a span {
  font-size: 24px;
}

.tool-nav .nav-menu li a p {
  margin-bottom: 0;
}

.tool-nav ul.navbar-nav a {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: left;
  color: #fff;
}

.tool-nav ul.navbar-nav a:hover {
  background: transparent;
}

.tool-nav button.navbar-toggle {
  background: transparent;
  border-radius: 3px;
}

.tool-nav button.navbar-toggle:hover {
  background: orange;
}

.tool-nav button.navbar-toggle > span.icon-bar {
  background: #fff;
}

.tool-nav {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.tool-nav.scrolled {
  background: white;
  border-bottom: #ddd 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tool-nav.scrolled .navbar-header .icon-logo {
  color: #ff9900;
}

.tool-nav.scrolled .nav-menu {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  float: right;
}

.tool-nav.scrolled .nav-menu li a {
  color: #000;
}

.tool-nav.scrolled .nav-menu li a span {
  font-size: 24px;
}

.tool-nav.scrolled .nav-menu li a p {
  margin-bottom: 0;
}

.tool-nav.scrolled ul.navbar-nav a {
  color: #000;
}

.tool-nav.scrolled button.navbar-toggle {
  background: transparent;
  border-radius: 3px;
}

.tool-nav.scrolled button.navbar-toggle:hover {
  background: orange;
}

.tool-nav.scrolled button.navbar-toggle > span.icon-bar {
  background: #000;
}

.tool-nav.scrolled #signIn {
  background-color: #ff854f;
  color: #fff;
  border: none;
}

.fig {
  text-align: center;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

.fig-logo,
.fig-to {
  position: absolute;
  font-size: 70px;
  color: #fff;
}

.fig-logo {
  display: inline-block;
  left: 15px;
}

.fig-to {
  font-size: 55px;
  top: 20px;
  right: 20px;
}

.fig-to a,
.fig-to a:hover,
.fig-to a:focus,
.fig-to .a:active,
.fig-to .a:focus {
  color: #fff;
}

.fig-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fig-sign {
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-top: 120px;
  color: #fff;
}

.fig-sign .ic-sets {
  display: inline-block;
}

.fig-sign .ic-l {
  margin-right: 15%;
}

.fig-sign .ic-r {
  margin-left: 15%;
}

.fig-sign .mid-c {
  margin-top: -15px !important;
}

.fig-sign .icon-scan,
.fig-sign .icon-scan-buy {
  font-size: 50px;
  padding: 10px;
  margin-top: -20px;
  color: #fff;
}

.fig-sign .icon-scan:hover,
.fig-sign .icon-scan:active,
.fig-sign .icon-scan:focus,
.fig-sign .icon-scan:visited,
.fig-sign .icon-scan-buy:hover,
.fig-sign .icon-scan-buy:active,
.fig-sign .icon-scan-buy:focus,
.fig-sign .icon-scan-buy:visited {
  color: #fff;
  outline: none;
}

.fig-sign .fig-title {
  margin-top: 5px;
}

.fig-sign .fig-center {
  margin-top: 15px;
}

.fbt {
  position: absolute;
  width: 100%;
  top: 130px;
}

.ic-sets {
  display: inline-block;
  width: 33%;
  text-align: center;
}

.ic-sets .fig-title {
  color: #fff;
}

.ic-sets .fig-center {
  margin-top: 8px;
}

.fbt-down {
  position: absolute;
  width: 100%;
  top: 250px;
}

.redrum {
  padding-top: 110px;
}

.tool-card {
  position: relative;
}

.tool-card-frame {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: -20px;
  left: 0px;
}

.tool-bt {
  position: relative;
  padding: 15px 0;
}

.tool-bt p {
  margin-bottom: 0px;
}

.icon-coupons,
.icon-pot,
.icon-mission,
.icon-money {
  font-size: 70px;
}

.icon-scan-buy {
  font-size: 55px;
}

.icon-money {
  font-size: 50px;
  color: #fbb03b;
}

.icon-money-disable {
  font-size: 50px;
  color: #EDEDED;
}

.icon-lock {
  font-size: 24px;
  color: #AEAEAE !important;
}

.lock-pos {
  position: absolute;
  left: 16px;
  top: 24px;
}

.icon-coupons {
  color: #E8485C;
}

.icon-coupons-disable {
  color: #EDEDED;
}

.lock-pos-2 {
  position: absolute;
  left: 24px;
  top: 24px;
}

.icon-scan-buy,
.icon-scan-buy:hover,
.icon-scan-buy:active,
.icon-scan-buy:focus,
.icon-scan-buy:visited,
.icon-pot,
.icon-pot:hover,
.icon-pot:active,
.icon-pot:focus,
.icon-pot:visited,
.icon-mission,
.icon-mission:hover,
.icon-mission:active,
.icon-mission:focus,
.icon-mission:visited {
  color: #fff;
}

.ft-tiny {
  font-weight: 300;
}

.dot-line {
  position: absolute;
  right: -15px;
  top: 30px;
}

.user-info-frame {
  padding-top: 220px;
}

.user-info-profile {
  margin: 0 0 20px;
}

.user-info-profile-data {
  position: relative;
}

.head-shot {
  vertical-align: middle;
  margin-right: 30px;
}

.personal-qr {
  position: absolute;
  top: -15px;
  right: 10px;
}

.profile-data {
  display: inline-block;
  vertical-align: middle;
}

.tool-quick {
  background-color: #fff;
  padding-bottom: 20px;
}

.title-bar {
  position: relative;
  padding: 15px;
}

.title-bar h2 {
  font-size: 20px;
}

.title-bar .more-bt {
  color: #666;
  position: absolute;
  right: 0;
  top: 0;
}

.input-set {
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 12px 8px 13px;
  border: 1px #ccc solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 15px;
}

.input-set input[type="text"] {
  width: 79%;
  border: none;
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  vertical-align: middle;
}

.input-set input[type="text"]:focus {
  outline: none;
}

.save-bt {
  border-radius: 50px;
  width: 20%;
  font-size: 16px;
  padding: 0 15px;
  outline: none;
  line-height: 28px;
  height: 32px;
}

.mass-notice {
  padding: 0 10px;
  list-style: none;
  margin-bottom: 10px;
}

.mass-notice li {
  padding: 10px;
  border-bottom: 1px #ccc solid;
  position: relative;
}

.mass-notice li .go_to_arrow {
  color: #959595;
  position: absolute;
  right: 0px;
}

.mass-notice li a,
.mass-notice li a:hover,
.mass-notice li a:active,
.mass-notice li a:focus,
.mass-notice li a:visited {
  color: #333;
}

.mass-notice li:last-child {
  border-bottom: none;
}

.notice-dot {
  color: #ff9900;
  margin-right: 10px;
}

.register-btn {
  border-radius: 50px;
  font-size: 16px;
  padding: 0 20px;
}

.register-btn .icon-lock {
  margin-right: 5px;
}

.qr-print {
  border: 5px #fff solid;
}

.menus-stuff div {
  padding: 0 5px;
  font-size: 15px;
}

.menus-stuff div a,
.menus-stuff div a:active,
.menus-stuff div a:focus,
.menus-stuff div a:visited {
  color: #000;
}

@media screen and (max-width: 768px) {
  .punch-s {
    display: none;
  }
  .punch-l {
    display: block;
  }
  .strech-up {
    padding-bottom: 70px;
  }
  .pd-0-indeed {
    padding: 0;
    max-width: 100%;
  }
  .redrum {
    padding-top: 80px;
  }
  .search-mig .icon-srch {
    font-size: 26px;
    color: #fff;
  }
  .fbt {
    top: 60px;
  }
  .ic-sets {
    width: 32.8%;
  }
  .fbt-down {
    top: 145px;
  }
  .tool-card-frame {
    top: -90px;
  }
  .user-info-frame {
    padding-top: 105px;
  }
  .fig-sign {
    padding-top: 0px;
  }
}

@media screen and (max-width: 414px) {
  .punch-s {
    display: block;
  }
  .punch-l {
    display: none;
  }
  .strech-up {
    padding-bottom: 70px;
  }
  .fbt {
    top: 50px;
  }
  .fbt-down {
    top: 130px;
  }
  .ic-sets {
    width: 32%;
  }
  .tool-card-frame {
    top: -70px;
  }
  .fig-content {
    height: 95%;
  }
  .fig-sign {
    padding-top: 10px;
  }
  .fig-sign .fig-title {
    margin-top: -5px;
  }
  .fig-sign .fig-center {
    margin-top: 2px;
  }
  .fig-sign .icon-scan,
  .fig-sign .icon-scan-buy {
    font-size: 36px;
  }
  .icon-coupons,
  .icon-pot,
  .icon-mission,
  .icon-money {
    font-size: 50px;
  }
  .icon-scan-buy {
    font-size: 38px;
  }
  .heads-bg {
    width: 100%;
  }
  .short-w {
    width: 94%;
    left: 3%;
  }
  .tool-quick img {
    width: 100%;
    max-width: 80px;
  }
  .user-info-frame {
    padding-top: 47px;
  }
  .user-info-profile {
    margin: 0 0 10px;
  }
  .head-shot {
    width: 40%;
    margin-right: 10px;
  }
  .pd-0 {
    padding: 0 0 0 15px;
  }
  .profile-data p {
    margin-bottom: 5px;
  }
  .personal-qr {
    top: 0;
  }
  .filter {
    padding: 0;
  }
}

@media screen and (max-width: 375px) {
  .strech-up {
    padding-bottom: 62px;
  }
  .fbt {
    top: 45px;
  }
  .ic-sets {
    width: 32%;
  }
  .ic-sets .fig-title {
    font-size: 14px;
    margin-top: 0px;
  }
  .ic-sets .fig-center {
    margin-top: 5px;
  }
  .fbt-down {
    top: 120px;
  }
  .tool-card-frame {
    top: -60px;
  }
  .badges .badges-icon p {
    margin-top: 5px;
    margin-bottom: 8px;
  }
  .input-set input[type="text"] {
    width: 76%;
    border: none;
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    vertical-align: middle;
  }
  .head-shot {
    width: 36%;
  }
  .personal-qr {
    right: 5px;
    top: -12px;
  }
  .mass-notice {
    font-size: 15px;
    padding: 0;
    font-weight: 300;
  }
  .menus-stuff div {
    padding: 0 5px;
    font-size: 15px;
  }
  .menus-stuff div a,
  .menus-stuff div a:active,
  .menus-stuff div a:focus,
  .menus-stuff div a:visited {
    color: #000;
  }
  .profile-data {
    font-size: 15px;
  }
  .user-info-profile {
    margin: 0 0 8px;
  }
  .user-info-frame {
    padding-top: 48px;
  }
}

@media screen and (max-width: 360px) {
  .strech-up {
    padding-bottom: 70px;
  }
  .fbt {
    top: 40px;
  }
  .ic-sets {
    width: 32%;
  }
  .ic-sets .fig-title {
    font-size: 14px;
    margin-top: 0px;
  }
  .ic-sets .fig-center {
    margin-top: 5px;
  }
  .input-set input[type="text"] {
    width: 75%;
    border: none;
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    vertical-align: middle;
  }
  .personal-qr {
    top: -14px;
    right: 5px;
  }
  .user-info-frame {
    padding-top: 47px;
  }
}

@media only screen and (max-width: 1080px) and (max-height: 1920px) {
  .input-set input[type="text"] {
    width: 75%;
  }
}

.pd15 {
  padding: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.mem-profile-header {
  height: 200px;
  background: url("../images/membg.png") repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mem-profile-header-acnt {
  height: 200px;
  background: #fff;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mem-profile-id {
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  text-align: center;
}

.mem-profile-id img {
  width: 40.9999%;
}

.mem-profile-id img.ic-fb {
  width: 70px !important;
  margin-bottom: 5px;
  margin-top: 10px;
}

.mem-profile-id .id-nums {
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.mem-profile-id .statss {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
}

.mem-profile-id .id-slot {
  font-weight: 400;
}

.mem-profile-id .s-notice {
  font-size: 13px;
  font-weight: 300;
}

.mem-profile-id .scp-m {
  width: 120px;
  height: 30px;
  line-height: 27px;
  font-size: 14px;
  margin-bottom: 20px;
}

.mem-assets-info {
  padding: 8px 0;
  background: #4a4a4a;
  color: #fff;
}

.mem-assets-info p {
  margin: 0;
}

.mem-assets-info .mem-subs-nums {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.mem-assets-info .mem-subs-title {
  font-weight: 300;
  font-size: 15px;
}

.member-card-frame-1 {
  padding: 15px 5px 20px 10px;
}

.member-card-frame-2 {
  padding: 15px 10px 20px 5px;
}

.member-card {
  border-radius: 5px;
  background-color: #fff;
  height: 135px;
  padding: 5px 10px 8px;
}

.member-card .ico-sign-box {
  display: inline-block;
  position: relative;
}

.member-card .ico-sign-box .icon-coupons {
  display: inline-block;
  font-size: 70px;
}

.member-card .ico-sign-box .icon-money {
  margin-top: 8px;
  display: inline-block;
  font-size: 55px;
}

.cranch {
  position: relative;
}

.bdg-notice {
  position: absolute;
  font-size: 15px !important;
  line-height: 10px;
  padding: 4px 6px !important;
  font-weight: 400;
  height: 20px;
  border-radius: 50px;
}

.bdg-position {
  top: 5px;
  right: -8px;
}

.bdg-position-2 {
  top: 0px;
  right: calc(50% - 30px);
}

.mem-item-title {
  font-size: 18px;
  margin-bottom: 0px;
}

.mem-bonus {
  color: #fbb03b;
}

.disabled {
  color: #aaaaaa !important;
}

.mem-coupons {
  margin-top: -6px;
  color: #E8485C;
}

.mem-item-info {
  color: #bbb;
  font-size: 14px;
}

.mem-service a,
.mem-service a:hover,
.mem-service a:active,
.mem-service .a:focus,
.mem-service a:visited {
  color: #666;
  font-size: 15px;
  font-weight: 300;
}

.mem-service img {
  width: 52%;
  max-width: 168px;
}

.pull-up {
  padding-bottom: 10px;
}

.cranch {
  display: inline-block;
  position: relative;
}

.bg-red {
  background-color: #FF0000;
}

.pull-bottom {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .pull-bottom {
    padding-bottom: 0px;
  }
  .mem-profile-id img {
    width: 30.9999%;
  }
  .mem-profile-id .id-nums {
    width: 100%;
    position: absolute;
    bottom: 2px;
  }
}

@media screen and (max-width: 414px) {
  .mem-profile-id img {
    width: 50.9999%;
  }
  .mem-profile-id .id-nums {
    width: 100%;
    position: absolute;
    bottom: -2px;
  }
}

.top-cover {
  width: 100%;
  height: 720px;
  background-image: url(../images/about/about-top-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.phone-box {
  width: 353px;
  position: absolute;
  top: 180px;
}

.phone-box img {
  width: 100%;
}

.main-box {
  padding: 150px 0 0 500px;
}

.main-box .icon-box {
  padding: 0 0 70px 0;
}

.main-box .icon-box .item {
  display: inline-block;
  vertical-align: middle;
}

.main-box .icon-box .item img {
  display: inline-block;
  vertical-align: middle;
}

.main-box .icon-box .item p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.913rem;
  padding: 0 0 0 4px;
  margin: 0;
}

.main-box .icon-box .icon-1 {
  display: inline-block;
  vertical-align: middle;
}

.main-box .icon-box .icon-1 img {
  width: 26px;
}

.main-box .icon-box .icon-2 {
  display: inline-block;
  vertical-align: middle;
}

.main-box .icon-box .icon-2 img {
  width: 27px;
}

.main-box .icon-box .icon-3 {
  display: inline-block;
  vertical-align: middle;
}

.main-box .icon-box .icon-3 img {
  width: 22px;
}

.main-box .icon-box .icon-4 {
  display: inline-block;
  vertical-align: middle;
}

.main-box .icon-box .icon-4 img {
  width: 37px;
}

.main-box .icon-box .icon-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  margin: 0 20px;
  opacity: 0.6;
}

.main-box .icon-box .icon-arrow img {
  width: 100%;
}

.main-box .icon-box .item.move {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.main-box .about-title-box .logo-img {
  width: 450px;
  display: inline-block;
  vertical-align: middle;
}

.main-box .about-title-box .logo-img img {
  width: 100%;
}

.main-box .app-box {
  padding: 50px 0 0 0;
}

.main-box .app-box a.img-box {
  width: 180px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.main-box .app-box a.img-box img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-cover {
    padding-top: 60px;
  }
  .main-box {
    padding: 0px;
    text-align: center;
  }
  .main-box .icon-box {
    padding: 50px 0 40px 0;
  }
  .main-box .icon-box .item p {
    font-size: 0.875rem;
    padding: 0;
  }
  .main-box .icon-box .icon-1 img {
    width: 22px;
  }
  .main-box .icon-box .icon-2 img {
    width: 23px;
  }
  .main-box .icon-box .icon-3 img {
    width: 18px;
  }
  .main-box .icon-box .icon-4 img {
    width: 33px;
  }
  .main-box .icon-box .icon-arrow {
    margin: 0;
  }
  .main-box .about-title-box {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .main-box .about-title-box .logo-img {
    width: 340px;
  }
  .main-box .app-box {
    padding: 40px 0 0 0;
  }
  .main-box .app-box a.img-box {
    width: 140px;
  }
  .phone-box {
    width: 84%;
    position: absolute;
    top: 420px;
    left: 50%;
    margin: 0 0 0 -42%;
  }
  .phone-box img {
    width: 100%;
  }
}

.c-notice {
  font-size: 1.2rem !important;
  margin-bottom: 0;
}

.check-link {
  display: block;
  color: #999;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 15px;
  margin-bottom: 20px;
}

.dwn-tip {
  display: inline-block;
  width: 80%;
  padding: 25px;
  border: 1px #ccc solid;
  border-radius: 10px;
  margin-bottom: 30px;
}

.dwn-tip-title {
  width: 100%;
  text-align: center;
  position: relative;
}

.dwn-tip-title-bn {
  width: 100%;
  position: absolute;
  text-align: center;
  top: -14px;
  font-size: 14px;
}

.pryt {
  margin-top: 24px;
  font-size: 1em !important;
  margin-bottom: 10px;
}

.lg-stp {
  width: 56px;
  margin-bottom: 10px;
}

.ansd {
  width: 140px;
  margin: 0 5px;
}

.back-to-idx {
  margin-top: 40px;
}

.launch-app-bt {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.sprect {
  border-radius: 50px !important;
  width: 85% !important;
  font-size: 16px !important;
  height: 36px;
  line-height: 32px;
  -webkit-box-shadow: 0px 10px 18px -5px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 10px 18px -5px rgba(0, 0, 0, 0.32);
}

.sustip {
  width: 100%;
  position: absolute;
  top: -140px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.troped {
  font-weight: 800;
  position: absolute;
  right: 10px;
  top: 9px;
}

.icon-logo-bg {
  width:48px;
  height:48px;
  background-size: 100%;
  background-image: url(../images/icon-logo-bg.png);
}
/*# sourceMappingURL=alley_style.css.map */
