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, 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, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  word-break: break-word;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
button{
  outline: none;
  border: none;
  width: 100%;
  display: block;
  background-color: #fff;
}
.no-background{
  background-color: transparent!important;
}
.set-click:active, button:active{
  opacity: 0.8!important;
}
.dis-click:active{
  opacity: 1;
}
body {
	line-height: 1;
  -webkit-text-size-adjust: 100%!important;
}
/* 字体设置 */
*{
  font-family:"Microsoft YaHei",'微软雅黑';
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  /* touch-action: none; */
}
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[src=""],img:not([src]){opacity:0;}

input[type=search]::-webkit-search-cancel-button{
	-webkit-appearance: none;
}

a{
  text-decoration: none;
}
@-webkit-keyframes loading{
	0% {-webkit-transform: rotate3d(0,0,1,0deg);}
	100% {-webkit-transform: rotate3d(0,0,1,1turn);}
}

@keyframes loading{
	0% {-webkit-transform: rotate3d(0,0,1,0deg);}
	100% {-webkit-transform: rotate3d(0,0,1,1turn);}
}

input, textarea{
  caret-color: #3388fb!important;
  outline: none;
  -webkit-appearance: none;
  border: none;
}

/* 输入框提示默认颜色 */
::placeholder{
  color: #999999;
}
::-webkit-input-placeholder { /* WebKit browsers */ 
  color: #999999;
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
  color: #999999;
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
  color: #999999;
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
  color: #999999;
} 

/* 移除边框 */
.border-none{
  border: none!important;
}

/* 分割 */
.row{
  width: 100%;
  height: 0.2rem;
  background-color: #f4f4f4;
}

.hide{
  display: none!important;
}

/* 主题色 */
.primary{
  color: #3388fb;
}
body { /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
input{
  line-height: normal!important;
  -webkit-appearance : none ; 
}
textarea {
  resize: none;
  user-select: text;
  -webkit-user-select: text;
}
input:disabled, input[disabled]{ 
  -webkit-opacity:1;
  opacity: 1;
}

/* 弹窗 */
.mask, .modal-mask{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0,0,0,.4);
  display: none;
}
.modal{
  width: 5.9rem;
  background-color: #fff;
  border-radius: 0.2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  display: none;
  z-index: 9999;
}
.modal-title{
  text-align: center;
  padding: 0.48rem 0.4rem 0;
  font-size: 0.36rem;
  color: #333;
}
.modal-info{
  text-align: center;
  padding: 0.48rem 0.4rem;
  font-size: 0.36rem;
  line-height: 0.44rem;
  color: #666;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}
.modal-btn{
  width: 5.9rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
}
.modal-btn .ok, .modal-btn .cancel, .modal-btn .modal-ok, .modal-wx{
  width: 50%;
  font-size: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  padding: 0.2rem;
  color: #3388fb;
}
.modal-wx{
  display: none;
}
.modal-btn .cancel{
  color: #bbbbbb;
  border-right: 1px solid #eeeeee;
}
/* 无数据 */
.empty-data{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90%);
  text-align: center;
  font-size: 0.2rem;
  color: #333333;
  color: #999999;
}
.empty-info{
  font-size: 0.28rem;
  padding-top: 0.2rem;
  color: #666;
}
.empty-data img{
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}

/* 0.5线 */
.scale-line{
  position: relative;
}
.scale-line::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #dddddd;
  transform: scaleY(0.5);
}

/* 禁止长按 */
.dis-touch{
  /* 禁止长按选择文字 */
  -webkit-user-select: none;
  /* 禁止长按呼出菜单 */
  -webkit-touch-callout: none;
}

/* 分割线 */
.line{
  display: block;
  width: 100%;
  height: 0.4rem;
}

[v-cloak] {
  display: none;
}
/* vant样式 */
.van-dialog__header{
  padding: 0.4rem 0 0;
  font-size: 0.32rem;
  color: #333;
}
.van-dialog__message{
  padding: 0.48rem 0.4rem;
}
.van-dialog__cancel .van-button__content .van-button__text{
  font-size: 0.32rem;
  color: #999999!important;
}
.van-dialog__confirm .van-button__content .van-button__text{
  font-size: 0.32rem;
  color: #3388fb!important;
}
.van-dialog__cancel, .van-dialog__confirm{
  padding: 0.32rem;
}
.van-dialog__content--isolated{
  min-height: auto!important;
}
.van-dialog__message{
  color: #333;
  line-height: 0.44rem!important;
  font-size: 0.32rem!important;
  padding: 0.48rem 0.4rem!important;
}
.van-toast--text{
  line-height: 0.4rem;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0.28rem;
  text-align: center;
  border-radius: 0.1rem;
  padding: 0.24rem 0.22rem;
  word-break: break-all;
}
.van-switch{
  width: 1rem;
  height: 0.6rem;
  background-color: #dddddd;
}
.van-switch__node{
  top: 0.045rem;
  left: 0.06rem;
  width: 0.5rem;
  height: 0.5rem;
}
.van-switch--on .van-switch__node{
  transform: translateX(0.38rem);
}
.van-switch--on{
  background-color: #3388fb;
}
.van-picker__toolbar{
  height: 0.96rem;
  border-bottom: 1px solid #eeeeee;
}
.van-picker__title{
  font-size: 0.32rem;
  overflow: initial;
  color: #999999;
}
.van-picker__cancel{
  width: 25%;
  color: #bbbbbb;
  font-size: 0.32rem;
}
.van-picker__confirm{
  width: 25%;
  color: #3388fb;
  font-size: 0.32rem;
}
/* 临时遮罩 */
.temp-mask{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.blue{
  color: #3388fb;
}
/* 字体加粗 */
.bold{
  font-weight: bold!important;
}
.active-bg{
  background-color: transparent;
}
.blue-background{
  color: #fff!important;
  background-color: #3388fb!important;
}
/* 文本省略号 */
.text-overflow{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
/* 底部导航栏适配 */
.fix-bottom{
  /* 兼容 IOS>11.2 */
  padding-bottom: env(safe-area-inset-bottom);
  /* 兼容 IOS<11.2 */
  padding-bottom: constant(safe-area-inset-bottom);
}
/* 透明度 */
.opacity{
  opacity: 0.6;
}