body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-color: #F8F8F8;
}
.span-bg-green {
  float: left;
  padding: 1px 4px;
  border-radius: 5px;
  background-color: #92D13A;
  color: #fff;
  margin-right: 5px;
}
.span-bg-red {
  float: left;
  margin-right: 5px;
  padding: 0 4px;
  border-radius: 5px;
  color: #FF6631;
  border: 1px solid #FF6631;
}
.span-bg-blue {
  float: left;
  padding: 1px 4px;
  border-radius: 5px;
  background-color: #4292B5;
  color: #fff;
  margin-right: 5px;
}
.list {
  padding: 1em 0;
  margin: 0 1em;
  border-top: 1px solid #F0F0F0;
}
.list .item {
  font-size: 1.5em;
  padding: 0.5em 0;
}
.list .item:after {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.right-circle {
  float: right;
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.activity {
  margin-top: 1em;
  background-color: #fff;
}
.activity .title {
  margin: 0;
  font-size: 1.5em;
  padding: 1em;
  font-weight: bold;
}
.activity .detail {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}
.activity .detail .detail-left {
  display: inline-block;
  width: 30%;
  padding-top: 20%;
  border-radius: 5px;
  background-color: #ccc;
  vertical-align: top;
  margin-right: 1em;
  background-size: cover;
  background-repeat: no-repeat;
}
.activity .detail .detail-right {
  display: inline-block;
  width: 65%;
}
.activity .detail .detail-right .activity-title {
  overflow: hidden;
  font-size: 1em;
  margin: 0;
}
.activity .detail .detail-right .count {
  font-size: 1em;
  color: #F7B550;
  margin: 0.5em 0 0 0;
}
.activity .detail .detail-right .time {
  font-size: 1em;
  margin: 0;
}
.img {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: text-top;
}
.goods-detail {
  font-size: 12px;
  margin-bottom: 8em;
}
.swiper-container, .swiper-wrapper{
    height: 235px;
}
.goods-detail .goods-header {
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.goods-detail .goods-title {
  background-color: #fff;
}
.goods-detail .goods-title h3 {
  font-size: 1.5em;
  text-align: center;
  margin: 0;
  /*padding: 0.75em 0;*/
  padding: 0.75em;
}
.goods-detail .goods-title .exchange {
  margin: 0;
  color: #a08064;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1.5em;
}
.goods-detail .goods-title .count {
  text-align: center;
  color: #999999;
  margin: 0;
}
.goods-detail .check-count {
  padding: 0.75em 0.5em;
  overflow: hidden;
  background-color: #fff;
  margin: 0.7em 0;
}
.goods-detail .check-count span {
  height: 3em;
  line-height: 3em;
}
.goods-detail .check-count img {
  height: 3em;
  display: inline-block;
  float: right;
}
.goods-detail .exchange-area {
  background-color: #fff;
  font-size: 16px;
  padding: 0.5em;
  margin: 0.5em 0;
}
.goods-detail .exchange-area .item {
  height: 1.5em;
  padding-bottom: 0.75em;
  font-size: 14px;
}
.goods-detail .exchange-area .item:last-child {
  padding-bottom: 0;
}
.goods-detail .exchange-area .item .left-side{
  float: left;
  margin-right: 1em;
}
.goods-detail .exchange-area .item img {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: top;
}
.goods-detail .exchange-area .item span {
  height: 1em;
  line-height: 1em;
  font-size: 14px;
}

.goods-detail .exchange-area .item .right-side{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #999;
}

.goods-detail .explain {
  background-color: #fff;
  padding: 1em 0.75em;
  border-top: 1px dashed #ccc;
}
.goods-detail .explain .title {
  font-size: 1.25em;
  font-weight: bold;
}
.goods-detail .explain .desc {
  font-size: 1.25em;
  line-height: 1.75em;
  word-wrap: break-word;
}
.goods-detail .load-more {
  position: relative;
  background-color: #FBFBFB;
  padding: 2em 2em 3em 2em;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
.goods-detail .load-more .ground-title {
  display: inline-block;
}
.goods-detail .load-more .ground-title::before {
  position: absolute;
  top: 40%;
  left: 3%;
  content: "";
  display: inline-block;
  width: 4em;
  background-color: #F6F6F6;
  height: 1px;
}
.goods-detail .load-more .ground-title::after {
  position: absolute;
  top: 40%;
  right: 3%;
  content: "";
  display: inline-block;
  width: 4em;
  background-color: #F6F6F6;
  height: 1px;
}
.goods-detail .load-more .double-arrow {
  position: absolute;
  left: 49%;
  top: 63%;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
}
.goods-detail .goods-desc {
  background-color: #fff;
  padding: 1em 1em 1em 1em;
  font-size: 1.25em;
  line-height: 1.75em;
  word-break: break-all;
}
.goods-detail .goods-desc img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.goods-detail .goods-desc .header {
  text-align: center;
  height: 1.25em;
  line-height: 1.25em;
  margin-bottom: 1em;
}
.goods-detail .goods-desc .header .img {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: top;
}
.goods-detail .goods-desc .header .title {
  margin: 0;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
}
.goods-detail .goods-desc .goods-img {
  background-color: #ccc;
  padding-top: 56.33%;
  border-radius: 5px;
  background-image: url('https://img.alicdn.com/imgextra/i3/14510621/TB288VGdXXXXXaZXpXXXXXXXXXX-14510621.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.goods-detail .goods-desc .goods-info {
  padding: 0.5em 0;
  font-size: 1.25em;
}
.goods-detail .goods-desc .goods-info .label {
  display: inline-block;
  width: 5em;
  font-weight: bold;
  vertical-align: top;
}
.goods-detail .goods-desc .goods-info .value {
  display: inline-block;
  width: 65%;
  color: #9B9B9B;
}
.goods-detail .goods-desc .detail-img {
  background-color: #ccc;
  padding-top: 56.33%;
  border-radius: 5px;
  margin-bottom: 1em;
  background-image: url('https://img.alicdn.com/imgextra/i3/14510621/TB2rWtMdXXXXXXOXpXXXXXXXXXX-14510621.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.goods-detail .doc-bottom {
  position: relative;
  background-color: #FBFBFB;
  padding: 2em;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}
.goods-detail .doc-bottom .ground-title {
  display: inline-block;
}
.goods-detail .doc-bottom .ground-title::before {
  position: absolute;
  top: 50%;
  left: 3%;
  content: "";
  display: inline-block;
  width: 4em;
  background-color: #F6F6F6;
  height: 1px;
}
.goods-detail .doc-bottom .ground-title::after {
  position: absolute;
  top: 50%;
  right: 3%;
  content: "";
  display: inline-block;
  width: 4em;
  background-color: #F6F6F6;
  height: 1px;
}
.goods-detail .goods-tip {
  position: fixed;
  font-size: 14px;
  bottom: 3em;
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #F6AE44;
  padding: 0.5em;
}
.goods-detail .goods-tip span {
  color: #F6AE44;
}

.download img{
  display: block;
  width: 100%;
}

.convert{
  text-align: center;
  background-color: #F5A21D;
  color: #fff;
  font-size: 14px;
  height: 3em;
  line-height: 3em;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.android-down img{
  display: block;
  width: 100%;
}

.ios-down img{
  display: block;
  width: 100%;
}

.back-to-top{
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #FAD08E;
}

.back-to-top .top-arrow{
  position: absolute;
  width: 19px;
  height: 19px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 20px;
  left: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.te{
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text{
  overflow: hidden;
}

.shangpin-detail{
  font-size: 12px;
  background-color: #fff;
}
.shangpin-detail img{
  display: inline-block;
}

.shangpin-detail .banner-img{
  display: block;
  vertical-align: bottom;
  width: 100%;
}
.shangpin-detail .banner-div{
  background-color: #ccc;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-bg{
  width: 100%;
}

.shangpin-detail .shangpin-info{
  padding: 0 2em 0 1em;
}

.shangpin-detail .shangpin-info .shangpin-title{
  margin: 0;
  font-size: 18px;
}

.shangpin-detail .shangpin-info .price{
  margin: 0;
  padding: 1em 0;
  font-size: 16px;
}

.shangpin-detail .shangpin-info .price .discount-price{
  color: #FE8A3D;
  margin-right: 1em;
}
.discount-desc{
  display: inline-block;
  font-size: 1em;
  margin-bottom: 1.5em;
}
.discount-desc-e{
  font-size: 1em;
  text-align: center;
  margin-top: 1em;
}
.d-word{
  padding: 0.3em 0;
  background-color: #fe8a3d;
  color: #fff;
  border: 1px solid #fe8a3d;
}
.c-word{
  padding: 0.3em 0.4em;
  color: #fe8a3d;
  border: 1px solid #fe8a3d;
}
.shangpin-detail .shangpin-info .price .init-price{
  color: #999;
}
.shangpin-detail .shangpin-info .price .count{
  float: right;
  color: #999;
}
.shangpin-detail .refund-tips{
  background-color: #FFF6E5;
  padding: 12px 10px;
  position: relative;
}
.shangpin-detail .refund-tips .tip-img{
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
}
.shangpin-detail .refund-tips .word{
  display: inline-block;
  font-size: 12px;
  margin-left: 6px;
  margin-right: 10px;
}
.shangpin-detail .refund-tips .dot-img{
  display: inline-block;
  float: right;
  position: relative;
  top: 8px;
}

.bg-shadow{
  background-color: #f8f8f8;
  height: 9px;
}
.shangpin-detail .shop-info{
  padding: 10px;
  overflow: hidden;
}
.shangpin-detail .shop-info  .left{
  float: left;
}
.shangpin-detail .shop-info  .left img{
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.shangpin-detail .shop-info .left span{
  font-size: 16px;
}
.shangpin-detail .right{
  float: right;
}
.shangpin-detail .right span{
  color: #999;
  font-size: 16px;
}
.shangpin-detail .right img{
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
}

.share-item{
  margin-left: 10px;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.share-item .share-left{
  width: 5em;
  height: 5em;
  background-color: #999;
  float: left;
  margin-right: 10px;
  background-size: cover;
}

.share-item .share-body{
  overflow: hidden;
  margin-right: 60px;
  height: 4em;
  line-height: 2em;
  padding: 0.5em 0;
}
.share-item .share-body .title{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  margin: 0;
}
.share-item .share-body .desc{
  font-size: 16px;
  color: #999;
  margin: 0;
}
.share-item .share-body .desc .type{
  color: #fa8e3d;
  margin-right: 5px;
}
.share-item .share-body .desc .address{
  color: #999;
  margin-left: 5px;
}
.share-item .share-right{
  position: absolute;
  top: 17px;
  right: 10px;
  padding: 5px;
  border-left: 1px solid #ebebeb;
}

.share-item .share-right img{
  display: inline-block;
  vertical-align: bottom;
}

.shangpin-content{
  background-color: #fff;
  padding: 0 0.5em;
  margin-top: 0.5em;
}

.shangpin-content .title{
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.shangpin-content .title img{
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  top: 1px;
}
.shangpin-content .content{
  padding: 10px 0;
}

.footer-menu{
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.footer-menu .menu{

}
.footer-menu .menu .left-menu{
  width: 50%;
  float: left;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  color: #fe8a3d;
  background-color: #fff;
}
.footer-menu .menu .left-menu span{
  border: 1px solid #fe8a3d;
  padding: 2px;
  border-radius: 2px;
  margin: 0 3px;
}
.footer-menu .menu .right-menu{
  overflow: hidden;
  width: 50%;
  text-align: center;
  background-color: #fe8a3d;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}

.footer-menu .menu .left-menu-1{
  width: 50%;
  float: left;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  color: #7ED321;
  background-color: #fff;
}
.footer-menu .menu .left-menu-1 span{
  border: 1px solid #7ED321;
  padding: 2px;
  border-radius: 2px;
  margin: 0 3px;
}
.footer-menu .menu .right-menu-1{
  overflow: hidden;
  width: 50%;
  text-align: center;
  background-color: #7ED321;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}

.bor-green{
  border: 1px solid #7ED321;
}

.bor-red{
  border: 1px solid #fe8a3d;
}

.l-bg-shadow{
  height: 5em;
  background-color: #f8f8f8;
}
.right-dot{
  position: absolute;
  top: 50%;
  right: 0.5rem;
}
.count-price{
  font-size: 24px;
}

.img-text img{
  display: block;
  width: 100%;
}
.buy-now{
  color: #fff;
  font-size: 1.25em;
  background-color: #fe8a3d;
  text-align: center;
  padding: 0.8em 0;
}
.member-info{
  background-color: #fff;
  overflow: hidden;
  color: #a08064;
}
.member-info .info-content{
  border-top: 1px dashed #ebebeb;
  margin: 0 0.5em 0 0.75em;
}
.info-item label{
  display: block;
  float: left;
  border: 1px solid #a08064;
  margin-right: 1em;
  font-size: 10px;
}
.info-item .info-desc{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.member-info .left-label{
  float: left;
  padding: 0.2em 0;
}
.member-info .right-label{
  float: right;
}

.common-card{
  color: #FEA164;
  background-color: #FFF;
  padding: 0 0.4em;
  border: 1px solid #FEA164;
  border-radius: 4px;
  margin-left: 5px;
}
.exchange-tip{
  background-color: #fff;
  padding: 0 0.5em 0.5em 0.5em;
}
.exchange-tip .title{
  padding: 1em 0;
  border-bottom: 1px solid #dfdfdf;
}
.exchange-label{
  margin: 0.75em 0 0.4em 0;
}
.exchange-p{
  margin: 0.5em 0;
}

.pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
}

.pop .inner {
    position: absolute;
    top: 175px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 315px;
    font-size: 13px;
    padding-top: 56px;
    text-align: center;
    color: #666;
    background: #fff;
    border-radius: 10px;
    line-height: 1;
}

.pop strong {
    font-size: 18px;
    color: #333;
    display: block;
    padding: 0 30px;
    margin-bottom: 13px;
}

.pop .action {
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #ebebeb;
    font-size: 15px;
    line-height: 50px;
}

.pop .later {
    color: #999;
    flex: 1;
    border-right: 1px solid #ebebeb;
}

.pop .now,
.pop .link {
    display: block;
    flex: 1;
    color: #fa8f5f;
    text-decoration: none;
}