a:focus,
div:focus,
html,
input:focus,
p:focus,
span:focus {
    -webkit-tap-highlight-color: transparent
}

body,
html {
    width: 100%;
    height: 100%
}

a,
audio,
canvas,
i,
progress,
span,
time,
video {
    display: inline-block
}

address,
caption,
cite,
code,
dfn,
em,
i,
small,
strong,
th,
var {
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: "microsoft yahei", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -moz-tap-highlight-color: transparent
}

body {
    line-height: 100%;
    font-size: 12px;
    background: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    -webkit-overflow-scrolling: touch
}

.f-14,
.pop>p {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

address,
article,
aside,
body,
button,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
iframe,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

dl,
ol,
ul {
    list-style-type: none
}

iframe,
img {
    border: 0
}

audio:not([controls]) {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

a {
    text-decoration: none;
    background: 0 0;
    color: #333
}

:active,
:focus {
    outline: 0
}

[disabled] {
    cursor: default
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=text],
input[type=password] {
    -webkit-appearance: none;
    outline: 0
}

input[type=radio],
input[type=checkbox] {
    cursor: pointer;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

em,
i,
small,
strong {
    font-weight: 400
}

table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

table td,
table th {
    text-align: left
}

.table th {
    font-weight: 700
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.cl,
.cl:after {
    content: "\20";
    display: block;
    clear: both
}

.none {
    display: none
}


.title-bar {
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
}

.title-bar .imgBack {
    position: absolute;
    height: 0.4rem;
    left: 0.3rem;
    top: 0.28rem;
}
.van-nav-bar .van-nav-bar__title{
    font-weight: 600;
}
.van-nav-bar .van-icon,
.van-nav-bar__text {
    color: #333333 !important;
}