/**
* 主题颜色
*/
/**
* 文字提示颜色
*/
/**
* 线条颜色
*/
/**
* 价格颜色
*/
/**
* actionsheet
*/
/**
* datetime
*/
/**
* tabbar
*/
/**
* tab
*/
/**
* dialog
*/
/**
* x-number
*/
/**
* checkbox
*/
/**
* check-icon
*/
/**
* Cell
*/
/**
* Mask
*/
/**
* Range
*/
/**
* Tabbar
*/
/**
* Header
*/
/**
* Timeline
*/
/**
* Switch
*/
/**
* Button
*/
/**
* swipeout
*/
/**
* Cell
*/
/**
* Badge
*/
/**
* Popover
*/
/**
* Button tab
*/
/* alias */
/**
* Swiper
*/
/**
* checklist
*/
/**
* popup-picker
*/
/**
* popup
*/
/**
* popup-header
*/
/**
* form-preview
*/
/**
* load-more
*/
/**
* sticky
*/
/**
* group
*/
/**
* toast
*/
/**
* icon
*/
/**
* calendar
*/
/**
* search
*/
/**
* radio
*/
body {
  font-size: 14px;
  background-color: #f5f5f5;
}
input::-webkit-input-placeholder {
  color: #999999;
}
textarea::-webkit-input-placeholder {
  color: #999999;
}
.text-big {
  font-size: 16px;
}
.text-normal {
  font-size: 14px;
}
.text-small {
  font-size: 12px;
}
.align-middle {
  vertical-align: middle;
}
.text-r {
  text-align: right;
}
.text-c {
  text-align: center;
}
.pa {
  padding: 10px;
}
.pl {
  padding-left: 10px;
}
.ml {
  margin-left: 10px;
}
.pr {
  padding-right: 10px;
}
.mr {
  margin-right: 10px;
}
.pt {
  padding-top: 10px;
}
.mt {
  margin-top: 10px;
}
.pb {
  padding-bottom: 10px;
}
.mb {
  margin-bottom: 10px;
}
.plr {
  padding-left: 10px;
  padding-right: 10px;
}
.textarea {
  display: block;
  border: 0;
  resize: none;
  width: 100%;
  color: inherit;
  font-size: 1em;
  line-height: inherit;
  outline: 0;
}
.sub-form-content {
  padding: 30px 20px 10px;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.container {
  padding-top: 44px;
  max-width: 640px;
  margin: 0 auto;
}
.app-content {
  max-width: 640px;
  margin: 0 auto;
}
.square-box {
  position: relative;
}
.square-box:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.square-box .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-box {
  background: #fff;
  margin-bottom: 10px;
}
.section-content {
  padding: 12px 10px;
  background: #fff;
}
.section-wrapper {
  padding: 12px 10px;
  background: #fff;
  margin-bottom: 10px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  white-space: nowrap;
}
.multi-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 300;
  display: none;
}
.mask.active {
  display: block;
}
.button-wrapper {
  padding: 40px 20px 20px;
}
.tip {
  color: #999;
}
.red-text {
  font-size: 12px;
  color: #f00;
}
.red-color {
  color: #f00;
}
.tip-text {
  font-size: 12px;
  color: #999;
}
.icon-tip {
  fill: #999;
}
.icon-white {
  fill: #fff;
}
.icon-theme {
  fill: #3f8ef7;
}
.grey {
  color: #666;
}
.grey-text {
  font-size: 12px;
  color: #666;
}
.theme-color {
  color: #3f8ef7;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bold {
  font-weight: bold;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500;
}
.header header {
  position: relative;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  color: #111;
  background: #fff;
  border: 1px solid #e6e6e6;
  font-weight: bold;
}
.header header img {
  position: absolute;
  width: 10px;
  height: 18px;
  left: 20px;
  top: 13px;
}
.header header span {
  position: absolute;
  font-size: 16px;
  line-height: 18px;
  right: 20px;
  top: 13px;
}
.header header span a {
  color: #333;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 500;
}
.footer .weui-tabbar {
  -webkit-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.08);
}
.footer .weui-tabbar .weui-tabbar__item a span {
  display: inline-block;
  position: relative;
}
.footer .weui-tabbar .weui-tabbar__item a span .weui-tabbar__icon {
  width: 20px;
  height: 20px;
}
.home-product-box {
  padding-bottom: 40px;
}
.home-product-box .home-product {
  padding: 6px 12px;
}
.home-product-box .home-product .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-product-box .home-product .product-content .product-item {
  margin-bottom: 6px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-product-box .home-product .product-content .product-item:nth-child(2n) {
  padding-left: 3px;
}
.home-product-box .home-product .product-content .product-item:nth-child(2n+1) {
  padding-right: 3px;
}
.home-product-box .home-product .product-content .product-item a {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  display: block;
}
.home-product-box .home-product .product-content .product-item a .img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.home-product-box .home-product .product-content .product-item a .img img {
  border-radius: 10px 10px 0 0;
  display: block;
  width: 100%;
}
.home-product-box .home-product .product-content .product-item a .info {
  padding: 10px;
}
.home-product-box .home-product .product-content .product-item a .info .title {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home-product-box .home-product .product-content .product-item a .info .price {
  color: #FB4844;
  font-size: 12px;
}
.home-product-box .home-product .product-content .product-item a .info .price strong {
  font-weight: normal;
  font-size: 16px;
}
.home-product-box .home-product .product-content .product-item a .info .price span {
  font-size: 14px;
}
.home-product-box .home-product .product-row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-product-box .home-product .product-row-content .product-item {
  width: 100%;
}
.home-product-box .home-product .product-row-content .product-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-product-box .home-product .product-row-content .product-item a .img {
  border-radius: 6px;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.home-product-box .home-product .product-row-content .product-item a .img img {
  border-radius: 6px;
  display: block;
  width: 120px;
  height: 120px;
}
.home-product-box .home-product .product-row-content .product-item a .info {
  padding: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-product-box .home-product .product-row-content .product-item a .info .title {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home-product-box .home-product .product-row-content .product-item a .info .price {
  color: #FB4844;
  font-size: 12px;
}
.home-product-box .home-product .product-row-content .product-item a .info .price strong {
  font-weight: normal;
  font-size: 16px;
}
.home-product-box .home-product .product-row-content .product-item a .info .price span {
  font-size: 14px;
}
.recharge-cell a {
  display: block;
  border-bottom: 1px #F5F5F5 solid;
}
.recharge-cell a:last-child {
  border-bottom: none;
}
.recharge-cell a .cell-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 12px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.recharge-cell a .cell-item .bold {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.recharge-cell a .cell-item img {
  width: 11px;
  height: 11px;
  margin-left: 10px;
}
.record-list {
  background: #fff;
}
.record-list .list-item {
  padding: 12px;
  border-bottom: 1px solid #F0F0F0;
}
.record-list .list-item:last-child {
  border: none;
}
.record-list .list-item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.record-list .list-item .item-top .item-left .bold {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
}
.record-list .list-item .item-top .item-left p {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.record-list .list-item .item-top .item-right {
  text-align: right;
}
.record-list .list-item .item-top .item-right .bold {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.record-list .list-item .item-top .item-right p {
  font-size: 13px;
  line-height: 20px;
}
.record-list .list-item .item-top .item-right p.red {
  color: #FE5F26;
}
.record-list .list-item .item-top .item-right p.green {
  color: #77B51F;
}
.record-list .list-item .item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 12px;
}
.record-list .list-item .item-btn button {
  height: 28px;
  padding: 0 15px;
  background: #FFF0EA;
  border-radius: 14px;
  border: none;
  color: #FB4844;
  outline: none;
  font-weight: bold;
}
.page-box {
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-box button {
  width: 120px;
  height: 36px;
  text-align: center;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#FB4844), to(#FC8458));
  background: linear-gradient(90deg, #FB4844, #FC8458);
  border-radius: 18px;
  font-size: 14px;
  color: #fff;
  outline: none;
}
.page-box button.disabled {
  opacity: .5;
}
.page-box span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 36px;
  text-align: center;
  color: #FB4844;
  font-size: 16px;
  font-weight: bold;
}
