@charset "UTF-8";
body,
th,
td,
p,
ol,
ul,
li,
dl,
dt,
dd,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
legend,
select,
textarea {
  font-family: "Microsoft Yahei", "华文细黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

input,
img,
fieldset {
  border: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

input,
select,
fieldset {
  vertical-align: middle;
}

input:-webkit-input-placeholder {
  color: #999999;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.none {
  display: none;
}

.dib {
  display: inline-block;
}

.di-vm {
  display: inline-block;
  vertical-align: middle;
}

img {
  max-width: 100%;
  vertical-align: top;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

input,
textarea {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.elli {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.boxsizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.breakword {
  word-wrap: break-word;
  word-break: break-all;
}

input::-webkit-input-placeholder {
  font-size: 0.6rem;
}

img {
  width: 100%;
}

body {
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  background: #000;
  background-color: #f5f5f5;
  padding-bottom: 60px;
}

html, body, .main {
  width: 100%;
  height: 100%;
}

/* 代金券卡片样式 */
.coupon-card {
  background: #fff;
  margin: 10px;
  padding: 22px 15px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.coupon-card .coupon-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #bbf7d0;
  color: #15a349;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 0px 8px 0px 8px;
}

.coupon-card .coupon-img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.coupon-card .coupon-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  min-height: 90px;
}

.coupon-card .coupon-title {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 8px;
}

.coupon-card .coupon-price {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.coupon-card .coupon-desc {
  font-size: 12px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coupon-card .coupon-desc .icon {
  background: #fff2e5;
  width: 69px;
  height: 100%;
  display: block;
  line-height: 26px;
  text-align: center;
  color: #ff7016;
  font-size: 14px;
  float: left;
  border-radius: 4px;
  font-weight: bold;
}

.coupon-card .coupon-desc .desc {
  float: left;
  font-size: 14px;
  margin-left: 6px;
  color: #ff7a2e;
}

.coupon-card .buy-btn {
  background: #ff9537;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.goods-main .page-header {
  background: #fff;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #eee;
}

.goods-main .back-btn {
  position: absolute;
  left: 15px;
  top: 35%;
  background: url(../images/jt.png) center center no-repeat;
  width: 22px;
  height: 22px;
  background-size: 100%;
  cursor: pointer;
}

.goods-main .goods-card {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.goods-main .goods-card .goods-tit {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: bold;
}

.goods-main .goods-card .goods-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

.goods-main .goods-card .goods-img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.goods-main .goods-card .goods-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.goods-main .goods-card .goods-title {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 8px;
}

.goods-main .goods-card .goods-desc {
  font-size: 14px;
  margin-left: 6px;
  color: #ff7a2e;
  margin-top: 8px;
}

.goods-main .goods-card .goods-tag {
  display: inline-block;
  border: 1px solid #ef4125;
  color: #ef4125;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 8px;
}

.goods-main .goods-card .goods-tag.green {
  border: 1px solid #ef4125;
  color: #ef4125;
}

.goods-main .goods-card .subtotal {
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  height: 20px;
  line-height: 20px;
}

.goods-main .goods-card .subtotal .xiaoji {
  color: #000;
  float: left;
  font-size: 16px;
}

.goods-main .goods-card .subtotal .subtotal_price {
  color: #ef4125;
  float: right;
  font-size: 16px;
}

.goods-main .form-group {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.goods-main .form-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.goods-main .form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 10px;
}

.goods-main .notice {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin-top: 10px;
}

.goods-main .notice-title {
  color: #ff4d4f;
  font-weight: bold;
  margin-bottom: 5px;
}

.goods-main .goods-paydoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background: #fff;
}

.goods-main .goods-paydoc .total-price {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}

.goods-main .goods-paydoc .total-price span {
  font-size: 22px;
  color: #ff4d4f;
  font-weight: bold;
}

.goods-main .goods-paydoc .buy-btn {
  display: block;
  width: 100px;
  background: #ff9537;
  color: #fff;
  border: none;
  border-radius: 18px;
  padding: 12px 0;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}

.order_body {
  /* 订单标签栏 */
  /* 订单卡片 */
  /* 底部导航 */
}

.order_body .order-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.order_body .tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 12px 0;
  font-size: 14px;
  color: #666;
}

.order_body .tab-item.active {
  color: #ff9537;
  font-weight: bold;
  border-bottom: 2px solid #ff9537;
}

.order_body .order-card {
  background: #fff;
  margin: 10px;
  padding: 15px;
  border-radius: 8px;
}

.order_body .order-header {
  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;
  margin-bottom: 10px;
  font-size: 12px;
  color: #666;
}

.order_body .order-status {
  color: #ff4d4f;
  font-weight: bold;
}

.order_body .order-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.order_body .order-img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.order_body .order-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.order_body .order-title {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 5px;
}

.order_body .order-price {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-align: right;
}

.order_body .order-btn {
  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;
  width: 100%;
}

.order_body .order-btn .order-time {
  font-size: 12px;
  color: #999;
  padding: 6px 0px;
}

.order_body .order-btn .rebuy-btn {
  background: #333;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
}

.order_body .bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 8px 0;
  border-top: 1px solid #eee;
}

.order_body .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #666;
}

.order_body .nav-item.active {
  color: #ff9537;
}

.order_body .nav-item i {
  font-size: 20px;
  margin-bottom: 4px;
}

.user_body {
  /* 功能列表 */
  /* 底部导航 */
}

.user_body .user-info {
  background: #fff;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.user_body .user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/avatar.png) center center no-repeat;
  background-size: 100%;
  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;
  color: #fff;
  font-size: 24px;
  margin-right: 15px;
}

.user_body .user-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.user_body .user-name {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.user_body .user-edit {
  margin-left: auto;
  color: #999;
  font-size: 16px;
}

.user_body .user-edit .icon-bianji {
  background: url(../images/edit.png) center center no-repeat;
  background-size: 15px;
  display: block;
  width: 20px;
  height: 20px;
}

.user_body .func-list {
  background: #fff;
  margin: 0 10px 10px;
  border-radius: 8px;
}

.user_body .func-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.user_body .func-item:last-child {
  border-bottom: none;
}

.user_body .func-icon {
  margin-right: 10px;
  display: block;
  width: 20px;
  height: 20px;
}

.user_body .func-icon .icon-dingdanliebiao {
  background: url(../images/icon1.png) center center no-repeat;
  background-size: 15px;
  display: block;
  width: 20px;
  height: 20px;
}

.user_body .func-icon .icon-yijianfankui {
  background: url(../images/icon2.png) center center no-repeat;
  background-size: 15px;
  display: block;
  width: 20px;
  height: 20px;
}

.user_body .func-icon .icon-tuichu {
  background: url(../images/icon3.png) center center no-repeat;
  background-size: 15px;
  display: block;
  width: 20px;
  height: 20px;
}

.user_body .func-arrow {
  margin-left: auto;
  color: #999;
  font-size: 16px;
}

.user_body .bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 8px 0;
  border-top: 1px solid #eee;
}

.user_body .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #666;
}

.user_body .nav-item.active {
  color: #ff9537;
}

.user_body .nav-item i {
  font-size: 20px;
  margin-bottom: 4px;
}

.feedback_body .page-header {
  background: #fff;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #eee;
}

.feedback_body .back-btn {
  position: absolute;
  left: 15px;
  top: 35%;
  background: url(../images/jt.png) center center no-repeat;
  width: 22px;
  height: 22px;
  background-size: 100%;
  cursor: pointer;
}

.feedback_body .feedback-form {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 20px 20px 20px;
}

.feedback_body .feedback-textarea {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0px;
}

.feedback_body .submit-btn {
  display: block;
  width: 100%;
  background: #ff9537;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 12px 0;
  font-size: 16px;
  cursor: pointer;
}

.feedback_body .back-btn {
  position: absolute;
  left: 15px;
  top: 35%;
  background: url(../images/jt.png) center center no-repeat;
  width: 22px;
  height: 22px;
  background-size: 100%;
  cursor: pointer;
}

.editinfo-body {
  /* 编辑信息表单 */
  /* 按钮区域 */
}

.editinfo-body .page-header {
  background: #fff;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #eee;
}

.editinfo-body .back-btn {
  position: absolute;
  left: 15px;
  top: 35%;
  background: url(../images/jt.png) center center no-repeat;
  width: 22px;
  height: 22px;
  background-size: 100%;
  cursor: pointer;
}

.editinfo-body .edit-form {
  background: #fff;
  margin: 10px;
  padding: 15px;
  border-radius: 8px;
}

.editinfo-body .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.editinfo-body .form-item:last-child {
  border-bottom: none;
}

.editinfo-body .form-label {
  font-size: 16px;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.editinfo-body .required {
  color: #ff4d4f;
  margin-left: 4px;
}

.editinfo-body .form-content {
  text-align: right;
}

.editinfo-body .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/avatar.png) center center no-repeat;
  background-size: 100%;
  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;
  color: #fff;
  font-size: 20px;
}

.editinfo-body .nickname {
  font-size: 16px;
  color: #666;
}

.editinfo-body .btn-group {
  background: #fff;
  margin: 10px;
  padding: 15px;
  border-radius: 8px;
}

.editinfo-body .submit-btn,
.editinfo-body .exit-btn {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  display: block;
  text-align: center;
  cursor: pointer;
}

.editinfo-body .submit-btn {
  background: #ff7a2f;
  color: #fff;
  margin-bottom: 10px;
}

.editinfo-body .exit-btn {
  background: #f5f5f5;
  color: #333;
}

/* 底部导航 */
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 8px 0;
  border-top: 1px solid #eee;
  z-index: 99;
}

