.jumbotron{position:relative}.backHome{position:absolute;top:20px;right:20px;z-index:50}.otherState{padding:2px 8px;border-radius:0 5px 5px 0;background-color:#fd5b37;color:#fff;margin-top:0}@media(max-width:320px){.otherState{padding:2px}.gridBox .img{height:90px}}.superiorSend{background-color:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;padding-top:10px}.superiorSend .superiorSend_logo{text-align:center;height:30px;line-height:30px;border-bottom:2px solid #eee}.superiorSend .goods,.superiorSend .goods>div{overflow:hidden;clear:both}.superiorSend .goods:after{content:"";height:10px;background-color:#f4f4f4;display:block}.superiorSend nav{display:block;overflow:hidden}.superiorSend nav li{float:left;width:12.5%;height:35px;line-height:35px;text-align:center;color:#666;font-size:14px;border-radius:2px}.superiorSend nav li.current{background-color:#fd5b37;color:#fff}.superiorSend .goods .goodsImg_body{overflow:hidden}.superiorSend .goods .goodsImg_body .img{width:100%;display:flex;display:-ms-flexbox;display:-webkit-box;display:-moz-box;align-items:center;align-content:center;-webkit-align-content:center;justify-content:center;-webkit-box-pack:center}.superiorSend .goods .goodsImg_body img{max-width:100%}.superiorSend .goods .foot{margin:0 auto;width:95%}.superiorSend .goods .foot>div{float:left;height:40px;font-size:14px;color:#666}.superiorSend .goods .foot .left{width:70%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:40px;color:#444;font-size:15px;font-weight:bold}.superiorSend .goods .foot .right{width:30%;text-align:right}.superiorSend .goods .foot .right span{color:green;font-weight:700}.superiorSend .goods .foot .right p{margin:0;letter-spacing:.1em;color:#666}.superiorSend .friday,.superiorSend .monday,.superiorSend .saturday,.superiorSend .sunday,.superiorSend .thursday,.superiorSend .tuesday,.superiorSend .wednesday{display:none}.goods-describe{font-size:14px}.qr-box{background-color:#ffbf6b}.qr-icon{width:200px;height:200px}.lang-touch{color:#f60;font-size:15px}.moreLink{font-weight:500;font-size:13px;color:#fd5b37!important;display:inline-block;height:25px;line-height:25px;width:45px;text-align:right}.hide{display:none}.c-red{color:red}.toast{width:200px;position:fixed;left:50%;bottom:150px;z-index:9999;margin-left:-100px;background-color:#000;color:#fff;text-align:center;border-radius:5px;padding:5px}
.activity__head {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding: 12px 0;
    background-color: #f5f5f5;
}
.activity__head div {
    width: 30px;
    height: 1px;
    background-color: #c7c7c7;
}
.activity__head h4 {
    font-size: 15px;
    margin: 0 7px;
    color: #c7c7c7;
}
.spokesman {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}
.spokesman__item {
    display: inline-block;
    margin-right: 5px;
    padding: 3px 10px 10px;
    text-align: center;
    background-color: #fff;
}
.spokesman__item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin: 5px auto;
}
.spokesman__item h4 {
    font-size: 14px;
    color: #000;
}
.spokesman__item p {
    font-size: 12px;
    color: #c7c7c7;
}
.spokesman__item .danger {
    padding: 4px 7px;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    background-color: red;
}
.goods-s {
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fff;
}
.goods-s__head {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin-bottom: 10px;
}
.goods-s__photo {
    display: block;
    width: 42px;
    height: 42px;
    margin-right: 10px;
    border-radius: 50%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.goods-s__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.goods-s__info dt {
    font-size: 16px;
}
.goods-s__info dd {
    font-size: 14px;
    color: #c7c7c7;            
}
.goods-s__like {
    padding: 2px 10px;
    color: #fff!important;
    background-color: #ff3b3b;
}
.goods-s__bd {
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
}
.goods-s__bd p {
    position: relative;
    margin-bottom: 10px;
}
.goods-s__bd img {
    padding: 5px;
    border: 1px solid #eee;
}
.goods-s__bd .site {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 2px 8px;
    background-color: #000;
    color: #fff;
    z-index: 1;
}
.goods-s__bd .site .icon {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
.goods-s__other {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.goods-s__other strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #ff3636;
}
.goods-s__other a {
    font-size: 16px;
    color: #ff3636;
}

.shead {
	margin-bottom: 15px;
	background-color: #fff;
}
.shead__title {
	position: relative;
	width: 120px;
	height: 30px;
	margin: 0 auto;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #ff3b3b;
}
.shead__title:after {
	position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    bottom: -8px;
    border-top: 8px solid #ff3b3b;
    border-right: 60px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 60px solid transparent;
    z-index: 1;
}
.footer {
    position: relative;
    display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: .88rem;
  line-height: 1.5;
  border-top: none;
  background-color: rgba(246, 246, 248, 0.98);
  z-index: 500;
}
.footer:before {
    position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 200%;
  height: 1px;
  background-color: #d9d9d9;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 10;
}
.footer_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 10px;
  color: #a6a6a6;
}
.footer_item > div {
  position: relative;
  width: .48rem;
  height: .48rem;
  margin: 0 auto;
}
.footer_item > div > .icon {
  display: block;
  width: .48rem;
  height: .48rem;
  margin: 0 auto;
}
.footer_item > div > .icon:last-child {
  display: none;
}
.footer_item.active {
  color: #589b3c;
}
.footer_item.active > div > .icon:first-child {
  display: none;
}
.footer_item.active > div > .icon:last-child {
  display: block;
}
.footer_msg {
  position: absolute;
  display: block;
  padding: 0 .11rem;
  right: -.24rem;
  top: -.16rem;
  border-radius: .3rem;
  color: #fff;
  background-color: #f7725d;
  z-index: 500;
}
.footer:before {
  background-color: #d9d9d9;
}