@charset "utf-8";
/*--banner--*/
.van-nav-bar {
position: fixed !important;
left: 0;
top: 0;
width: 100%;
z-index: 9990 !important;
}

.van-nav-bar {
position: relative;
-webkit-user-select: none;
user-select: none;
text-align: center;
height: 46px;
line-height: 46px;
background-color: #fff;
}

.van-nav-bar__left,
.van-nav-bar__right {
bottom: 0;
font-size: 14px;
position: absolute;
}

.van-nav-bar__left {
left: 15px;
}

.van-icon {
position: relative;
font: 14px/1 "vant-icon";
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
display: inline-block;
color: #333333 !important;
vertical-align: middle;
width: 16px;
height: 30px;
background: url(../images/fanhui.png) no-repeat;
background-size: 8px 16px;
}

.van-nav-bar__arrow {
min-width: 1em;
font-size: 16px;
}

.van-nav-bar__title {
margin: 0 auto;
max-width: 60%;
color: #323233;
font-size: 16px;
font-weight: 500;
}

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