body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

em,
i {
	font-style: normal;
}

ul,
li {
	list-style-type: none;
}

* {
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

input {
	border: none;
	background: none;
	outline: none;
}

input::-webkit-input-placeholder {
	color: #aaa;
	font-size: 1rem;
}

textarea::-webkit-input-placeholder {
	color: #999;
	font-size: 1rem;
}

.dn {
	display: none !important;
}

body,
html {
	background-color: #ededed;
	width: 100%;
	height: 100%
}

@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {
	nav.agent-foot {
		padding-bottom: 20px;
		height: 69px
	}
	div.shareFooter {
		padding-bottom: 20px;
		height: 80px!important
	}
	div.agent-main {
		padding-bottom: 70px!important;
		margin-bottom: 0!important
	}
}

body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.clear:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden
}

input::-webkit-input-placeholder {
	color: #c7c7c7;
	text-align: center
}

input:-moz-placeholder,
input::-moz-placeholder {
	color: #c7c7c7;
	text-align: center
}

input:-ms-input-placeholder {
	color: #c7c7c7;
	text-align: center
}