[v-cloak] {
  display: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,code,em,img,q,small,strong,dd,dl,dt,li,ol,ul,fieldset,form,label,table,tbody,tr,th,td,input,figure,figcaption{margin:0;padding:0;border:0}
body{ font-size:.28rem; color:#4d4d4d; margin:0 auto; background:#fff; font-family:'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif}
address, caption, cite, code, dfn, em, var, i, b { font-style: normal; font-weight: 500;}
a {text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);color:#4d4d4d;}
a,a:active,a:hover,a:focus,a:visited{text-decoration:none;outline:none;}
/*a:hover,a:active{ color: #e32332;}*/
a,img{-webkit-touch-callout:none;}
img{ width:100%; vertical-align: middle;}
ol,ul,li{list-style:none}
em{ font-style: normal;}
button,select,textarea,input[type="password"],input[type="text"]{resize:none;outline:0;-webkit-appearance:none;white-space:pre-wrap;word-wrap:break-word;background:#fff; border: 1px solid #e5e5e5;}
input:-webkit-autofill {
  background-color: white;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
p{background-color:transparent;word-break:break-all;}
html{background:#fff;}
body{ width:100%; position: relative;}

.text-hidden {
  width: 100%;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*清除浮动*/
.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
*html .clearfix { height: 1%; }
.clearfix { display: block; }
*+html .clearfix { min-height: 1%;}

/*color*/
.text-red{color: #e32332;}
.text-green{color: #01af63;}
.text-blue{color: #1490d8;}
.text-orange{color: #ff7e00;}
.text-gold{ color: #ffa800;}
.text-999{ color: #999;}
.text-666{ color: #666;}
.text-fff{ color: #fff;}
.text-8a{ color: #8a8a8a;}
.text-80{ color: #808080;}
.text-333{ color: #333333;}

.text-l{ text-align: left !important;}
.text-c{ text-align: center !important;}
.text-r{ text-align: right !important;}
/* background */
.bg-def{background:#f7f7f7;}
.bg-orange{ background: #ff7e00;}
.bg-light-gold{ background: #ffbf43;}
.bg-gold{ background: #ffa800;}
.bg-green{background:#10af63;}
.bg-fff{ background: #ffffff;}
.bg-gray{ background: #eeeeee;}

/* border */
.b-top{ border-top: 1px solid #e5e5e5;}
.b-left{ border-left: 1px solid #e5e5e5;}
.b-bottom{ border-bottom: 1px solid #e5e5e5;}
.b-right{ border-right: 1px solid #e5e5e5;}

/*function*/
.fl { float:left !important;}
.fr { float:right !important;}
.m0 {margin: 0;}
.mlr-5{ margin: 0 .05rem;}
.mtb-5{ margin: .05rem 0;}
.mlr-10{ margin-left: .1rem; margin-right: .1rem;}
.mtb-10{ margin-top: .1rem; margin-bottom: .1rem;}
.ml-10{ margin-left: .1rem;}
.mr-10{ margin-right: .1rem;}
.mt-10{ margin-top: .1rem;}
.mb-10{ margin-bottom: .1rem;}
.mlr-15{ margin-left: .15rem; margin-right: .15rem;}
.mtb-15{ margin-top: .15rem; margin-bottom: .15rem;}
.ml-15{ margin-left: .15rem;}
.mr-15{ margin-right: .15rem;}
.mt-15{ margin-top: .15rem;}
.mb-15{ margin-bottom: .15rem;}
.mlr-20{ margin-left: .2rem; margin-right: .2rem;}
.mtb-20{ margin-top: .2rem; margin-bottom: .2rem;}
.ml-20{ margin-left: .2rem;}
.mr-20{ margin-right: .2rem;}
.mt-20{ margin-top: .2rem;}
.mb-20{ margin-bottom: .2rem;}
.mlr-25{ margin-left: .25rem; margin-right: .25rem;}
.mtb-25{ margin-top: .25rem; margin-bottom: .25rem;}
.ml-25{ margin-left: .25rem;}
.mr-25{ margin-right: .25rem;}
.mt-25{ margin-top: .25rem;}
.mb-25{ margin-bottom: .25rem;}
.mlr-30{ margin-left: .3rem; margin-right: .3rem;}
.mtb-30{ margin-top: .3rem; margin-bottom: .3rem;}
.ml-30{ margin-left: .3rem;}
.mr-30{ margin-right: .3rem;}
.mt-30{ margin-top: .3rem;}
.mb-30{ margin-bottom: .3rem;}

.p0{ padding: 0;}
.plr-5{ padding: 0 .05rem;}
.ptb-5{ padding: .05rem 0;}
.plr-10{ padding-left: .1rem; padding-right: .1rem;}
.ptb-10{ padding-top: .1rem; padding-bottom: .1rem;}
.pl-10{ padding-left: .1rem;}
.pr-10{ padding-right: .1rem;}
.pt-10{ padding-top: .1rem;}
.pb-10{ padding-bottom: .1rem;}
.plr-15{ padding-left: .15rem; padding-right: .15rem;}
.ptb-15{ padding-top: .15rem; padding-bottom: .15rem;}
.pl-15{ padding-left: .15rem;}
.pr-15{ padding-right: .15rem;}
.pt-15{ padding-top: .15rem;}
.pb-15{ padding-bottom: .15rem;}
.plr-20{ padding-left: .2rem; padding-right: .2rem;}
.ptb-20{ padding-top: .2rem; padding-bottom: .2rem;}
.pl-20{ padding-left: .2rem;}
.pr-20{ padding-right: .2rem;}
.pt-20{ padding-top: .2rem;}
.pb-20{ padding-bottom: .2rem;}
.plr-25{ padding-left: .25rem; padding-right: .25rem;}
.ptb-25{ padding-top: .25rem; padding-bottom: .25rem;}
.pl-25{ padding-left: .25rem;}
.pr-25{ padding-right: .25rem;}
.pt-25{ padding-top: .25rem;}
.pb-25{ padding-bottom: .25rem;}
.plr-30{ padding-left: .3rem; padding-right: .3rem;}
.ptb-30{ padding-top: .3rem; padding-bottom: .3rem;}
.pl-30{ padding-left: .3rem;}
.pr-30{ padding-right: .3rem;}
.pt-30{ padding-top: .3rem;}
.pb-30{ padding-bottom: .3rem;}

.q-dbox{display: block; display: -webkit-box; display: -moz-box; -webkit-box-pack:center; -moz-box-pack:center; -webkit-box-align:center; -moz-box-align:center; }
.fs20{font-size: .2rem;}
.fs22{font-size: .22rem;}
.fs24{font-size: .24rem;}
.fs26{font-size: .26rem;}
.fs28{font-size: .28rem;}
.fs30{font-size: .3rem;}
.fs32{font-size: .32rem;}
.fs34{font-size: .34rem;}
.fs36{font-size: .36rem;}
.fs38{font-size: .38rem;}
.fs40{font-size: .4rem;}
.qwn{font-weight:normal;}
.q-fwb{font-weight:bold;}

.q-tl{text-align:left !important;}
.q-tc{text-align:center !important;}
.q-tr{text-align:right !important;}
.q-taj{text-align:justify;text-justify:inter-ideograph;}
.q-wsn{word-wrap:normal;white-space:nowrap;}
.q-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.q-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.q-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.q-one{ overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.q-two{ overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;-moz-box-orient: vertical; }

/* table */
.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 1.42857143;
  text-align: center;
  display: table-cell;
  vertical-align: inherit;
  vertical-align: middle;
  padding: 5px 0;
}
.table > thead > tr > th img,
.table > tbody > tr > th img,
.table > tfoot > tr > th img,
.table > thead > tr > td img,
.table > tbody > tr > td img,
.table > tfoot > tr > td img{
  text-align: center;
  vertical-align: inherit;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}

.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
.table .table {
  background-color: #ffffff;
}

.table-bordered {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #f5f5f5;
}


/*去掉苹果按钮默认自带样式*/
.form-change input,.form-change select{
  -webkit-appearance:none; /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 点击高亮的颜色*/
}
input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}

body{
  background: #f5f5f5;
}
.app-wrapper{
  max-width: 1200px;
  min-height: 100vh;
  background: #ffffff;
  margin: 0 auto;
}
.header{
  height: .8rem;
  position: relative;
  text-align: center;
  background: #ffffff;
  margin-bottom: .15rem;
}
.header .back-btn{
  position: absolute;
  left: 0;
  top: 0;
  width: .8rem;
  height: .8rem;
  background: url("../images/back-btn.png") no-repeat center center;
  background-size: .16rem .28rem;
}
.header .header-center{
  width: 50%;
  position: absolute;
  left: 25%;
  text-align: center;
  line-height: .8rem;
  font-size: .36rem;
}
