* {
	padding: 0;
	margin: 0;
}

/* CSS Document */
body,
div,
p,
ul,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
hgroup {
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

body {
	font-family: "微软雅黑", helvetica, arial;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	margin: 0 auto;
	max-width: 750px;
	margin: 0 auto;
}

ul,
ol,
li {
	list-style: none
}

img,
video {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
input{-webkit-appearance: none;}
a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	-webkit-touch-callout: none;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.wrap {
	width: 100%;
	margin: 0 auto;
}

body,html{
	max-width: 750px;
	margin: 0 auto;
}

.cont {
	width: 94.66%;
	margin: 0 auto;
	position: relative;
	min-height: 100vh;
}

.overflow {
	overflow: hidden;
}

.clear {
	clear: both;
}

.clearfix:after {
	height: 0;
	display: block;
	content: '.';
	visibility: hidden;
	clear: both;
}


.pc-hide {
	display: none;
}

.flex {
	display: flex;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #FFFFFF;
	font-size: 0.26rem;
}
.errorBorder{
	border: 1px solid rgb(153, 6, 0)!important;
}
