html,
body,
div,
span,
applet,
object,
iframe,
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,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Microsoft YaHei",Arial;
    word-break: break-all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "Microsoft YaHei",Arial;
    word-break: break-all;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  word-wrap: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  object-fit: cover;
}
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
html,
body {
  line-height: 1;
  font-size: 14px;
  background-color: #fefefe;
}
caption,
th {
  text-align: left;
}
em,
i,
small,
caption,
th {
  font-weight: normal;
  font-size: 100%;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a {
  outline: 0;
  color: inherit;
  line-height: inherit;
  text-decoration: none !important;
}
a,
button {
  outline: 0;
  border: 0;
}
input,
select {
  border: 0;
  font-family: inherit;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
textarea,
input,
button,
select {
  outline: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  outline: 0;
}
textarea {
  overflow: auto;
  resize: none;
  font-family: inherit;
}
/*::selection {
  background: rgba(56, 137, 194, 0.8);
  color: #fff;
}
::-moz-selection {
  background: rgba(56, 137, 194, 0.8);
  color: #fff;
}
::-webkit-scrollbar {
  width: 4px;
  height: 0;
  background: #aaa;
}
::-webkit-scrollbar-button {
  background-color: #fff;
}
::-webkit-scrollbar-track {
  background: #aaa;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #aaa;
}
::-webkit-scrollbar-corner {
  background: #82afff;
}
::-webkit-scrollbar-resizer {
  background: #ff0bee;
}*/
::-webkit-scrollbar {
    width: 0;
}
::-webkit-scrollbar-thumb {
    width: 0;
}
::-webkit-scrollbar-track {
    width: 0;
}
scrollbar {
    -moz-appearance: none !important;
    background: #0f0 !important;
    width��0;
}
scrollbarbutton {
  -moz-appearance: none !important;
  background-color: #00f !important;
}
scrollbarbutton:hover {
  -moz-appearance: none !important;
  background-color: #f00 !important;
}
scrollbarbutton {
  display: none !important;
}
scrollbar[orient="vertical"] {
  min-width: 8px !important;
}
input::selection,
textarea::selection,
.btn-positive::selection {
  background: #39f;
  color: #fff;
}
input::-moz-selection,
textarea::-moz-selection,
.btn-positive::-moz-selection {
  background: #39f;
  color: #fff;
}
input:disabled,
select:disabled,
textarea:disabled {
  background: #ccc;
}
*[hidden] {
  display: none;
}
.fz12 {
  font-size: 0.12rem;
}
.fz14 {
  font-size: 0.14rem;
}
.fz16 {
  font-size: 0.16rem;
}
.fz18 {
  font-size: 0.18rem;
}
.fz20 {
  font-size: 0.2rem;
}
.fz22 {
  font-size: 0.22rem;
}
.fz24 {
  font-size: 0.24rem;
}
.fz28 {
  font-size: 0.28rem;
}
.fz30 {
  font-size: 0.3rem;
}
.fz32 {
  font-size: 0.32rem;
}
.fz34 {
  font-size: 0.34rem;
}
.fz40 {
  font-size: 0.4rem;
}
.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.t2 {
  text-indent: 2em;
}
.textdu {
  text-decoration: underline;
}
.textdn {
  text-decoration: none;
}
.textIndent5 {
  text-indent: 5px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  width: 100%;
  height: 0;
  line-height: 0;
}
.none {
  display: none !important;
}
.hide {
  display: none;
}
.block {
  display: block !important;
}
.show {
  display: block;
}
.inlineb {
  display: inline-block;
}
.inline {
  display: inline !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.funset {
  float: unset !important;
}
.ofh {
  overflow: hidden;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.cd {
  cursor: default;
}
.cp {
  cursor: pointer;
}
.br4 {
  border-radius: 0.04rem;
}
.br5 {
  border-radius: 0.05rem;
}
.br6 {
  border-radius: 0.06rem;
}
.br8 {
  border-radius: 0.08rem;
}
.br15 {
  border-radius: 0.15rem;
}
.cricle {
  border-radius: 50%;
}
.borb1e {
  border-bottom: 1px solid #eee;
}
.bort1e {
  border-top: 1px solid #eee;
}
.borr1e {
  border-right: 1px solid #eee;
}
.borl1e {
  border-left: 1px solid #eee;
}
.bor1e {
  border: 1px solid #eee;
}
.borb1d {
  border-bottom: 1px solid #ddd;
}
.bort1d {
  border-top: 1px solid #ddd;
}
.borr1d {
  border-right: 1px solid #ddd;
}
.borl1d {
  border-left: 1px solid #ddd;
}
.bor1d {
  border: 1px solid #ddd;
}
.borl1f {
  border-left: 1px solid #fff;
}
.borr1f {
  border-right: 1px solid #fff;
}
.borb0 {
  border-bottom: 0 !important;
}
.bort0 {
  border-top: 0 !important;
}
.borl0 {
  border-left: 0 !important;
}
.borr0 {
  border-right: 0 !important;
}
.bor0 {
  border: 0;
}
.circle {
  border-radius: 50%;
}
.img-responsive {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ellipsis {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 0.22rem;
}
.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 0.22rem;
}
.boxS {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.boxSha,
.boxShadow {
  box-shadow: 0 0 10px rgba(202, 202, 202, 0.7);
}
.userSelNo {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.cfff,
.cf {
  color: #fff;
}
.c34 {
  color: #343434;
}
.cae {
  color: #aeaeae;
}
.ca {
  color: #aaa;
}
.ce2 {
  color: #e2e2e2;
}
.c3 {
  color: #333;
}
.c6 {
  color: #666;
}
.c9 {
  color: #999;
}
.cblue {
  color: #0083ff;
}
.cred {
  color: #ff5754;
}
.cf40 {
  color: #f40000;
}
.c35 {
  color: #353535;
}
.c26 {
  color: #262626;
}
.c74 {
  color: #747474;
}
.c79 {
  color: #794315;
}
.bgf4 {
  background-color: #f4f4f4;
}
.bgfff {
  background-color: #fff;
}
.bgccc {
  background-color: #ccc;
}
.bgeee {
  background-color: #eee;
}
.bgblue {
  background-color: #0083ff;
}
.bgred {
  background-color: #ff5754;
}
.bgmagenta {
  background-color: #ff5d8a;
}
.bgorange {
  background-color: #ffa053;
}
.bgyellow {
  background: #FCEAC2;
}
.bg06 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg03 {
  background-color: rgba(0, 0, 0, 0.3);
}
.disable {
  pointer-events: none;
  cursor: not-allowed;
  background: #c8c8c8 !important;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.top0 {
  top: 0;
}
.left0 {
  left: 0;
}
.right0 {
  right: 0;
}
.bottom0 {
  bottom: 0;
}
.zindex1 {
  z-index: 1;
}
.zindex-1 {
  z-index: -1;
}
.pf-cc {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-cc {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-fixed {
  position: fixed;
  top: 0;
}
.h48 {
  height: 0.48rem;
}
.lh48 {
  line-height: 0.48rem;
}
.h40 {
  height: 0.4rem;
}
.lh40 {
  line-height: 0.4rem;
}
.h36 {
  height: 0.36rem;
}
.hl36 {
  line-height: 0.36rem;
}
.h30 {
  height: 0.3rem;
}
.lh30 {
  line-height: 0.3rem;
}
.h35 {
  height: 0.35rem;
}
.lh35 {
  line-height: 0.35rem;
}
.lh1 {
  line-height: 1;
}
.h100p {
  height: 100% !important;
}
.max100p {
  max-width: 100%;
}
.w100p {
  width: 100% !important;
}
.w90p {
  width: 90%;
}
.w80p {
  width: 80%;
}
.w70p {
  width: 70%;
}
.w60p {
  width: 60%;
}
.w50p {
  width: 50%;
}
.w30p {
  width: 30%;
}
.w33p {
  width: 33.33%;
}
.w25p {
  width: 25%;
}
.w20p {
  width: 20%;
}
.w240 {
  width: 2.4rem;
}
.w100 {
  width: 1rem;
}
.w50 {
  width: 0.5rem;
}
.w40 {
  width: 0.4rem;
}
.w35 {
  width: 0.35rem;
}
.w30 {
  width: 0.3rem;
}
.w200 {
  width: 2rem;
}
.mauto {
  margin-right: auto;
  margin-left: auto;
}
.mnone {
  margin: 0;
}
.m5 {
  margin: 0.05rem;
}
.m10 {
  margin: 0.1rem;
}
.m15 {
  margin: 0.15rem;
}
.m20 {
  margin: 0.2rem;
}
.m30 {
  margin: 0.3rem;
}
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 0.05rem;
}
.mr10 {
  margin-right: 0.1rem;
}
.mr15 {
  margin-right: 0.15rem;
}
.mr20 {
  margin-right: 0.2rem;
}
.mr30 {
  margin-right: 0.3rem;
}
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 0.05rem;
}
.ml10 {
  margin-left: 0.1rem;
}
.ml15 {
  margin-left: 0.15rem;
}
.ml20 {
  margin-left: 0.2rem;
}
.ml30 {
  margin-left: 0.3rem;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 0.05rem;
}
.mb10 {
  margin-bottom: 0.1rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.mb25 {
  margin-bottom: 0.25rem;
}
.mb30 {
  margin-bottom: 0.3rem;
}
.mb50 {
  margin-bottom: 0.5rem;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 0.05rem;
}
.mt10 {
  margin-top: 0.1rem;
}
.mt15 {
  margin-top: 0.15rem;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt25 {
  margin-top: 0.25rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.mt50 {
  margin-top: 0.5rem;
}
.p0 {
  padding: 0;
}
.p5 {
  padding: 0.05rem;
}
.p10 {
  padding: 0.1rem;
}
.p15 {
  padding: 0.15rem;
}
.p20 {
  padding: 0.2rem;
}
.p30 {
  padding: 0.3rem;
}
.pl0 {
  padding-left: 0;
}
.pl5 {
  padding-left: 0.05rem;
}
.pl10 {
  padding-left: 0.1rem;
}
.pl15 {
  padding-left: 0.15rem;
}
.pl20 {
  padding-left: 0.2rem;
}
.pl30 {
  padding-left: 0.3rem;
}
.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 0.05rem;
}
.pr10 {
  padding-right: 0.1rem;
}
.pr15 {
  padding-right: 0.15rem;
}
.pr20 {
  padding-right: 0.2rem;
}
.pr30 {
  padding-right: 0.3rem;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 0.05rem;
}
.pt10 {
  padding-top: 0.1rem;
}
.pt15 {
  padding-top: 0.15rem;
}
.pt20 {
  padding-top: 0.2rem;
}
.pt30 {
  padding-top: 0.3rem;
}
.pt40 {
  padding-top: 0.4rem;
}
.pt50 {
  padding-top: 0.5rem;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 0.05rem;
}
.pb10 {
  padding-bottom: 0.1rem;
}
.pb15 {
  padding-bottom: 0.15rem;
}
.pb20 {
  padding-bottom: 0.2rem;
}
.pb30 {
  padding-bottom: 0.3rem;
}
.pb40 {
  padding-bottom: 0.4rem;
}
.pb50 {
  padding-bottom: 0.5rem;
}
.disflex {
  display: -webkit-flex;
  display: flex;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.d-flex-center {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.flexdc {
  flex-direction: column;
}
.flexdr {
  flex-direction: row;
}
.flexdrr {
  flex-direction: row-reverse;
}
.aligncc {
  align-content: center;
}
.alignsa {
  align-content: space-around;
}
.alignsb {
  align-content: space-between;
}
.justifycc {
  justify-content: center;
}
.justifysa {
  justify-content: space-around;
}
.justifysb {
  justify-content: space-between;
}
.justifyfe {
  justify-content: flex-end;
}
.alignic {
  align-items: center;
}
.alignsc {
  align-self: center;
}
.alignsfe {
  align-self: flex-end;
}
.alignsfs {
  align-self: flex-start;
}
.flexwrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
  -webkit-flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.flex4 {
  flex: 4;
}
.flex5 {
  flex: 5;
}
.flex6 {
  flex: 6;
}
.flex7 {
  flex: 7;
}
.flex8 {
  flex: 8;
}
.ver1 {
  vertical-align: 1px;
}
.ver2 {
  vertical-align: 2px;
}
.ver_1 {
  vertical-align: -1px;
}
.ver_2 {
  vertical-align: -2px;
}
.opacity0 {
  opacity: 0;
}
.opacity1 {
  opacity: 1;
}
.scrollY,
.scroll-y {
  overflow-y: scroll;
}
.scrollX,
.scroll-x {
  overflow-x: scroll;
}

#link-copy-text, .link-copy-text {
    position:fixed;
    left: -750px;
    bottom: -750px;
    z-index: -1;
}

.whites-no {
    white-space: nowrap;
}
.white-pre{
    white-space: pre-wrap;
}

.vzan-wrong {
  background: #FCEAC2 !important;
  color: #794315 !important;
  border: 1px solid #f9dea2 !important;
}

.van-default {
  background: rgba(0, 132, 255, 0.1) !important;
  border-color: rgba(0, 132, 255, 0.1) !important;
  color: #0084ff !important;
}

.van-checkbox__icon .van-icon {
  border-color: #B0B0B0 !important;
}

.van-checkbox__icon--checked .van-icon {
  border-color: #1989fa !important;
}

.van-popup--center[round] {
  border-radius: 0.15rem;
}

.van-popup--bottom[round] {
  border-radius: 0.15rem 0.15rem 0 0;
}

.van-radio__label {
  width: 100%;
}



/* 紧急处理，后续可去掉 */
.Fixup_wrapper .swipe_wrapper {
  overflow: hidden;
}
.Fixup_wrapper .swipe_wrapper .van-swipe {
  max-height: 2.38rem;
}