@import url(//at.alicdn.com/t/c/font_4178771_mn847qmwd38.css);
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}
html,body {
    width: 100%;
    /* font: 12px "宋体", "Arial Narrow", HELVETICA; */
    background: #fff;
    -webkit-text-size-adjust: 100%;
    /* touch-action: none; */
    /* line-height: 1;  */
}
body{
    -webkit-text-size-adjust: 100% !important;
}
ul,
ol {
    list-style: none;
}
a {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    text-decoration: none;
    color: inherit;
}
em {
    font-style: normal
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
p {
    word-wrap: break-word
}
a:hover {
    text-decoration: none;
}
img {
    width: 100%;
    /* display: block; */
    border: 0;
    vertical-align: middle
}
fwb{font-weight: bold;}

/* 公共样式 */
/* body的背景颜色 */
body { background-color: #f4f4f4;
}
/* 文本居中 */
.tac { text-align: center;
}
.tal { text-align: left;
}
.tar { text-align: right;
}
/* 相对定位 */
.rel { position: relative;
}
/* 绝对定位 */
.abs{ position: absolute
}
/* 固定定位 */
.fixed { position: fixed;
}
/* 隐藏 */
.dsn { display: none;
}
/* 宽度100% */
.w100p { width: 100%;
}
.h100p { height: 100%;
}

/* 颜色 */
.fff { color: #fff;
}
.black{color: #000;}
.ccc{color: #ccc;}
.aaa{color: #797d82;}
.red{color: red;}
.bg-fff { background-color: #fff;
}
/* 主题色 */
.base { color: #c03131;
}
.bg-base { background-color: #f03d37;
}

/* 字体 */
.f10 { font-size: 0.26667rem;
}
.f12 { font-size: 0.32rem;
}
.f13 { font-size: 0.34667rem;
}
.f14 { font-size: 0.37333rem;
}
.f15 { font-size: 0.4rem;
}
.f16 { font-size: 0.42667rem;
}
.f18 { font-size: 0.48rem;
}
.f20 { font-size: 0.53333rem;
}
.f22 { font-size: 0.58667rem;
}
.f24 { font-size: 0.64rem;
}
.f26 { font-size: 0.69333rem;
}
.f28 { font-size: 0.74667rem;
}
.f30 { font-size: 0.8rem;
}
.f32 { font-size: 0.85333rem;
}
.f34 { font-size: 0.90667rem;
}
.f36 { font-size: 0.96rem;
}
.fwb { font-weight: bold;
}
.fw1 { font-weight: 100;
}
.fw2 { font-weight: 200;
}
.fw3 { font-weight: 300;
}
.fw4 { font-weight: 400;
}
.fw5 { font-weight: 500;
}
.fw6 { font-weight: 600;
}
.fw7 { font-weight: 700;
}
.fw8 { font-weight: 800;
}
.fw9 { font-weight: 900;
}
.fwl { font-weight: lighter;
}

/* 弹性盒子 */
.flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
}
.jc-c { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
}
.jc-sb { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
}
.jc-sa { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around;
}
.aic { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
/* 盒子排成一列 */
.fdc { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
}
/* 剩余空间分配 */
.fg1 { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1;
}

/* 换行 */
.fww {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.jc-e {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

/* margin */
.mt-3{margin-top: 0.08rem;}
.mt-5 {margin-top: 0.13333rem;}
.mt-10 {margin-top: 0.26667rem;}
.mt-15 {margin-top: 0.4rem;}
.mt-20 {margin-top: 0.53333rem;}
.mt-25 {margin-top: 0.66667rem;}
.mt-30 {margin-top: 0.8rem;}
.ml-5 {margin-left: 0.13333rem;}
.ml-10 {margin-left: 0.26667rem;}
.ml-15 {margin-left: 0.4rem;}
.ml-20 {margin-left: 0.53333rem;}
.ml-25 {margin-left: 0.66667rem;}
.ml-30 {margin-left: 0.8rem;}
.mr-5 {margin-right: 0.13333rem;}
.mr-10 {margin-right: 0.26667rem;}
.mr-15 {margin-right: 0.4rem;}
.mr-20 {margin-right: 0.53333rem;}
.mr-25 {margin-right: 0.66667rem;}
.mr-30 {margin-right: 0.8rem;}
.mb-5 {margin-bottom: 0.13333rem;}
.mb-10 {margin-bottom: 0.26667rem;}
.mb-15 {margin-bottom: 0.4rem;}
.mb-20 {margin-bottom: 0.53333rem;}
.mb-25 {margin-bottom: 0.66667rem;}
.mb-30 {margin-bottom: 0.8rem;}

/* padding */
.pt-5 {padding-top: 0.13333rem;}
.pt-10 {padding-top: 0.26667rem;}
.pt-15 {padding-top: 0.4rem;}
.pt-20 {padding-top: 0.53333rem;}
.pt-25 {padding-top: 0.66667rem;}
.pt-30 {padding-top: 0.8rem;}
.pl-5 {padding-left: 0.13333rem;}
.pl-10 {padding-left: 0.26667rem;}
.pl-15 {padding-left: 0.4rem;}
.pl-20 {padding-left: 0.53333rem;}
.pl-25 {padding-left: 0.66667rem;}
.pl-30 {padding-left: 0.8rem;}
.pr-5 {padding-right: 0.13333rem;}
.pr-10 {padding-right: 0.26667rem;}
.pr-15 {padding-right: 0.4rem;}
.pr-20 {padding-right: 0.53333rem;}
.pr-25 {padding-right: 0.66667rem;}
.pr-30 {padding-right: 0.8rem;}
.pb-5 {padding-bottom: 0.13333rem;}
.pb-10 {padding-bottom: 0.26667rem;}
.pb-15 {padding-bottom: 0.4rem;}
.pb-20 {padding-bottom: 0.53333rem;}
.pb-25 {padding-bottom: 0.66667rem;}
.pb-30 {padding-bottom: 0.8rem;}

/* 清除浮动 */
.clearfix:after,
.clearfix:before {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/* 亮色主题样式 */
body.light-theme {
    background-color: #ffffff;
    color: #000000;
}
  
/* 暗色主题样式 */
body.dark-theme {
    background-color: #000000;
    color: #ffffff;
}
/* 文本省略号 */
.toe {
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
}
  /* 多行超出文本显示省略号 */
.duohengchaochu{
    display: -webkit-box; /* 使用弹性盒子布局 */
    -webkit-line-clamp: 2; /* 最多显示2行内容 */
    -webkit-box-orient: vertical; /* 弹性盒子垂直排列 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    width: 5.33333rem; /* 容器宽度 */
}
/* nth-child(odd)表示选择所有父元素下奇数位置的子元素（从1开始计数）；
   nth-child(even)表示选择所有父元素下偶数位置的子元素（从1开始计数）。
   :first-of-type 选择其父级的第一个元素
   :last-of-type 选择其父级的最后一个元素
   */
@media (min-width: 768px) {
html {
        font-size: 0.32rem;
}
}
@media (min-width: 992px) {
html {
        font-size: 0.48rem;
}
}
@media (min-width: 1200px) {
html {
        font-size: 0.64rem;
}
}
@media screen and (min-width:1025) {
}
@media screen and (min-width:769) and (max-width:1025) {
}
@media screen and (min-width:481) and (max-width:768) {
}
@media screen and (max-width:480) {
}
.van-nav-bar .van-icon{
    color: #000 !important;
    font-size: 17px !important;
}
.van-hairline--bottom::after {
    border: none !important;
}
.van-nav-bar__title{
    font-size: 17px !important;
    font-weight: 600 !important;
}
html,
body,
#app {
  background: #fff;
}
#__vconsole {
  display: none;
}

.tabImg[data-v-0326355d] {
  width: 0.56rem;
  height: 0.56rem;
}

