/*!
 * FUI v1.2.1
 * (c) hupeng <danny.hupeng@gmail.com>
 * Released under the MIT License.
 */

.f-scrolltop {
  display: block;
  position: fixed;
  z-index: 999;
  width: 45px;
  height: 45px;
  right: 14px;
  bottom: 14px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: url("//cdn.upin.com/mfanhuan/images/sprite_gray.png") no-repeat;
  background-size: 45px 45px;
}

.f-nav-flex {
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: #fff;
}
.f-nav-flex .list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.f-nav-flex .list-wrap .list {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.f-nav-flex .list-wrap .list span {
  line-height: 40px;
  padding: 0 3px;
  display: block;
}
.f-nav-flex .list-wrap .active:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 0;
  width: 27px;
  height: 3px;
  background: #ff3444;
}
.f-nav-flex .list-wrap .active span {
  color: #ff3444;
}

.f-nav-static {
  position: relative;
  font-size: 17px;
  color: #333;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: #fff;
}
.f-nav-static .list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.f-nav-static .list-wrap .list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 0 7px;
}
.f-nav-static .list-wrap .list span {
  line-height: 40px;
  padding: 0 5px;
  display: block;
  word-spacing: 0;
  letter-spacing: 0;
}
.f-nav-static .list-wrap .active:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 0;
  width: 27px;
  height: 3px;
  background: #ff3444;
}
.f-nav-static .list-wrap .active span {
  color: #ff3444;
}
.f-nav-static .nav-tab {
  position: relative;
  z-index: 10;
  background: #fff;
  height: 40px;
  overflow: hidden;
}
.f-nav-static .nav-tab:after {
  content: '';
  position: absolute;
  left: 0;
  background: #e8e8e8;
  width: 100%;
  height: 1px;
  transform: scaleY(0.5);
  transform-origin: left bottom;
  bottom: 0;
  z-index: -1;
}
.f-nav-static .nav-tab .nav-horizontal {
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  height: 50px;
}
.f-nav-static .nav-tab .nav-horizontal::-webkit-scrollbar {
  display: none;
}
.f-nav-static .nav-tab .nav-horizontal.show-icon {
  margin-right: 40px;
}
.f-nav-static .nav-tab .nav-title {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.f-nav-static .nav-tab .list-wrap {
  width: 9999px;
  position: relative;
  -webkit-transform: translateZ(0px);
}
.f-nav-static .nav-tab .list-wrap.transition {
  transition: left ease-in-out 300ms;
}
.f-nav-static .nav-icon {
  position: absolute;
  width: 40px;
  height: 39px;
  top: 0;
  right: 0;
  background: rgba(255,255,255,0.94);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 10;
}
.f-nav-static .nav-icon img {
  width: 15px;
  transition: transform ease-in-out 300ms;
}
.f-nav-static .nav-icon.rotate img {
  transform: rotate(180deg);
}
.f-nav-static .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  z-index: 10;
  background: #fff;
}
.f-nav-static .nav-dropdown .list-wrap {
  height: auto;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f-nav-static .nav-dropdown .list-wrap .list {
  width: 25%;
  height: 40px;
  margin-top: 10px;
  padding: 0;
}
.f-nav-static .nav-dropdown .list-wrap .list span {
  padding: 0 6px;
}
.f-nav-static .nav-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-nav-image {
  height: 50px;
  position: relative;
}
.f-nav-image .outer-wrap {
  height: 100%;
  overflow: hidden;
  background: #2a323d;
}
.f-nav-image .outer-wrap .inner-wrap {
  height: 140%;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.f-nav-image .outer-wrap .inner-wrap .list-wrap {
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  position: relative;
  height: 50px;
}
.f-nav-image .outer-wrap .inner-wrap .list-wrap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 50px;
  position: relative;
  z-index: 1;
}
.f-nav-image .outer-wrap .inner-wrap .list-wrap .list img {
  display: block;
}
.f-nav-image .outer-wrap .inner-wrap .list-wrap .slider {
  width: 60px;
  height: 50px;
  left: 0;
  top: 0;
  position: absolute;
  background: #ff6646;
  background: -moz-linear-gradient(top, #ff6646 0%, #fe1d61 100%);
  background: -webkit-linear-gradient(top, #ff6646 0%, #fe1d61 100%);
  background: linear-gradient(to bottom, #ff6646 0%, #fe1d61 100%);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.f-nav-image .category-bar {
  position: absolute;
  width: 45px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  right: 0;
  top: 0;
  background: rgba(42,50,61,0.95);
  z-index: 10;
}
.f-nav-image .category-bar img {
  display: block;
}
.f-nav-image .category-bar .shadow {
  position: absolute;
  width: 3px;
  height: 50px;
  background: url("//cdn.upin.com/mfanhuan/common/FUI/1.2.1/image/menu-category-shadow.png") left top no-repeat;
  background-size: cover;
  left: -3px;
  top: 0;
}

.slideInUp-enter-active {
  animation: slideInUp 0.3s;
}
.slideInUp-leave-active {
  animation: slideInUp 0.3s reverse;
}
.f-share {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
}
.f-share .share-content {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #eff0f2;
}
.f-share .share-title {
  font-size: 16px;
  color: #666;
  line-height: 58px;
  padding: 0 25px;
  background: #eff0f2;
}
.f-share .share-list-wrap {
  padding: 0 25px;
  background: #eff0f2;
}
.f-share .share-list-wrap .share-list {
  padding: 0 0 25px;
  background: #eff0f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.f-share .share-list-wrap .share-list .share-wrap {
  width: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f-share .share-list-wrap .share-list .share-wrap img {
  width: 54px;
  height: 54px;
}
.f-share .share-list-wrap .share-list .share-wrap .text {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 11px;
}
.f-share .share-cancle {
  line-height: 46px;
  height: 46px;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  text-align: center;
}
.f-share .share-cancle:active {
  background-color: #f0f0f0;
}
.f-share .share-cancle.iPhoneX {
  padding-bottom: 37px;
}
.f-share .share-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@-moz-keyframes slideInUp {
from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slideInUp {
from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
@-o-keyframes slideInUp {
from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}

.f-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 54px;
}
.f-loading .load-gif {
  width: 24px;
  height: 24px;
  background: url("//cdn.upin.com/mfanhuan/images/loading32.gif?v=20151126") left top no-repeat;
  background-size: 24px 24px;
}
.f-loading .text {
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}

.f-goods-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  background-color: #fff;
  padding-top: 5px;
}
.f-goods-list .image-wrap {
  width: 140px;
  height: 140px;
  position: relative;
}
.f-goods-list .image-wrap .goods-img {
  width: 100%;
}
.f-goods-list .image-wrap .icon-solded {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 85px;
  height: 85px;
  margin-left: -43px;
  margin-top: -43px;
  font-size: 15px;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 85px;
  background: url("//image.fanhuan.com/mfanhuan/images/home/icon_sold.png") no-repeat;
  background-size: 85px 85px;
  z-index: 10;
}
.f-goods-list .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  box-flex: 1;
  margin: 0 9px 0 11px;
  width: 0;
}
.f-goods-list .content .title {
  padding-top: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
}
.f-goods-list .content .title .tag {
  font-size: 11px;
  position: relative;
  color: #f55;
  border-radius: 2px;
  background: #ffd9d9;
  padding: 1px 2px;
  top: -1px;
}
.f-goods-list .content .title .text {
  color: #333;
  font-size: 14px;
}
.f-goods-list .content .price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 54px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
}
.f-goods-list .content .price-box .now-price {
  color: #f55;
  font-size: 0;
  font-weight: bold;
  margin-right: 20px;
}
.f-goods-list .content .price-box .now-price .rmb {
  font-size: 14px;
  margin-right: 2px;
}
.f-goods-list .content .price-box .now-price .integer {
  font-size: 22px;
}
.f-goods-list .content .price-box .now-price .float {
  font-size: 14px;
}
.f-goods-list .content .price-box .origin-price {
  font-size: 14px;
  color: #aaa;
  position: relative;
  top: -3px;
  text-decoration: line-through;
}
.f-goods-list .content .price-box.multiple {
  -webkit-box-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 18px;
}
.f-goods-list .content .price-box.multiple .origin-price {
  font-size: 12px;
  background: url("//cdn.upin.com/mfanhuan/images/home/parentheses.png") no-repeat;
  background-size: 2px 28px;
  line-height: 16px;
  top: 0;
  padding-left: 9px;
  text-decoration: none;
}
.f-goods-list .content .price-box.multiple .origin-price .before-price {
  display: block;
  margin-top: -2px;
}
.f-goods-list .content .price-box.multiple .origin-price .discount {
  display: block;
  color: #000;
}
.f-goods-list .content .oprate {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.f-goods-list .content .oprate .progress {
  width: 80px;
  box-sizing: border-box;
  border-radius: 25px;
  height: 12px;
  color: #fff;
  overflow: hidden;
  font-size: 10px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc5c5), to(#ffc5c5));
  background-image: -webkit-linear-gradient(top, #ffc5c5, #ffc5c5);
  background-image: linear-gradient(to bottom, #ffc5c5, #ffc5c5);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-content: center;
}
.f-goods-list .content .oprate .progress:before {
  content: '';
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  border: 1px solid #ff5550;
  border-radius: 25px;
  -webkit-appearance: none;
}
.f-goods-list .content .oprate .progress .loading {
  background: #ff5550;
  position: absolute;
  left: 0;
  top: 0px;
  height: 12px;
  width: 0;
  z-index: 1;
  border-radius: 25px;
  background-clip: padding-box;
  transition: width 250ms ease-in-out;
}
.f-goods-list .content .oprate .progress .text {
  position: relative;
  z-index: 2;
}
.f-goods-list .content .oprate .btn {
  width: 60px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.f-goods-list .content .oprate .btn.red {
  background: #ff5550;
}
.f-goods-list .content .oprate .btn.gray {
  background: #ddd;
}
.f-goods-list .content .sale-amount {
  margin-top: 4px;
  color: #ff5550;
  height: 14px;
  font-size: 12px;
  text-align: right;
}
.f-goods-list .content .sale-amount.gray {
  color: #ddd;
}

.f-count-down {
  font-size: 0;
  color: #fff;
  text-align: center;
  position: relative;
}
.f-count-down .bgimg {
  display: block;
  vertical-align: top;
  width: 100%;
}
.f-count-down .content {
  height: 30px;
  font-size: 11px;
  line-height: 30px;
  text-align: center;
}
.f-count-down .content em {
  font-style: normal;
}
.f-count-down .absolute {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-top: -15px;
  z-index: 10;
}
.f-count-down .absolute span {
  display: inline-block;
  width: 16px;
  height: 15px;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
  background: #000;
  border-radius: 2px;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 3px;
  letter-spacing: 1px;
  margin-left: 1px;
  padding: 2px 2px 0 2px;
  vertical-align: top;
}

/*# sourceMappingURL=style.css.map*/