
/* -------- css 样式 -------- */
a[data-v-57f8f71d] {
  -webkit-text-decoration: none;
  text-decoration: none;
  /*color: black;*/
}
li[data-v-57f8f71d] {
  list-style: none;
}
.w-full[data-v-57f8f71d] {
  width: 100%;
}
.w-h-full[data-v-57f8f71d] {
  width: 100%;
  height: 100%;
}

/* -------- flex 布局 -------- */
.flex-row[data-v-57f8f71d] {
  display: flex;
  flex-direction: row;
}
.flex-row-re[data-v-57f8f71d] {
  display: flex;
  flex-direction: row-reverse;
}
.flex-col[data-v-57f8f71d] {
  display: flex;
  flex-direction: column;
}
.flex-col-re[data-v-57f8f71d] {
  display: flex;
  flex-direction: column-reverse;
}
.basis-xs[data-v-57f8f71d] {
  flex-basis: 20%;
}
.basis-s[data-v-57f8f71d] {
  flex-basis: 40%;
}
.basis-m[data-v-57f8f71d] {
  flex-basis: 50%;
}
.basis-l[data-v-57f8f71d] {
  flex-basis: 60%;
}
.basis-xl[data-v-57f8f71d] {
  flex-basis: 80%;
}
.flex-one[data-v-57f8f71d] {
  flex: 1;
}
.flex-two[data-v-57f8f71d] {
  flex: 2;
}
.flex-three[data-v-57f8f71d] {
  flex: 3;
}
.wrap[data-v-57f8f71d] {
  flex-wrap: wrap;
}
.no-wrap[data-v-57f8f71d] {
  flex-wrap: nowrap;
}
.justify-start[data-v-57f8f71d] {
  justify-content: start;
}
.justify-center[data-v-57f8f71d] {
  justify-content: center;
}
justify-end[data-v-57f8f71d] {
  justify-content: end;
}
.justify-evenly[data-v-57f8f71d] {
  justify-content: space-evenly;
}
.justify-around[data-v-57f8f71d]{
  justify-content: space-around;
}
.justify-between[data-v-57f8f71d]{
  justify-content: space-between;
}
.items-start[data-v-57f8f71d] {
  align-items: start;
}
.items-center[data-v-57f8f71d] {
  align-items: center;
}
.items-end[data-v-57f8f71d] {
  align-items: end;
}
.items-baseline[data-v-57f8f71d] {
  align-items: baseline;
}
.items-stretch[data-v-57f8f71d] {
  align-items: stretch;
}

/* ---- 放大因子 ---- */
.flex-grow[data-v-57f8f71d] {
  flex-grow: 1;
}

/* ---- 收缩因子(当容器主轴 “空间不足” 且 “禁止换行” 时,空间不足该项目将缩小) ---- */
.flex-shrink[data-v-57f8f71d] {
  flex-shrink: 1;
}

