* {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body,
img,
iframe {
  border: none;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 12px/1;
  font-family: PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
ol,
ul,
dl {
  list-style: none;
}
li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
em,
b,
i {
  font-style: normal;
}
a {
  text-decoration: none;
}
button,
input,
select,
textarea {
  font-family: PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
  background: none;
  outline: none;
  border: 0px;
}
button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-family: PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
button::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-family: PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
button::-ms-placeholder,
input::-ms-placeholder,
select::-ms-placeholder,
textarea::-ms-placeholder {
  color: #999;
  font-family: PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, Sans-serif;
}
button:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #ccc;
}
button:focus::-moz-placeholder,
input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #ccc;
}
button:focus::-ms-placeholder,
input:focus::-ms-placeholder,
select:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
  color: #ccc;
}
strong {
  font-weight: normal;
}
.clr {
  zoom: 1;
}
.clr:after {
  content: '.';
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.va-t {
  vertical-align: top;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
.i-hide {
  display: none;
}
.i-show {
  display: block;
}
.line-b {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
}
.bold {
  font-weight: 600;
}
.lb-box {
  font-size: 0 !important;
}
.bxz {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 12px;
  width: 7.5rem;
  background-color: #fff;
  margin: 0 auto;
}
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.eps {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p-b-i {
  padding-bottom: 1.1rem;
}
.p-t-i {
  padding-top: 44px;
}
.black-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10002;
}
.black-mask .tip-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.1rem;
  width: 2.6rem;
  padding: 0.3rem;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 103;
  display: none;
  line-height: 20px;
}
.loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
}
.loading-mask img {
  height: 1.2rem;
  width: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-t-n {
  height: 44px;
  font-size: 18px;
  color: #333;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
}
.c-t-n .c-t-gb {
  height: 22px;
  width: 22px;
  background: url('../../images/l-a-icon.png') no-repeat;
  background-size: 100% 100%;
  margin: 11px 0 0 14px;
  position: relative;
  z-index: 2;
}
.c-t-n .c-t-gb.hidden {
  display: none;
}
.c-t-n .c-t-menu {
  height: 23px;
  width: 23px;
  background: url('../../images/home-icon.png') no-repeat;
  background-size: 100% 100%;
  margin: 10px 17px 0 0;
  position: relative;
  z-index: 2;
}
.c-t-n .c-t-flt {
  height: 20px;
  width: 20px;
  background: url('../../images/s-f.png');
  margin: 12px 17px 0 0;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.c-t-n .c-t-flt.active {
  background-image: url('../../images/s-f-a.png');
}
.c-t-n .c-t-delete {
  height: 20px;
  width: 20px;
  margin: 12px 17px 0 0;
  position: relative;
  z-index: 2;
  background-image: url('../../images/dlt-b-a-icon.png');
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.c-t-n .c-t-delete.disable {
  background-image: url('../../images/dlt-b-icon.png');
}
.c-t-n .c-t-out {
  height: 22px;
  width: 22px;
  background: url('../../images/out-icon.png') no-repeat;
  background-size: 100% 100%;
  margin: 11px 17px 0 0;
  position: relative;
  z-index: 2;
}
.c-t-n .edt-or-fns,
.c-t-n .ord-finish-a {
  font-size: 16px;
  color: #333;
  line-height: 44px;
  width: 50px;
  position: relative;
  z-index: 2;
}
.c-t-n .edt-or-fns.disabled,
.c-t-n .ord-finish-a.disabled {
  color: #999;
}
.c-t-n .c-t-t {
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  padding: 0 50px 0 50px;
  line-height: 44px;
  text-align: center;
}
.c-t-n .t-n-s {
  position: absolute;
  top: 7px;
  left: 50px;
  right: 55px;
  bottom: 0;
  height: 30px;
  background: #F9F9F8;
  border-radius: 0.3rem;
}
.c-t-n .t-n-s span {
  height: 15px;
  width: 17px;
  background: url('../../images/s-s-icon.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 8px;
  left: 10px;
}
.c-t-n .t-n-s input {
  width: 100%;
  height: 30px;
  line-height: 26px;
  padding: 0 10px 0 32px;
  border: 2px solid #F9F9F8;
  border-radius: 0.3rem;
}
.c-t-n .t-n-s input:focus {
  border: 2px solid #09C867;
}
.c-t-n .t-n-ss {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.crumbs {
  height: 30px;
  background-color: #F5F5F5;
  padding-left: 0.4rem;
  line-height: 30px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.crumbs a {
  color: #333;
}
.crumbs strong {
  color: #999;
}
.crumbs i {
  width: 3px;
  height: 3px;
  border-radius: 50% 50%;
  background-color: #C0C4CC;
  margin: 0 0.19rem;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.1rem;
  background: #FFFFFF;
  box-shadow: 0px -10px 20px 0px rgba(73, 77, 82, 0.05);
  text-align: center;
  z-index: 3;
}
.footer a {
  text-align: center;
  margin-left: 1.56rem;
}
.footer a:first-child {
  margin-left: 0;
}
.footer a img {
  height: 0.72rem;
  width: 0.72rem;
}
.footer a p {
  font-size: 12px;
  color: #333;
}
.footer a.active p {
  color: #09C867;
}
.cm-btn {
  height: 30px;
  width: 80px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  border-radius: 15px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
}
.cm-btn.red {
  border: 1px solid #DD2730;
  background-color: #DD2730;
  color: #fff;
}
.cm-btn.green {
  border: 1px solid #00C661;
  background-color: #00C661;
  color: #fff;
}
.cm-btn.no {
  color: #333;
}
.cm-btn.border {
  background-color: #fff;
  border: 1px solid #333333;
  color: #333333;
}
.cm-btn.border:hover {
  background-color: #09C867;
  border: 1px solid #09C867;
  color: #fff;
}
.cm-btn.border-red {
  background-color: #fff;
  border: 1px solid #DD2730;
  color: #DD2730;
}
.f-red {
  color: #EB222B;
  font-weight: 600;
}
.ot-fxd-rt {
  position: fixed;
  bottom: 155px;
  right: 0;
  z-index: 3;
}
.ot-fxd-rt .fxd-rt-itm {
  height: 50px;
  width: 50px;
  background: #ffffff;
  border: 1px solid #dad4d4;
  border-radius: 12px 0px 0px 12px;
  text-align: center;
  position: relative;
}
.ot-fxd-rt .fxd-rt-itm.fxd-rt-cart {
  margin-bottom: 13px;
}
.ot-fxd-rt .fxd-rt-itm .cart-num {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #fff;
  background-color: #EB222B;
  height: 21px;
  width: 21px;
  text-align: center;
  line-height: 21px;
  border-radius: 50% 50%;
}
.ot-fxd-rt .fxd-rt-itm img {
  height: 30px;
  width: 30px;
  margin-top: 11px;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
.auto-kf {
  font-size: 0;
  display: none;
  height: 0;
  width: 0;
  overflow: hidden;
}
