﻿* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
u,
del {
  text-decoration: none;
}
img {
  max-width: 100%;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #333;
  background: transparent;
  text-decoration: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
}
body {
  color: #333;
  background-color: #f8f8f8;
  -webkit-backface-visibility: hidden;
  font-family: Helvetica Neue, Tahoma, Arial, PingFangSC-Regular, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hidden {
  display: none!important;
}
.btn {
  display: inline-block;
  border-radius: 3px;
  padding: 5px 4px;
  text-align: center;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
  line-height: 1.5;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #999;
}
.btn-primary {
  color: #fff;
  border-color: #4a90e2;
  background-color: #4a90e2;
}
.btn-default {
  color: #999;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.btn-orange {
  color: #fff;
  background-color: #4a90e2;
  border: 1px solid #4a90e2;
}
.btn-block {
  text-align: center;
  width: 100%;
  padding: 11px 10px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gray-dark {
  color: #999 !important;
}
.orange {
  color: #4a90e2;
}
.bg-white {
  background: #ffffff;
}
hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.blue {
  color: #38f !important;
}
.box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page {
  margin: 0px 0px 55px 0px;
  -webkit-overflow-scrolling: touch;
}
/**閫夐」鍗�**/
.tabs-nav {
  background: #fff;
  overflow: hidden;
  display: box;
  display: -webkit-box;
}
.tabs-nav li {
  line-height: 40px;
  text-align: center;
  position: relative;
  height: 100%;
  display: block;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
}
.tabs-nav li a.active:after {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  background: #333;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
}
/**閫夐」鍗� END**/
.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 18;
}
.header-bar {
  position: relative;
  background: #fff;
  background-size: 100% 44px;
  min-height: 44px;
  border-bottom: 1px solid #e5e5e5;
  border-width: 0 0 1px 0;
  z-index: 99;
}
.header-icon-back,
.header-icon-logo {
  position: absolute;
  width: 40px;
  height: 44px;
}
.header-icon-back span {
  display: block;
  background: url(../images/jd-sprites.png) no-repeat;
  background-size: 200px 200px;
}
.header-icon-back span {
  width: 20px;
  height: 20px;
  margin: 12px 0 0 10px;
  text-indent: -100px;
  overflow: hidden;
  background-position: -20px 0;
}
.header-icon-back a {
  display: block;
}
.header-icon-shortcut span {
  display: block;
  background: url(../images/mmkmkm.png) no-repeat;
  background-size: 55%;
  width: 40px;
  height: 44px;
  margin: 12px 0 0 10px;
}
.header-search-form {
  display: block;
  padding: 0;
  margin: 0 10px 0 10px;
  height: 44px;
  overflow: hidden;
}
.header-search-box {
  margin-top: 7px;
  height: 30px;
}
.header-search-input {
  display: block;
  width: 100%;
  border-radius: 4px 0 0 4px;
  height: 30px;
  overflow: hidden;
  background: #fff;
  font-size: 12px;
  border-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.header-search-input input {
  border: 0;
  background: #f5f5f5;
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
}
.header-icon-shortcut {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 44px;
  overflow: hidden;
}
.header-title {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  color: #3d4145;
  text-align: center;
  white-space: nowrap;
}
/*澶撮儴鑿滃崟 end*/
.bottom-navigator-wrapper {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  font-size: 12px;
}
.bottom-navigator-wrapper .fill-height {
  height: 100%;
}
.bottom-navigator-wrapper .align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bottom-navigator-wrapper .box-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.bottom-navigator-wrapper .flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.bottom-navigator-wrapper .flex {
  display: block;
  color: #999;
  position: relative;
}
.bottom-navigator-wrapper .flex .bottom-icon {
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 auto 2px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.bottom-navigator-wrapper .number {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4a90e2;
  display: inline-block;
  color: #fff;
  position: relative;
  top: -30px;
  right: -30px;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
}
.bottom-navigator-wrapper .flex.on {
  color: #4a90e2;
}
.bottom-navigator-wrapper .flex.on .bottom-icon.icon-home {
  background-image: url(../images/home-on.png);
}
.bottom-navigator-wrapper .flex.on .bottom-icon.icon-category {
  background-image: url(../images/category-on.png);
}
.bottom-navigator-wrapper .flex.on .bottom-icon.icon-cart {
  background-image: url(../images/cart-on.png);
}
.bottom-navigator-wrapper .flex.on .bottom-icon.icon-user {
  background-image: url(../images/user-on.png);
}
.bottom-navigator-wrapper .flex .bottom-icon.icon-home {
  background-image: url(../images/home-1.png);
}
.bottom-navigator-wrapper .flex .bottom-icon.icon-category {
  background-image: url(../images/category-1.png);
}
.bottom-navigator-wrapper .flex .bottom-icon.icon-cart {
  background-image: url(../images/cart-1.png);
}
.bottom-navigator-wrapper .flex .bottom-icon.icon-user {
  background-image: url(../images/user-1.png);
}
/*搴曢儴鑿滃崟 end*/
/*鏁伴噺*/
.xm-input-number {
  display: inline-flex;
  align-items: center;
}
.xm-input-number input {
  border: 0;
  width: 40px;
  height: 31px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: 0;
  background: #fff;
  -webkit-appearance: none;
}
.image-icons {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.xm-input-number .input-add,
.xm-input-number .input-sub {
  display: inline-block;
  width: 31px;
  height: 31px;
  position: relative;
  vertical-align: middle;
  background-color: #fafafa;
  text-align: center;
}
.xm-input-number .icon-line {
  background-image: url(../images/icon-line.png);
  border-right: 0 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.xm-input-number .image-icons {
  width: 31px;
  height: 31px;
  background-size: 50% 50%;
  border-radius: 0;
}
.xm-input-number .input-num {
  display: inline-block;
  vertical-align: middle;
  min-width: 31px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
}
.xm-input-number .icon-cross {
  background-image: url(../images/icon-cross.png);
  border-left: 0 !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/*鏁伴噺 END*/
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #4a90e2 !important;
}
/* 鏀粯缁撴灉椤甸潰 */
.message-box {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30%;
}
.message-box img {
  display: inline-block;
  width: 50px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}
.message-box .iconfont {
  text-align: center;
  color: #62B900;
  font-size: 64px;
}
.message-box .shibai {
  color: #4a90e2;
}
.message-box .text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.message-box a {
  display: block;
  text-align: center;
  color: #62B900;
  font-size: 14px;
}