@charset"UTF-8";
/*ios移动端关于事件绑定区域点击闪屏的解决*/
html,
body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*清除一些默认样式, 这是根节点字体*/
html,
body {
	margin: 0;
	padding: 0;
	/* font-size: calc(266.67% + 57.3333 * (100vw - 320px) / 430); */
}

img{border:0;}
a{text-decoration:none; color:#000; outline:none;}
a:hover{text-decoration:none;}
em,strong,i{font-style:normal;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,span,strong,i,ul,li,label,button, p, input {font-size:100%;font-weight:normal;margin: 0;padding: 0;}
button{background-color: #fff;}
textarea {
	overflow:hidden;
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	resize: none;
}
/*输入框,多行输入框在IOS上的默认样式清除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}

input {
	box-sizing: border-box;
	line-height: normal;
	outline: none;
	-webkit-appearance: none;/*去除系统默认样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*点击高亮的颜色*/
	/*-webkit-user-select: auto;*/
	/*user-select: auto;*/
	-webkit-user-modify: read-write-plaintext-only;
}

/* 去除input的type属性为number时的上下箭头 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"]{
	-moz-appearance: textfield;
}

/* 设置进入和离开动画 */
/* 设置持续时间和动画函数 */
.slide-right-enter-active,
.slide-right-leave-active {
	transition: all .3s ease;
}

.slide-right-enter,
.slide-right-leave-to {
	transform: translateX(600px);
}

.clearfix {*zoom:1;}
.clearfix:after {content:'\200B';clear:both;display:block;height:0px}


/* 暂无数据样式 */
/* .no-data {
	padding-top: 1.82rem;
	color: #999;
}
.no-data img {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 auto;
}
.no-data p {
	line-height: 1.08rem;
	text-align: center;
	font-size: .26rem;
} */

/*v-cloak指令*/
/* [v-cloak] {
  display: none;
} */

/* 选择框样式修改 */
/* .mobileSelect .content .panel .wheel .selectContainer {
	color: #333333;
	font-size: .28rem;
} */
/* .mobileSelect .content .panel .wheel .selectContainer .active {
	color: #3699FF;
	font-size: .32rem;
} */
/* .weui_loading_toast,
.weui-toast-outer .weui-toast--text {
	font-size: 16px;
} */