*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}
input {
  outline: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  height: 100%;
  margin: 0;
  font-family: 'MiscroSoft YaHei', '微软雅黑', '黑体', Arial, sans-serif;
  font-size: 0.32rem;
  font-weight: 500;
  color: #666;
  text-align: left;
  background-color: #fff;
  /*! autoprefixer: off */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* autoprefixer: no */
}
a {
  color: #2db7f5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #5656fe;
  text-decoration: none;
}
body {
  -webkit-overflow-scrolling: touch;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.icon {
  display: inline-block;
}
.van-dialog {
  border-radius: 0.13333rem !important;
}
.van-dialog__header {
  font-size: 0.48rem;
  color: #333333;
  font-weight: bold!important;
}
.van-dialog__content {
  font-size: 0.37333rem;
}
.van-dialog__message--has-title {
  color: #333333 !important;
}
.van-dialog__confirm .van-button__text {
  font-weight: bold;
}
html,
body {
  background: #f2f2f2;
}
body,
.wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.title-bar-wrap {
  height: 1.25333rem;
  width: 100%;
  background-color: #fff;
}
.title-bar {
  height: 1.25333rem;
  width: 100%;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0.26667rem;
  z-index: 10;
}
.title-bar .back-btn {
  width: 0.64rem;
  height: 0.64rem;
  background: url(https://oss.suning.com/smpnode/oss/vbuy/title_back_ico_black@2x.png) center center no-repeat;
  background-size: 100%;
}
.title-bar .title-box {
  font-family: PingFangSC-Medium;
  font-size: 0.50667rem;
  color: #030303;
  text-align: center;
}
.van-swipe__indicators .van-swipe__indicator {
  background-color: #f2f2f2;
}
.van-swipe__indicators .van-swipe__indicator--active {
  background-color: #FF5500 !important;
}
.confirm-dialog {
  width: 7.73333rem;
  border-radius: 0.13333rem;
}
.confirm-dialog .msg-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.confirm-dialog .msg-wrap .msg-txt {
  width: 100%;
  font-size: 0.37333rem;
  color: #151515;
  line-height: 0.53333rem;
  padding: 0;
}
.confirm-dialog .msg-wrap .msg-txt .tips-box {
  font-weight: bold;
}
.confirm-dialog .msg-wrap .msg-txt .tips-now {
  color: #5555ff;
  font-weight: bold;
}
.confirm-dialog .msg-wrap .msg-txt-box {
  max-width: 5.6rem;
  font-size: 0.37333rem;
  color: #151515;
  line-height: 0.53333rem;
  padding: 0;
}
.mask-wrap .swiper-wrap .van-swipe__indicators {
  bottom: 1.78667rem;
}

