* {
	margin: 0;
	padding: 0;
	border: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*清除手机tap事件后element 时候出现的一个高亮*/
	text-decoration: none;
	/*iOS惯性滚动*/
  outline: none;
	-webkit-font-smoothing: antialiased;
}
html{height:100%;}
body {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	-webkit-touch-callout: none;
	/*禁用长按页面时的弹出菜单*/
	-webkit-tap-highlight-color: white;
	box-sizing: border-box;
	/*CSS开启硬件加速*/
	-webkit-backface-visibility: hidden;
	font-size: 14px;
	font-family: Microsoft YaHei, -apple-system,system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Arial!important;
	/*使用CSS transforms 或者 animations时可能会有页面闪烁的bug*/
}

/*禁止选中copy*/

.dont-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}


a,img,button,input,textarea{ -webkit-tap-highlight-color:rgba(255,255,255,0);}

ul,ol,li{ list-style:none;}
img{ border:none;}
i{font-style:normal}
s{text-decoration: none}
a{ text-decoration:none; -webkit-appearance:none;}
.cl{ zoom:1;}
.cl:after{ content:""; display:block; clear:both;}
body{-webkit-text-size-adjust: 100%!important;}
/* body{ font-family: Microsoft Yahei,Avenir,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif; } */
#content{position: relative;display: none}
input,textarea,button{ resize:none; -webkit-appearance:none; outline:medium;}
input{ border: none; background: none; width:100%;font-family: Microsoft Yahei,Avenir,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;}
h1,h2,h3,h4,strong{ font-weight:bold;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ color: #cecece;}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none;}

.pos_re {
  position: relative !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 50px;
}
.alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 999;
}
.alert .alert_con {
  padding: 10px 20px;
  background: rgba(0,0,0,.7);
  border-radius: 5px;
  color: #fff;
  flex: 0 0 50%;
}

.men {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  background: rgba(0,0,0,.6);
  color: #fff;
  padding-top: 50px;
  line-height: 1.8;
  display: none;
  z-index: 999;
}
.arrow {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 40px;
  height: 40px;
}
.arrow img {
  width: 100%;
}
.close {
  background: transparent;
  border-radius: 4px;
  padding: 2px  25px;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 30px;
}

.modalQr {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: #F1FCFA;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modalQr .modalqr-con {
	flex: 1;
	text-align: center;
}

.modalQr .modalqr-con img {
	width: 30vw;
	vertical-align: middle;
}

.modalQr .modalqr-con .modalqr-close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 30px;
}

.modalqr-desc {
	white-space: nowrap;
	color: #3D4645;
	font-size: 15px;
	padding: 10px 0;
}

.bold {
	font-weight: bold;
}

.modalqr-btn button {
	border: 1px solid #07A68B;
	padding: 15px 50px;
	border-radius: 40px;
	background: none;
}
.hide {
  display: none;
}