.bottom-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #666;
}

.bottom-nav .nav-item.active {
  color: #ff9537;
}

.bottom-nav .nav-item.active .icon-daojudaijinquan {
  background: url(../images/voucher-active.png) center center no-repeat;
  background-size: 20px auto;
}

.bottom-nav .nav-item.active .icon-dingdan {
  background: url(../images/order-active.png) center center no-repeat;
  background-size: 20px auto;
}

.bottom-nav .nav-item.active .icon-wode {
  background: url(../images/mine-active.png) center center no-repeat;
  background-size: 20px auto;
}

.bottom-nav .nav-item i {
  font-size: 20px;
  margin-bottom: 4px;
}

.bottom-nav .nav-item .icon-daojudaijinquan {
  width: 20px;
  height: 20px;
  background: url(../images/voucher.png) center center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
}

.bottom-nav .nav-item .icon-dingdan {
  width: 20px;
  height: 20px;
  background: url(../images/order.png) center center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
}

.bottom-nav .nav-item .icon-wode {
  width: 20px;
  height: 20px;
  background: url(../images/mine.png) center center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
}

/*登录*/
.user-login {
  padding: 40px 20px;
  /* 表单容器 */
  /* 输入框组样式 */
  /* 验证码区域样式 */
  /* 登录按钮样式 */
  /* 加载提示 */
}

.user-login .logo-container {
  margin-bottom: 50px;
  text-align: center;
}

.user-login .logo-img {
  width: 120px;
  height: auto;
}

.user-login .login-form {
  max-width: 350px;
  margin: auto;
}

.user-login .form-group {
  margin-bottom: 15px;
  position: relative;
}

.user-login .form-input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  font-size: 16px;
  outline: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.user-login .form-input:focus {
  border-color: #ff8c00;
}

.user-login .code-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.user-login .code-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.user-login .get-code-btn {
  width: 110px;
  height: 48px;
  background-color: #ff8c00;
  color: #fff;
  border: none;
  border-radius: 24px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.user-login .get-code-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.user-login .login-btn {
  width: 100%;
  height: 50px;
  background-color: #ff8c00;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.user-login .login-btn:hover {
  background-color: #e07b00;
}

.user-login .login-btn:disabled {
  background-color: #ffb766;
  cursor: not-allowed;
}

.user-login .loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 9999;
  font-size: 14px;
}
/*# sourceMappingURL=wap.css.map */