/* reset */
body, h1, h2, h3, h4, h5, p, dl, dd, ul, ol, form, input, textarea, th,
	td, select {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #444;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family:"Microsoft YaHei","微软雅黑","Helvetica Neue", Helvetica,Arial,Tahoma, sans-serif;
}

i, em, b, dt {
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	color: #333;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

img, fieldset {
	border: none;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

input, textarea, select {
	outline: none;
	color: #333;
	-webkit-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

select::-ms-expand {
	display: none;
}

textarea {
	resize: none;
	overflow: auto;
	vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

button {
	outline: none;
}

/* public */
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.text-overflow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

.loading {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 999;
	text-align: center;
}

.loading-text {
	width: 100%;
	position: fixed;
	top: 50%;
	margin-top: -30px;
}

.loading-text img {
	width: 20px;
	height: 20px;
}

.loading-text span {
	display: inline-block;
	font-size: 18px;
	color: #ddd;
}

.zs-ui-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 19;
}

.arrow-right-s {
	display: inline-block;
	background: url(new-insure/img/arrow-right.png) 0 0 no-repeat;
	background-size: 10px 15px;
	width: 20px;
	height: 20px;
}