/* -------- margin 外边距 -------- */
.margin-none[data-v-57f8f71d] {
  margin: 0;
}
.margin-auto[data-v-57f8f71d] {
  margin: auto;
}
.margin-xxs[data-v-57f8f71d] {
  margin: 10px;
}
.margin-xs[data-v-57f8f71d] {
  margin: 20px;
}
.margin-s[data-v-57f8f71d] {
  margin: 30px;
}
.margin[data-v-57f8f71d] {
  margin: 40px;
}
.margin-m[data-v-57f8f71d] {
  margin: 50px;
}
.margin-l[data-v-57f8f71d] {
  margin: 60px;
}
.margin-xl[data-v-57f8f71d] {
  margin: 70px;
}
.margin-xxl[data-v-57f8f71d] {
  margin: 80px;
}
.margin-t-xxs[data-v-57f8f71d] {
  margin-top: 10px;
}
.margin-t-xs[data-v-57f8f71d] {
  margin-top: 20px;
}
.margin-t-s[data-v-57f8f71d] {
  margin-top: 30px;
}
.margin-top[data-v-57f8f71d] {
  margin-top: 40px;
}
.margin-t-m[data-v-57f8f71d] {
  margin-top: 50px;
}
.margin-t-l[data-v-57f8f71d] {
  margin-top: 60px;
}
.margin-t-xl[data-v-57f8f71d] {
  margin-top: 70px;
}
.margin-t-xxl[data-v-57f8f71d] {
  margin-top: 80px;
}
.margin-b-xxs[data-v-57f8f71d] {
  margin-bottom: 10px;
}
.margin-b-xs[data-v-57f8f71d] {
  margin-bottom: 20px;
}
.margin-b-s[data-v-57f8f71d] {
  margin-bottom: 30px;
}
.margin-bottom[data-v-57f8f71d] {
  margin-bottom: 40px;
}
.margin-b-m[data-v-57f8f71d] {
  margin-bottom: 50px;
}
.margin-b-l[data-v-57f8f71d] {
  margin-bottom: 60px;
}
.margin-b-xl[data-v-57f8f71d] {
  margin-bottom: 70px;
}
.margin-b-xxl[data-v-57f8f71d] {
  margin-bottom: 80px;
}
.margin-l-xxs[data-v-57f8f71d] {
  margin-left: 10px;
}
.margin-l-xs[data-v-57f8f71d] {
  margin-left: 20px;
}
.margin-l-s[data-v-57f8f71d] {
  margin-left: 30px;
}
.margin-left[data-v-57f8f71d] {
  margin-left: 40px;
}
.margin-l-m[data-v-57f8f71d] {
  margin-left: 50px;
}
.margin-l-l[data-v-57f8f71d] {
  margin-left: 60px;
}
.margin-l-xl[data-v-57f8f71d] {
  margin-left: 70px;
}
.margin-l-xxl[data-v-57f8f71d] {
  margin-left: 80px;
}
.margin-r-xxs[data-v-57f8f71d] {
  margin-right: 10px;
}
.margin-r-xs[data-v-57f8f71d] {
  margin-right: 20px;
}
.margin-r-s[data-v-57f8f71d] {
  margin-right: 30px;
}
.margin-right[data-v-57f8f71d] {
  margin-right: 40px;
}
.margin-r-m[data-v-57f8f71d] {
  margin-right: 50px;
}
.margin-r-l[data-v-57f8f71d] {
  margin-right: 60px;
}
.margin-r-xl[data-v-57f8f71d] {
  margin-right: 70px;
}
.margin-r-xxl[data-v-57f8f71d] {
  margin-right: 80px;
}
.margin-tb-xxs[data-v-57f8f71d] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-tb-xs[data-v-57f8f71d] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-tb-s[data-v-57f8f71d] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-tb[data-v-57f8f71d] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-tb-m[data-v-57f8f71d] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.margin-tb-l[data-v-57f8f71d] {
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin-tb-xl[data-v-57f8f71d] {
  margin-top: 70px;
  margin-bottom: 70px;
}
.margin-tb-xxl[data-v-57f8f71d] {
  margin-top: 80px;
  margin-bottom: 80px;
}
.margin-lr-xxs[data-v-57f8f71d] {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-lr-xs[data-v-57f8f71d] {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-lr-s[data-v-57f8f71d] {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-lr[data-v-57f8f71d] {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-lr-m[data-v-57f8f71d] {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-lr-l[data-v-57f8f71d] {
  margin-left: 60px;
  margin-right: 60px;
}
.margin-lr-xl[data-v-57f8f71d] {
  margin-left: 70px;
  margin-right: 70px;
}
.margin-lr-xxl[data-v-57f8f71d] {
  margin-left: 80px;
  margin-right: 80px;
}

/* -------- padding 内边距 -------- */
.padding-none[data-v-57f8f71d] {
  padding: 0;
}
.padding-xxs[data-v-57f8f71d] {
  padding: 10px;
}
.padding-xs[data-v-57f8f71d] {
  padding: 20px;
}
.padding-s[data-v-57f8f71d] {
  padding: 30px;
}
.padding[data-v-57f8f71d] {
  padding: 40px;
}
.padding-m[data-v-57f8f71d] {
  padding: 50px;
}
.padding-l[data-v-57f8f71d] {
  padding: 60px;
}
.padding-xl[data-v-57f8f71d] {
  padding: 70px;
}
.padding-xxl[data-v-57f8f71d] {
  padding: 80px;
}
.padding-t-xxs[data-v-57f8f71d] {
  padding-top: 10px;
}
.padding-t-xs[data-v-57f8f71d] {
  padding-top: 20px;
}
.padding-t-s[data-v-57f8f71d] {
  padding-top: 30px;
}
.padding-top[data-v-57f8f71d] {
  padding-top: 40px;
}
.padding-t-m[data-v-57f8f71d] {
  padding-top: 50px;
}
.padding-t-l[data-v-57f8f71d] {
  padding-top: 60px;
}
.padding-t-xl[data-v-57f8f71d] {
  padding-top: 70px;
}
.padding-t-xxl[data-v-57f8f71d] {
  padding-top: 80px;
}
.padding-b-xxs[data-v-57f8f71d] {
  padding-bottom: 10px;
}
.padding-b-xs[data-v-57f8f71d] {
  padding-bottom: 20px;
}
.padding-b-s[data-v-57f8f71d] {
  padding-bottom: 30px;
}
.padding-bottom[data-v-57f8f71d] {
  padding-bottom: 40px;
}
.padding-b-m[data-v-57f8f71d] {
  padding-bottom: 50px;
}
.padding-b-l[data-v-57f8f71d] {
  padding-bottom: 60px;
}
.padding-b-xl[data-v-57f8f71d] {
  padding-bottom: 70px;
}
.padding-b-xxl[data-v-57f8f71d] {
  padding-bottom: 80px;
}
.padding-l-xxs[data-v-57f8f71d] {
  padding-left: 10px;
}
.padding-l-xs[data-v-57f8f71d] {
  padding-left: 20px;
}
.padding-l-s[data-v-57f8f71d] {
  padding-left: 30px;
}
.padding-left[data-v-57f8f71d] {
  padding-left: 40px;
}
.padding-l-m[data-v-57f8f71d] {
  padding-left: 50px;
}
.padding-l-l[data-v-57f8f71d] {
  padding-left: 60px;
}
.padding-l-xl[data-v-57f8f71d] {
  padding-left: 70px;
}
.padding-l-xxl[data-v-57f8f71d] {
  padding-left: 80px;
}
.padding-r-xxs[data-v-57f8f71d] {
  padding-right: 10px;
}
.padding-r-xs[data-v-57f8f71d] {
  padding-right: 20px;
}
.padding-r-s[data-v-57f8f71d] {
  padding-right: 30px;
}
.padding-right[data-v-57f8f71d] {
  padding-right: 40px;
}
.padding-r-m[data-v-57f8f71d] {
  padding-right: 50px;
}
.padding-r-l[data-v-57f8f71d] {
  padding-right: 60px;
}
.padding-r-xl[data-v-57f8f71d] {
  padding-right: 70px;
}
.padding-r-xxl[data-v-57f8f71d] {
  padding-right: 80px;
}
.padding-tb-xxs[data-v-57f8f71d] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-tb-xs[data-v-57f8f71d] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-tb-s[data-v-57f8f71d] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-tb[data-v-57f8f71d] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-tb-m[data-v-57f8f71d] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.padding-tb-l[data-v-57f8f71d] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.padding-tb-xl[data-v-57f8f71d] {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padding-tb-xxl[data-v-57f8f71d] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.padding-lr-xxs[data-v-57f8f71d] {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-lr-xs[data-v-57f8f71d] {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-lr-s[data-v-57f8f71d] {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-lr[data-v-57f8f71d] {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-lr-m[data-v-57f8f71d] {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-lr-l[data-v-57f8f71d] {
  padding-left: 60px;
  padding-right: 60px;
}
.padding-lr-xl[data-v-57f8f71d] {
  padding-left: 70px;
  padding-right: 70px;
}
.padding-lr-xxl[data-v-57f8f71d] {
  padding-left: 80px;
  padding-right: 80px;
}

/* -------- font 字体 -------- */
.text-center[data-v-57f8f71d]{
  text-align: center;
}
.text-white[data-v-57f8f71d] {
  color: white;
}
.text-gray-light[data-v-57f8f71d] {
  color: #E8E8E8;
}
.text-gray[data-v-57f8f71d] {
  color: #9C9C9C;
}
.text-gray-deep[data-v-57f8f71d] {
  color: #4F4F4F;
}
.text-pink-light[data-v-57f8f71d] {
  color: pink;
}
.text-pink[data-v-57f8f71d] {
  color: #FF69B4;
}
.text-pink-deep[data-v-57f8f71d] {
  color: #FF1493;
}
.text-red[data-v-57f8f71d] {
  color: #EE0000;
}
.text-yellow-light[data-v-57f8f71d] {
  color: #FFFFE0;
}
.text-yellow[data-v-57f8f71d] {
  color: yellow;
}
.text-yellow-deep[data-v-57f8f71d] {
  color: #FFD700;
}
.text-gold[data-v-57f8f71d] {
  color: gold;
}
.text-blue-light[data-v-57f8f71d] {
  color: #87CEFA;
}
.text-blue[data-v-57f8f71d] {
  color: #0081ff;
}
.text-blue-deep[data-v-57f8f71d] {
  color: #0000FF;
}
.text-green-light[data-v-57f8f71d] {
  color: #90EE90;
}
.text-green[data-v-57f8f71d] {
  color: #32CD32;
}
.text-green-deep[data-v-57f8f71d] {
  color: #008B00;
}
.text-cyan-light[data-v-57f8f71d] {
  color: #BBFFFF;
}
.text-cyan[data-v-57f8f71d] {
  color: #00F5FF;
}
.text-cyan1[data-v-57f8f71d] {
  color: #00FFFF;
}
.text-cyan-deep[data-v-57f8f71d] {
  color: #00C5CD;
}
.text-orange-light[data-v-57f8f71d] {
  color: #FFDEAD;
}
.text-orange[data-v-57f8f71d] {
  color: #FF8C00;
}
.text-orange-deep[data-v-57f8f71d] {
  color: #FF4500;
}
.text-purple-light[data-v-57f8f71d] {
  color: #AB82FF;
}
.text-purple[data-v-57f8f71d] {
  color: #A020F0;
}
.text-purple-deep[data-v-57f8f71d] {
  color: #551A8B;
}

/* 字体粗细 font-weight */
.font-bold[data-v-57f8f71d] {
  font-weight: bold;
}
.font-200[data-v-57f8f71d] {
  font-weight: 200;
}
.font-400[data-v-57f8f71d] {
  font-weight: 400;
}
.font-600[data-v-57f8f71d] {
  font-weight: 600;
}
.font-lighter[data-v-57f8f71d] {
  font-weight: lighter;
}

/* 字体大小 font-size */
.font-xxs[data-v-57f8f71d] {
  font-size: 10px;
}
.font-xs[data-v-57f8f71d] {
  font-size: 12px;
}
.font-s[data-v-57f8f71d] {
  font-size: 14px;
}
.font-size[data-v-57f8f71d] {
  font-size: 18px;
}
.font-m[data-v-57f8f71d] {
  font-size: 20px;
}
.font-l[data-v-57f8f71d] {
  font-size: 22px;
}
.font-xl[data-v-57f8f71d] {
  font-size: 26px;
}
.font-xxl[data-v-57f8f71d] {
  font-size: 30px;
}
.font-32[data-v-57f8f71d] {
  font-size: 32px;
}
.font-34[data-v-57f8f71d] {
  font-size: 34px;
}
.font-36[data-v-57f8f71d] {
  font-size: 36px;
}
.font-38[data-v-57f8f71d] {
  font-size: 38px;
}
.font-40[data-v-57f8f71d] {
  font-size: 40px;
}
.font-42[data-v-57f8f71d] {
  font-size: 42px;
}

/* -------- background 背景颜色 -------- */
.bg-white[data-v-57f8f71d] {
  background-color: white;
}
.bg-WhiteSmoke[data-v-57f8f71d] {
  background-color: #F5F5F5;
}
.bg-black[data-v-57f8f71d] {
  background-color: black;
}
.bg-gray-light[data-v-57f8f71d] {
  background-color: #f3f3f3;
}
.bg-gray[data-v-57f8f71d] {
  background-color: #a5a5a5;
}
.bg-gray-deep[data-v-57f8f71d] {
  background-color: #4F4F4F;
}

/* -------- background 背景图片大小 -------- */
.bg-img-full[data-v-57f8f71d] {
  background-size: 100% 100%;
}
.bg-img-cover[data-v-57f8f71d] {
  background-size: cover;
}
.vertical-middle[data-v-57f8f71d] {
  vertical-align: middle;
}

/* -------- box 盒子 -------- */
.box-cover[data-v-57f8f71d] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.box-cover-white[data-v-57f8f71d] {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.box-lucency[data-v-57f8f71d] {
  background-color: rgba(0, 0, 0, 0.5);
}
.box-lucency-white[data-v-57f8f71d] {
  background-color: rgba(255, 255, 255, 0.5);
}
.box-dashed[data-v-57f8f71d] {
  border: 1px dashed lightgray;
}
.box-solid[data-v-57f8f71d] {
  border: 1px solid lightgray;
}
.block[data-v-57f8f71d] {
  display: block;
}
.over-hid[data-v-57f8f71d] {
  overflow: hidden;
}
.box-r-xxs[data-v-57f8f71d] {
  border-radius: 4px;
}
.box-r-xs[data-v-57f8f71d] {
  border-radius: 6px;
}
.box-r-s[data-v-57f8f71d] {
  border-radius: 8px;
}
.box-radius[data-v-57f8f71d] {
  border-radius: 10px;
}
.box-r-m[data-v-57f8f71d] {
  border-radius: 12px;
}
.box-r-l[data-v-57f8f71d] {
  border-radius: 14px;
}
.box-r-xl[data-v-57f8f71d] {
  border-radius: 16px;
}
.box-r-xxl[data-v-57f8f71d] {
  border-radius: 18px;
}
.box-circle[data-v-57f8f71d] {
  border-radius: 50%;
}

/* -------- box 盒子大小 -------- */
.box-size-xxs[data-v-57f8f71d] {
  width: 20px;
  height: 20px;
}
.box-size-xs[data-v-57f8f71d] {
  width: 40px;
  height: 40px;
}
.box-size-s[data-v-57f8f71d] {
  width: 60px;
  height: 60px;
}
.box-size-m[data-v-57f8f71d] {
  width: 80px;
  height: 80px;
}
.box-size-l[data-v-57f8f71d] {
  width: 100px;
  height: 100px;
}
.box-size-xl[data-v-57f8f71d] {
  width: 120px;
  height: 120px;
}
.box-size-xxl[data-v-57f8f71d] {
  width: 140px;
  height: 140px;
}

/* -------- float 浮动 -------- */
.float-l[data-v-57f8f71d] {
  float: left;
}
.float-r[data-v-57f8f71d] {
  float: right;
}

/* -------- 文字不换行 -------- */
.text-nowrap[data-v-57f8f71d] {
  white-space: nowrap;
}

/* -------- 多余文字省略 -------- */
.one-line-hid[data-v-57f8f71d] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.two-line-hid[data-v-57f8f71d] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line-hid[data-v-57f8f71d] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.four-line-hid[data-v-57f8f71d] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* -------- 动画效果 -------- */
.trans-short[data-v-57f8f71d] {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.trans-one-half[data-v-57f8f71d] {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.trans-one[data-v-57f8f71d] {
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}
.trans-two[data-v-57f8f71d] {
  transition: all 2s linear;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -ms-transition: all 2s linear;
  -o-transition: all 2s linear;
}

/* -------- 定位 -------- */
.absolute[data-v-57f8f71d] {
  position: absolute;
}
.relative[data-v-57f8f71d] {
  position: relative;
}
.fixed[data-v-57f8f71d] {
  position: fixed;
}

/* -------- 图片大小 -------- */
.img-10[data-v-57f8f71d] {
  width: 10px;
  height: 10px;
}
.img-20[data-v-57f8f71d] {
  width: 20px;
  height: 20px;
}
.img-30[data-v-57f8f71d] {
  width: 30px;
  height: 30px;
}
.img-40[data-v-57f8f71d] {
  width: 40px;
  height: 40px;
}
.img-50[data-v-57f8f71d] {
  width: 50px;
  height: 50px;
}
.img-60[data-v-57f8f71d] {
  width: 60px;
  height: 60px;
}
.img-70[data-v-57f8f71d] {
  width: 70px;
  height: 70px;
}
.img-80[data-v-57f8f71d] {
  width: 80px;
  height: 80px;
}
.img-90[data-v-57f8f71d] {
  width: 90px;
  height: 90px;
}
.img-100[data-v-57f8f71d] {
  width: 100px;
  height: 100px;
}
.img-110[data-v-57f8f71d] {
  width: 110px;
  height: 110px;
}
.img-120[data-v-57f8f71d] {
  width: 120px;
  height: 120px;
}
.img-130[data-v-57f8f71d] {
  width: 130px;
  height: 130px;
}
.img-140[data-v-57f8f71d] {
  width: 140px;
  height: 140px;
}
.img-150[data-v-57f8f71d] {
  width: 150px;
  height: 150px;
}
.cursor_[data-v-57f8f71d]:hover {
  cursor: pointer;
}
.b2-hidden-always[data-v-57f8f71d]{
	display: none
}
.lv-icon.user-lv i[data-v-57f8f71d] {
    font-family: 'DIN-Medium';
}
[data-v-57f8f71d]::-moz-placeholder { color: #ccc;
}
[data-v-57f8f71d]::-webkit-input-placeholder { color:#ccc;
}
[data-v-57f8f71d]:-ms-input-placeholder { color:#ccc;
}
input[data-v-57f8f71d]::-moz-focus-inner {
	border: 0;
	padding: 0
}
.button[data-v-57f8f71d]{
	border-radius:4px;
	color:#fff;
	padding: 8px 16px;
	transition: opacity .2s;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	margin:0;
	white-space: nowrap;
}
.button[data-v-57f8f71d]:active{
	transform: translateY(1px);
}
.button[data-v-57f8f71d]:hover{
	opacity: .9;
	transition: opacity .2s
}
.button.empty[data-v-57f8f71d]{
	background: rgba(255, 255, 255, 0);
}
section[data-v-57f8f71d] {
	display: block
}
a[data-v-57f8f71d]:active,a[data-v-57f8f71d]:hover {
	outline: 0;
}
input[data-v-57f8f71d]::-webkit-outer-spin-button,input[data-v-57f8f71d]::-webkit-inner-spin-button{
	-webkit-appearance: none !important;
}
i[data-v-57f8f71d] {
	font-style: italic;
}

/*缂傚倸鍊搁崐鎼佸磹閹间礁纾归柟闂寸绾惧綊鏌ｉ幋锝呅撻柛濠傛健閺屻劑寮撮悙娴嬪亾閸洖鐒垫い鎺嗗亾闁哥喎纾划璇测槈濡攱顫嶅┑鈽嗗灣閳峰牆危椤栨稓绡€闁汇垽娼ф禒锕傛煕閵娿劌鐓愮紒宀勪憾閹粌螣鐠囨彃浼庨梻浣筋潐閸庡吋鎱ㄩ妶澶嬪亗闁告劦鍠楅悡鏇熺節闂堟稒顥滄い蹇婃櫊閺屽秷顧侀柛鎾寸懇閳ワ箓鎮滈挊澶嬫К闂侀潧绻堥崐鏇犵尵瀹ュ鐓冪憸婊堝礈閻旈晲绻嗛柣銏⑶圭粈瀣亜閺傚灝鈷旈柡澶嬫倐濮婅櫣鎲撮崟顐ゎ槰濠电偛鎳忓ú鏍煝閹捐閱囬柡鍥╁暱閹锋椽姊洪悡搴綗闁稿﹥娲熷鍛婃償閿濆洨锛滅紓鍌欑劍閿曨偊鎳撻幐搴闁绘劖褰冮弳娆撴煟閿濆繒绡€妤犵偛绉归幖褰掝敃閵堝倸浜惧┑鐘崇閳锋垹鎲搁悧鍫濈瑨濞存粈鍗抽弻娑㈠箻鐎靛憡鍒涢梺璇″枤閸忔ɑ淇婇幖浣哥厸闁稿本顨嗙€氱厧鈹戦悩缁樻锭闁稿﹥鎮傞獮澶愬焺閸愵亶娲搁梺闈涚墕椤︿即鎮″▎鎾寸厱闁瑰瓨鐟ラ埀顒佺墱閳ь剚鐔幏锟�*/
.link-block[data-v-57f8f71d]{
	position: absolute;
	width:100%;
	height:100%;
	z-index:2;
	top:0;
	left:0
}
.box[data-v-57f8f71d]{
	background-color: #fff!important;
	position: relative;
}
@font-face {
    font-family: "DIN-Medium";
    src: url(/_nuxt/src/static/font/DIN.woff) format("woff"),
         url(/_nuxt/src/static/font/DIN.ttf) format("truetype"),
         url(/_nuxt/src/static/font/DIN.eot) format("embedded-opentype"),
         url(/_nuxt/src/static/font/DIN.svg) format("svg");
}
.home .site-content[data-v-57f8f71d]{
    padding-bottom:0;
}
.site-content[data-v-57f8f71d]{
    flex: 1;
    padding-bottom:30px;
}
.wrapper[data-v-57f8f71d]{
    margin:0 auto;
    max-width: 100%;
}
.entry-content > ol li[data-v-57f8f71d]::marker,.entry-content > ul li[data-v-57f8f71d]::marker{
    color:#999;
    font-family: 'DIN-Medium';
}
.entry-content[data-v-57f8f71d] >{
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    font-weight: 400;
}
.entry-content[data-v-57f8f71d] >,.content-show-roles[data-v-57f8f71d] >  {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.widget[data-v-57f8f71d] >  {
    font-size: 16px;
    padding:20px 16px 8px;
    font-weight: 600;
    line-height: 1;
}
.lv-icon[data-v-57f8f71d]{
    font-size: 12px;
    font-weight: 400;
    color: #797C80;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    margin-right:6px
}
.lv-icon.user-lv i[data-v-57f8f71d]{
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    background-color: rgba(173, 173, 173, 0.16);
    transform: scale(1);
    height: 17px;
    line-height: 17px;
    padding: 0 6px;
    border-radius: 2px;
    margin-left: 3px;
    text-transform: capitalize;
}
.lv-icon b[data-v-57f8f71d]{
    font-weight: 400;
}
.mask-wrapper[data-v-57f8f71d]{
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: #ffffff
}
.mask-wrapper[data-v-57f8f71d]{
    width:100%;
    height:0;
    padding-top:20%;
    background-image: url(/_nuxt/src/assets/bg.jpeg);
    background-position: center;
    background-size: 100% 160%;
    background-repeat: no-repeat;
}
.user-page-lv span[data-v-57f8f71d]{
    margin-left:5px;
    margin-right:0
}
.user-panel[data-v-57f8f71d]{
    position: relative;
    width: 100%;
    margin-top: -47px;
    padding: 0 20px 20px 20px;
    display: flex;
    box-sizing: border-box;
}
.user-panel .avatar[data-v-57f8f71d]{
    border:4px solid #fff;
    background: #ccc;
    width:152px;
    height:152px;
    flex-grow: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: 152px;
    min-width: 152px;
    border-radius: 4px;
}
.user-cover-button[data-v-57f8f71d]{
    position: absolute;
    top:20px;
    right:20px
}
.user-cover-button label.empty[data-v-57f8f71d]{
    background: none;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 7px 10px;
}
.user-panel-info[data-v-57f8f71d]{
    font-size: 24px;
    font-weight: 600;
    padding-top: 45px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    align-items: flex-end;
}
.user-panel-info p[data-v-57f8f71d]{
    align-items: center;
    font-size: 13px;
    color: #797C80;
    font-weight: 400;
    margin-top:15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: inter-ideograph;
    word-break: break-all;
    margin-right:300px;
}
.user-panel-info h1 span[data-v-57f8f71d]{
    margin-right:10px
}
.user-panel-editor-button[data-v-57f8f71d]{
    text-align: center;
    position: absolute;
    right: 24px;
    top: 115px;
}
.user-panel-editor-button .user-follow[data-v-57f8f71d]{
    width:220px;
    justify-content: flex-end;
}
.author-header[data-v-57f8f71d]{
    overflow: hidden;
}
.author-table[data-v-57f8f71d]{
	display: flex;
}
.author-page-right-in[data-v-57f8f71d]{
    padding:16px
}
.author-page-right[data-v-57f8f71d]{
    width:240px;
}
.author-page-left[data-v-57f8f71d]{
    flex: 1;
    width:100%;
}
.editor-avatar[data-v-57f8f71d]{
    display: flex;
    align-items: center;
    flex-flow: column;
    height: 100%;
    position: absolute;
    width: 100%;
    justify-content: center;
    background: rgba(41,44,47,.4);
    color: #fff;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.user-panel .avatar:hover .editor-avatar[data-v-57f8f71d]{
    opacity: 1;
    visibility: visible
}

/*----*/
.user-sidebar[data-v-57f8f71d]{
    font-size: 14px
}
.user-follow[data-v-57f8f71d]{
    margin-top:10px;
    display: flex
}
.vip-footer[data-v-57f8f71d] >  {
    font-size: 30px;
}
.vip-footer[data-v-57f8f71d] >{
    text-align: center
}
@media screen {
  
    /* string content */
  
    /* keyword */
  
    /* comment */
}

/* MS supports */
@supports (-ms-overflow-style: none) {
}
.author-page-right-in[data-v-57f8f71d]{
    padding:16px
}
.author-page-right[data-v-57f8f71d]{
    width:240px;
}
.post-3 .post-module-thumb .b2-radius[data-v-57f8f71d]{
    overflow: hidden;
}
.video-view.b2-radius i[data-v-57f8f71d]{
    margin-right: 2px;
    line-height: 1;
}
.video-view.b2-radius i[data-v-57f8f71d]{
    margin-right: 2px;
    line-height: 1;
}
.video-view.b2-radius span[data-v-57f8f71d]{
    line-height: 1.8
}
.com-form > .b2-radius[data-v-57f8f71d]{
    overflow: hidden
}
.tax-collection .box.b2-radius[data-v-57f8f71d]{
    overflow: hidden;
}
.user-sidebar[data-v-57f8f71d]{
    font-size: 14px
}
.user-count[data-v-57f8f71d]{
    padding-top:16px;
    margin-top:16px;
}
.user-sidebar-info[data-v-57f8f71d]{
    padding:14px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.user-sidebar-count[data-v-57f8f71d]{
    display: flex;
    flex-flow: wrap;
    padding:15px
}
#author-index[data-v-57f8f71d]{
    overflow: hidden;
}
#author-index .user-info[data-v-57f8f71d]{
    padding:6px 20px
}
#author-index .user-info p[data-v-57f8f71d]{
    position: relative;
    padding:14px 0
}
#author-index .user-info p span[data-v-57f8f71d]{
    display: inline-block;
    margin-right:24px
}
.user-info-title[data-v-57f8f71d]{
    color:#8590A6;
    font-size: 15px;
    line-height: 22px;
}
#author-index .user-info p a[data-v-57f8f71d]{
    font-size: 12px;
    position: absolute;
    right:16px;
    top:12px
}
.user-verify span b[data-v-57f8f71d]{
    margin-right:3px
}
.user-verify span b i.b2-vrenzhengguanli[data-v-57f8f71d]{
    position: static;
    position: initial;
    display: inline-block;
}
.user-sidebar.h0[data-v-57f8f71d]{
    height:0;
    width:0;
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease-in-out;
}
.user-sidebar.h0.show[data-v-57f8f71d]{
    opacity: 1;
    height: 54px;
    width:auto;
    transition: height .3s ease-in-out;
}
.user-sidebar-count li[data-v-57f8f71d]{
    width:25%;
    padding:20px;
    position: relative;
    box-sizing: border-box;
    background-color: #F7F9FA;
    border:5px solid #fff
}
.user-sidebar-count li i[data-v-57f8f71d]{
    position: absolute;
    font-size: 81px;
    color: rgba(209, 233, 255, 0.28);
    right: 0;
    top: -13px;
}
.user-sidebar-count li > div[data-v-57f8f71d]{
    position: relative;
}
.user-item-desc[data-v-57f8f71d]{
    font-size: 12px;
    color:#AAAEB3
}
.user-sidebar-count li p[data-v-57f8f71d]{
    font-size: 24px;
    font-weight: 600;
    margin:10px 0
}
.sidebar-invitation-box[data-v-57f8f71d]{
    margin-top:26px;
    padding:16px
}
.user-money-and-credit > div[data-v-57f8f71d]{
    margin-right:20px;
    width:50%;
    overflow: hidden;
}
.user-money-and-credit > div span[data-v-57f8f71d]{
    width:100%;
    display: block;
    padding:0 20px;
    font-size: 24px;
    height: 68px;
    line-height: 68px;
}
.user-sidebar-gold[data-v-57f8f71d]  {
    font-size: 20px;
    padding:20px;
    font-weight: 600;
}
.top-user-box-drop li a i.b2font[data-v-57f8f71d]{
    display: block;
    padding:0;
    line-height: 1;
    margin-top:1px
}
.post-style-2 .top-user-box-drop a i.b2font[data-v-57f8f71d]{
    color:inherit
}
.user-money-and-credit[data-v-57f8f71d]{
    display: flex;
    padding:0 0px 20px 20px
}
.user-money[data-v-57f8f71d],.user-credit[data-v-57f8f71d]{
    background: #f7f9fa;
    padding: 0 10px;
    border-radius: 5px;
    text-shadow: 0px 1px 0px #fff;
    font-size: 14px;
    line-height: 33px;
    height: 33px;
    display: inline-block
}
.link-block[data-v-57f8f71d]{
    position: absolute;
    width:100%;
    height:100%;
    z-index:2;
    top:0;
    left:0
}
.choose_f[data-v-57f8f71d]:hover {
  cursor: pointer;
  color: #01c2c1;
}
@font-face {
  font-family: "OPPOSans2";
  src: url("https://cdn.jsdelivr.net/gh/liruchun/b2procdn/OPPOSans-Regular.woff");
}
body[data-v-57f8f71d],
button[data-v-57f8f71d],
select[data-v-57f8f71d],
input[data-v-57f8f71d],
textarea[data-v-57f8f71d] {
  font-family: OPPOSans2, -apple-system, BlinkMacSystemFont, Helvetica Neue,
    PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC,
    WenQuanYi Micro Hei, sans-serif;
}
.wrapper[data-v-57f8f71d] {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
[data-v-57f8f71d]:root {
  --web-color: #01c2c1;
  --web-light-color: rgba(42, 189, 128, 0.2);
  --border-radius: 10px;
}
.news-item-date[data-v-57f8f71d] {
  border: 1px solid #01c2c1;
}
.author .news-item-date[data-v-57f8f71d] {
  border: 0;
}
.news-item-date p span[data-v-57f8f71d]:last-child {
  background: #01c2c1;
}
.widget-newsflashes-box ul[data-v-57f8f71d]::before {
  border-left: 1px dashed rgba(42, 189, 128, 0.2);
}
.widget-new-content[data-v-57f8f71d]::before {
  background: #01c2c1;
}
.modal-content[data-v-57f8f71d] {
  background-image: url(https://www.zmki.cn/wp-content/themes/b2/Assets/fontend/images/model-bg.png);
}
.d-weight button.picked.text[data-v-57f8f71d],
.d-replay button.picked i[data-v-57f8f71d],
.comment-type button.picked i[data-v-57f8f71d] {
  color: #01c2c1;
}
.d-replay button.text:hover i[data-v-57f8f71d] {
  color: #01c2c1;
}
.mybutton[data-v-57f8f71d] {
  background: #01c2c1;
  border: 1px solid #01c2c1;
  border-radius: 10px;
}
.b2-menu-4 ul ul li a img[data-v-57f8f71d] {
  border-radius: 10px;
}
input[data-v-57f8f71d],
textarea[data-v-57f8f71d] {
  border-radius: 10px;
}
.post-carts-list-row .flickity-button[data-v-57f8f71d] {
  border-radius: 10px;
}
button.b2-loading[data-v-57f8f71d]:after {
  border-radius: 10px;
}
.bar-middle .bar-normal[data-v-57f8f71d],
.bar-footer[data-v-57f8f71d],
.bar-top[data-v-57f8f71d],
.gdd-quick-link-buy-vip[data-v-57f8f71d] {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.entry-content a.button.empty[data-v-57f8f71d],
.entry-content a.button.text[data-v-57f8f71d] {
  color: #01c2c1;
}
.coll-3-top img[data-v-57f8f71d] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.coll-3-bottom li:first-child img[data-v-57f8f71d] {
  border-bottom-left-radius: 10px;
}
.coll-3-bottom li:last-child img[data-v-57f8f71d] {
  border-bottom-right-radius: 10px;
}
.slider-info[data-v-57f8f71d]::after {
  border-radius: 10px;
}
.circle-info[data-v-57f8f71d] {
  border-radius: 10px 10px 0 0;
}
.b2-bg[data-v-57f8f71d] {
  background-color: #01c2c1;
}
.gdd-quick-link-buy-vip__hover-block[data-v-57f8f71d],
.gdd-quick-link-buy-vip__popover--btn[data-v-57f8f71d],
.gdd-quick-link-buy-vip[data-v-57f8f71d],
.gdd-quick-link-buy-vip__popover[data-v-57f8f71d] {
  background-color: #01c2c1;
}
.b2-page-bg[data-v-57f8f71d]::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(1,194,194,0.10196) 100%);
}
.site[data-v-57f8f71d] {
  background-color: rgba(1,194,194,0.10196);
}
.site[data-v-57f8f71d] {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}
.b2-radius[data-v-57f8f71d] {
  border-radius: 10px;
}
.ads-box img[data-v-57f8f71d] {
  border-radius: 10px;
}
.post-style-4-top[data-v-57f8f71d],
.post-style-2-top-header[data-v-57f8f71d],
.tax-header .wrapper.box[data-v-57f8f71d] {
  border-radius: 10px 10px 0 0;
}
.entry-content blockquote[data-v-57f8f71d],
.content-excerpt[data-v-57f8f71d] {
  border-radius: 10px;
}
.user-sidebar-info.active[data-v-57f8f71d] {
  border-radius: 10px;
}
.dmsg-header a[data-v-57f8f71d] {
  color: #01c2c1;
}
.user-edit-button[data-v-57f8f71d] {
  color: #01c2c1;
}
.b2-color[data-v-57f8f71d] {
  color: #01c2c1 !important;
}
.b2-light[data-v-57f8f71d],
.newsflashes-nav-in ul li.current-menu-item a[data-v-57f8f71d] {
  background-color: rgba(1,194,194,0.51373);
}
.b2-light-dark[data-v-57f8f71d] {
  background-color: rgba(42, 189, 128, 0.52);
}
.b2-light-bg[data-v-57f8f71d] {
  background-color: rgba(42, 189, 128, 0.12);
}
.b2-menu-1 .sub-menu-0 li a[data-v-57f8f71d] {
  background-color: rgba(42, 189, 128, 0.08);
}
.b2-menu-1 .sub-menu-0 li:hover a[data-v-57f8f71d] {
  background-color: rgba(42, 189, 128, 0.6);
  color: #fff;
}
.topic-footer-left button.picked[data-v-57f8f71d],
.single .post-list-cat a[data-v-57f8f71d],
.saf-z button.picked[data-v-57f8f71d],
.news-vote-up .isset[data-v-57f8f71d],
.news-vote-down .isset[data-v-57f8f71d],
.w-d-list.gujia button[data-v-57f8f71d],
.w-d-download span button[data-v-57f8f71d] {
  background-color: rgba(42, 189, 128, 0.1);
  color: #01c2c1 !important;
}
.po-topic-tools-right .button-sm[data-v-57f8f71d] {
  color: #01c2c1;
}
.author-links .picked a[data-v-57f8f71d],
.collections-menu .current[data-v-57f8f71d] {
  background-color: #01c2c1;
  color: #fff;
}
.b2-widget-hot-circle .b2-widget-title button.picked[data-v-57f8f71d]:before {
  border-color: transparent transparent #01c2c1 !important;
}
.login-form-item input[data-v-57f8f71d] {
  border-radius: 10px;
}
.topic-child-list ul[data-v-57f8f71d] {
  border-radius: 10px;
}
.b2-loading path[data-v-57f8f71d] {
  fill: #01c2c1;
}
.header-search-tpye a.picked[data-v-57f8f71d] {
  border-color: #01c2c1;
}
button.empty[data-v-57f8f71d],
.button.empty[data-v-57f8f71d],
li.current-menu-item>a[data-v-57f8f71d],
.top-menu-hide:hover .more[data-v-57f8f71d],
.header .top-menu ul li.depth-0:hover>a .b2-jt-block-down[data-v-57f8f71d],
button.text[data-v-57f8f71d] {
  color: #01c2c1;
}
input[data-v-57f8f71d],
textarea[data-v-57f8f71d] {
  caret-color: #01c2c1;
}
.login-form-item input[data-v-57f8f71d]:focus {
  border-color: #01c2c1;
}
.login-form-item input:focus+span[data-v-57f8f71d] {
  color: #01c2c1;
}
.mobile-footer-center i[data-v-57f8f71d] {
  background: #01c2c1;
}
.login-box-content a[data-v-57f8f71d] {
  color: #01c2c1;
}
.verify-number.picked span[data-v-57f8f71d] {
  background: #01c2c1;
}
.verify-header[data-v-57f8f71d]::after {
  color: #01c2c1;
}
.top-user-box-drop li a i[data-v-57f8f71d] {
  color: #01c2c1;
}
#bigTriangleColor path[data-v-57f8f71d] {
  fill: rgba(1,194,194,0.10196);
  stroke: rgba(1,194,194,0.10196);
}
.post-list-cats a[data-v-57f8f71d]:hover {
  color: #01c2c1;
}
trix-toolbar .trix-button.trix-active[data-v-57f8f71d] {
  color: #01c2c1;
}
.picked.post-load-button[data-v-57f8f71d]:after {
  border-color: #01c2c1 transparent transparent transparent;
}
.task-day-list li i[data-v-57f8f71d] {
  color: #01c2c1;
}
.task-day-list li .task-finish-icon i[data-v-57f8f71d] {
  background: #01c2c1;
}
.bar-item-desc[data-v-57f8f71d] {
  background: #01c2c1;
}
.bar-user-info-row-title>a span[data-v-57f8f71d]:first-child::before {
  background: #01c2c1;
}
.bar-item.active i[data-v-57f8f71d] {
  color: #01c2c1;
}
.bar-user-info .bar-mission-action[data-v-57f8f71d] {
  color: #01c2c1;
}
.gold-table.picked[data-v-57f8f71d]:after {
  border-color: #01c2c1;
}
.gold-table.picked[data-v-57f8f71d] {
  color: #01c2c1;
}
.user-sidebar-info p i[data-v-57f8f71d] {
  color: #01c2c1;
}
.user-sidebar-info.active p[data-v-57f8f71d] {
  color: #01c2c1;
}
.picked.post-load-button span[data-v-57f8f71d] {
  color: #ffffff;
  background-color: rgba(42, 189, 128, 1) !important;
}
.post-3 .post-list-cats a:hover span[data-v-57f8f71d],
.post-4 .post-list-cats a:hover span[data-v-57f8f71d],
.post-5 .post-list-cats a:hover span[data-v-57f8f71d],
.post-6 .post-list-cats a:hover span[data-v-57f8f71d],
.post-list-cats a:hover span[data-v-57f8f71d] {
  color: #01c2c1;
  background-color: #ffffff;
}
.post-carts-list-row .next svg[data-v-57f8f71d],
.post-carts-list-row .previous svg[data-v-57f8f71d] {
  color: #01c2c1;
}
.picked.post-load-button[data-v-57f8f71d]:before {
  background-color: #01c2c1;
}
.aside-carts-price-left span[data-v-57f8f71d] {
  color: #01c2c1;
}
.top-user-avatar img[data-v-57f8f71d],
.header-user .top-user-box[data-v-57f8f71d],
.social-top .top-user-avatar img[data-v-57f8f71d] {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
.aside-bar .bar-item:hover i[data-v-57f8f71d] {
    color: #01c2c1;
}
.post-video-list li.picked .post-video-list-link[data-v-57f8f71d] {
    color: #01c2c1;
    border-color: #01c2c1;
}
.post-style-2-top-header[data-v-57f8f71d] {
    border-bottom: 8px solid rgba(1,194,194,0.10196);
}
.po-form-box[data-v-57f8f71d] {
    border-radius: 10px;
}
.circle-desc[data-v-57f8f71d] {
    border-radius: 0 0 10px 10px;
}
}
.circle-admin-info>div[data-v-57f8f71d]:hover {
  border-color: #01c2c1;
}
.circle-admin-info>div:hover span[data-v-57f8f71d],
.circle-admin-info>div:hover i[data-v-57f8f71d] {
  color: #01c2c1;
  opacity: 1;
}
.bar-top[data-v-57f8f71d] {
  background: #01c2c1;
}
.bar-item.bar-qrcode:hover i[data-v-57f8f71d] {
  color: #01c2c1;
}
.b2-color-bg[data-v-57f8f71d] {
  background-color: #01c2c1;
}
.b2-color[data-v-57f8f71d] {
  color: #01c2c1;
}
.b2-hover a[data-v-57f8f71d] {
  color: #01c2c1;
}
.b2-hover a[data-v-57f8f71d]:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.filter-items a.current[data-v-57f8f71d],
.single-newsflashes .single-tags span[data-v-57f8f71d] {
  color: #01c2c1;
  background-color: rgba(13, 98, 194, 0.123);
}
.circle-vote[data-v-57f8f71d] {
  background: rgba(13, 98, 194, 0.123);
}
.user-sidebar-info.active[data-v-57f8f71d] {
  background: rgba(1,195,195,0.11765);
}
.user-w-qd-list-title[data-v-57f8f71d] {
  background-color: #01c2c1;
}
#video-list ul li>div[data-v-57f8f71d]:hover {
  background-color: rgba(13, 98, 194, 0.123);
}
.post-5 .post-info h2[data-v-57f8f71d]::before {
  background-color: #01c2c1;
}
.tox .tox-tbtn--enabled svg[data-v-57f8f71d] {
  fill: #01c2c1 !important;
}
.entry-content a[data-v-57f8f71d],
.entry-content .content-show-roles>p a[data-v-57f8f71d],
.entry-content>ul li a[data-v-57f8f71d],
.content-show-roles>li a[data-v-57f8f71d],
.entry-content>ol li a[data-v-57f8f71d] {
  color: #01c2c1;
}
.entry-content .file-down-box a[data-v-57f8f71d]:hover {
  color: #01c2c1;
  border: 1px solid #01c2c1;
}
.entry-content h2[data-v-57f8f71d]::before {
  color: #01c2c1;
}
.header-banner-left .menu li.current-menu-item a[data-v-57f8f71d]:after {
  background: #01c2c1;
}
.user-w-announcement li a[data-v-57f8f71d]::before {
  background-color: #01c2c1;
}
.topic-footer-right button[data-v-57f8f71d] {
  color: #01c2c1;
}
.content-user-money span[data-v-57f8f71d] {
  color: #01c2c1;
  background: rgba(42, 189, 128, 0.08);
}
.vote-type button.picked[data-v-57f8f71d] {
  color: #01c2c1;
}
.post-video-table ul li.picked[data-v-57f8f71d] {
  border-bottom: 2px solid #01c2c1;
}
.create-form-item button.picked[data-v-57f8f71d] {
  border-color: #01c2c1;
}
.b2-widget-hot-circle .b2-widget-title button.picked[data-v-57f8f71d] {
  color: #01c2c1;
}
.topic-type-menu button.picked[data-v-57f8f71d] {
  color: #fff;
  background: #01c2c1;
}
.circle-topic-role[data-v-57f8f71d] {
  border: 1px solid rgba(42, 189, 128, 0.4);
}
.circle-topic-role[data-v-57f8f71d]:before {
  border-color: transparent transparent #01c2c1;
}
.topic-content-text p a[data-v-57f8f71d] {
  color: #01c2c1;
}
.home_row_0.module-search[data-v-57f8f71d] {
  margin-top: -16px;
}
.home_row_0.home_row_bg_img[data-v-57f8f71d] {
  margin-top: -16px;
}
.shop-cats .shop-cats-item[data-v-57f8f71d] {
  margin-right: 16px;
}
.mg-r[data-v-57f8f71d] {
  margin-right: 16px;
}
.mg-b[data-v-57f8f71d] {
  margin-bottom: 16px;
}
.mg-t[data-v-57f8f71d] {
  margin-top: 16px;
}
.mg-l[data-v-57f8f71d] {
  margin-left: 16px;
}
.b2-mg[data-v-57f8f71d] {
  margin: 16px;
}
.b2-pd[data-v-57f8f71d] {
  padding: 16px;
}
.b2_gap[data-v-57f8f71d],
.shop-normal-list[data-v-57f8f71d],
.shop-category[data-v-57f8f71d],
.user-search-list[data-v-57f8f71d],
.home-collection .collection-out[data-v-57f8f71d] {
  margin-right: -16px;
  margin-bottom: -16px;
  padding: 0;
}
.post-3-li-dubble .b2_gap[data-v-57f8f71d] {
  margin-right: -16px;
  margin-bottom: -16px;
}
.b2_gap>li .item-in[data-v-57f8f71d],
.shop-list-item[data-v-57f8f71d],
.shop-normal-item-in[data-v-57f8f71d],
.user-search-list li>div[data-v-57f8f71d],
.home-collection .home-collection-content[data-v-57f8f71d],
.post-3.post-3-li-dubble .b2_gap>li .item-in[data-v-57f8f71d] {
  margin-bottom: 16px;
  margin-right: 16px;
  overflow: hidden;
}
.b2-pd-r[data-v-57f8f71d] {
  padding-right: 16px;
}
.widget-area section+section[data-v-57f8f71d] {
  margin-top: 16px;
}
.b2-pd[data-v-57f8f71d],
.b2-padding[data-v-57f8f71d] {
  padding: 16px;
}
.single-post-normal .single-article[data-v-57f8f71d] {
  margin-right: 16px;
}
.site-footer .widget[data-v-57f8f71d] {
  padding: 0 16px;
}
.author-page-right[data-v-57f8f71d] {
  margin-right: 16px;
}
.single-article[data-v-57f8f71d] {
  margin-bottom: 16px;
}
.home-collection .flickity-prev-next-button.next[data-v-57f8f71d] {
  right: -16px;
}
.post-style-5-top[data-v-57f8f71d] {
  margin-top: -16px;
}
.home-collection-title[data-v-57f8f71d] {
  padding: 12px 16px;
}
.home_row_bg[data-v-57f8f71d],
.home_row_bg_img[data-v-57f8f71d] {
  padding: 32px 0;
}
.shop-coupon-box[data-v-57f8f71d] {
  margin-right: -16px;
}
.shop-box-row .shop-coupon-item .stamp[data-v-57f8f71d] {
  margin-right: 16px;
  margin-bottom: 16px;
}
.mg-t-[data-v-57f8f71d] {
  margin-top: -16px;
}
.collection-box[data-v-57f8f71d] {
  margin: -8px;
}
.collection-item[data-v-57f8f71d] {
  padding: 8px;
}
.site-footer-widget-in[data-v-57f8f71d] {
  margin: 0 -16px;
}
.module-sliders.home_row_bg[data-v-57f8f71d] {
  margin-top: -16px;
}
.home_row_0.homw-row-full.module-sliders[data-v-57f8f71d] {
  margin-top: -16px;
}
.widget-area.widget-area-left[data-v-57f8f71d] {
  padding-right: 16px;
}
.widget-area[data-v-57f8f71d] {
  width: 300px;
  min-width: 300px;
  padding-left: 16px;
  max-width: 100%;
}
.widget-area-left.widget-area[data-v-57f8f71d] {
  width: 220px;
  max-width: 220px;
  min-width: 220px;
}
.post-type-archive-circle #secondary.widget-area[data-v-57f8f71d],
.tax-circle_tags #secondary.widget-area[data-v-57f8f71d],
.page-template-page-circle #secondary.widget-area[data-v-57f8f71d] {
  width: 280px;
  max-width: 280px;
  min-width: 280px;
}
.single .content-area[data-v-57f8f71d],
.page .content-area[data-v-57f8f71d] {
  max-width: calc(100% - 316px);
  margin: 0 auto;
  width: 100%;
}
.page-template-pageTemplatespage-index-php .content-area[data-v-57f8f71d] {
  max-width: 100%;
}
.tax-collection .content-area[data-v-57f8f71d],
.tax-newsflashes_tags .content-area[data-v-57f8f71d],
.post-type-archive-newsflashes .content-area[data-v-57f8f71d],
.page-template-page-newsflashes .content-area .all-circles.content-area[data-v-57f8f71d],
.announcement-page.content-area[data-v-57f8f71d],
.single-announcement .content-area[data-v-57f8f71d],
.post-style-2.single .content-area[data-v-57f8f71d],
.create-circle.content-area[data-v-57f8f71d],
.mission-page.wrapper[data-v-57f8f71d],
#carts .vip-page[data-v-57f8f71d] {
  max-width: 1040px;
  width: 100%;
}
.footer[data-v-57f8f71d] {
  color: #99a2aa;
}
.footer-links[data-v-57f8f71d] {
  color: #99a2aa;
}
.footer-bottom[data-v-57f8f71d] {
  color: #99a2aa;
}
body[data-v-57f8f71d] {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,
      rgba(6, 147, 227, 1) 0%,
      rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,
      rgb(122, 220, 180) 0%,
      rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,
      rgba(252, 185, 0, 1) 0%,
      rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,
      rgba(255, 105, 0, 1) 0%,
      rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,
      rgb(238, 238, 238) 0%,
      rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,
      rgb(74, 234, 220) 0%,
      rgb(151, 120, 209) 20%,
      rgb(207, 42, 186) 40%,
      rgb(238, 44, 130) 60%,
      rgb(251, 105, 98) 80%,
      rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,
      rgb(255, 206, 236) 0%,
      rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,
      rgb(254, 205, 165) 0%,
      rgb(254, 45, 45) 50%,
      rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,
      rgb(255, 203, 112) 0%,
      rgb(199, 81, 192) 50%,
      rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,
      rgb(255, 245, 203) 0%,
      rgb(182, 227, 212) 50%,
      rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,
      rgb(202, 248, 128) 0%,
      rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,
      rgb(2, 3, 129) 0%,
      rgb(40, 116, 252) 100%);
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
}
.has-black-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color[data-v-57f8f71d] {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color[data-v-57f8f71d] {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color[data-v-57f8f71d] {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background[data-v-57f8f71d] {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size[data-v-57f8f71d] {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size[data-v-57f8f71d] {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size[data-v-57f8f71d] {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size[data-v-57f8f71d] {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.site-content[data-v-57f8f71d] {
  display: flex;
  padding: 20px;
  margin-left: 43px;
  margin-right: 43px;
}
.usertopName[data-v-57f8f71d] {
  display: flex;
}

