/** 
* jQuery WeUI V1.2.0 
* By 瑷�宸�
* http://lihongxun945.github.io/jquery-weui/
 */
.weui-loadmore {
  background: #fff;
}
html {
  background: #fff;
}
.topbar {
  background: #fff;
}
.topbar .location {
  color: #333;
}
.shuipiao-tab {
  z-index: 99;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px solid #eee;
  font-size: 0.75rem;
  background: #fff;
  text-align: center;
}
.shuipiao-tab .weui-flex__item {
  color: #333;
}
.shuipiao-tab .weui-flex__item:last-child {
  border-left: 1px solid #eee;
}
.shuipiao-tab .weui-flex__item a {
  padding: 0.25rem 0;
  display: block;
  color: #333;
}
.shuipiao-tab .weui-flex__item a.cur {
  color: orange;
}
.shuipiao-tab-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 1.7rem;
}
.shuipiao-tab-bar .weui-navbar__item {
  padding: 0;
  height: 1.9rem;
  line-height: 1.9rem;
  font-size: 0.7rem;
  text-align: center;
}
.shuipiao-tab-bar .weui-navbar__item:after {
  display: none;
}
.shuipiao-tab-bar .weui-navbar__item.active {
  color: #3cc51f;
  position: relative;
}
.shuipiao-tab-bar .weui-navbar__item.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #3cc51f;
}
html,
body {
  height: 100%;
}
.page {
  min-height: 100%;
  box-sizing: border-box;
}
.tab-bd {
  min-height: 100%;
  padding-top: 3.6rem;
  box-sizing: border-box;
  background: #fff;
}
.tab-bd .weui-cell {
  position: relative;
  min-height: 3rem;
  margin-top: 10px;
}
.tab-bd .weui-cells {
  margin-top: 0;
}
.tab-bd .weui-cell__hd img {
  width: 5rem;
}
.tab-bd .weui-cell__bd {
  padding-top: 1rem;
}
.tab-bd .weui-cell {
  padding: 5px 5px 5px;
}
.tab-bd .order-btn a {
  padding: 0 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 2;
}
.tab-bd .empty-cell {
  padding-top: 7.5rem;
  color: #666;
  text-align: center;
}
.tab-bd .empty-cell .buy-btn {
  margin-top: 0.5rem;
}
.tab-bd .empty-cell .buy-btn a {
  display: inline-block;
}
.tab-bd .name {
  position: relative;
  margin-top: -2px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-bd .name .tag {
  padding: 0.1rem;
  display: inline-block;
  font-size: 0.5rem;
  line-height: 1.2;
  font-weight: normal;
  background: #0066a5;
  vertical-align: middle;
}
.tab-bd .can-num {
  margin-top: 0.25rem;
  font-size: 0.65rem;
  color: #9a9a9a;
}
.tab-bd .can-num .s-1 {
  color: #333;
}
.tab-bd .can-num .s-2 {
  color: #3cc51f;
}
.tab-bd .status-tag {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 0 5px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 19.2px;
  color: #fff;
}
.tab-bd .status-tag.sunlight {
  background: #f5a623;
}
.tab-bd .status-tag.ok {
  background: #3cc51f;
}
.tab-bd .status-tag.moonlight {
  background: #f7ba54;
}
.tab-bd .status-tag.dark {
  background: rgba(0, 0, 0, 0.5);
}
