html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	outline: 0px;
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
	border-color: transparent;
	/*background-image: url(//img.ftp.tj.dyrs.com.cn/images/img/select_bg.png);*/
	/*background-repeat: no-repeat;*/
	/*background-size: auto 20%;*/
	/*background-position: right 5% center;*/
}

input,
select,
textarea {
	outline: none;
	border: none;
	-webkit-touch-callout: auto;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

img {
	border: none;
	vertical-align: bottom;
	pointer-event: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

span:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

b,
strong {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

a,
u {
	text-decoration: none;
	color: #000;
}

div {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}


ul,
ol,
li {
	list-style: none;
}

input {
	outline: none;
}

img {
	border: 0;
	display: block;
	pointer-events: none;
}

textarea {
	resize: none;
}


.clear_fix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

* {
	margin: 0;
	padding: 0;
	font-size: 10px;
	-webkit-touch-callout: none;
	/*系统默认菜单被禁用*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-khtml-user-select: none;
	/*早起浏览器*/
	-moz-user-select: none;
	/*火狐浏览器*/
	-ms-user-select: none;
	/*IE浏览器*/
	user-select: none;/
}

body {
	list-style: none;
	/*取消移动端点击高亮*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.img {
	width: 100%;
	height: auto;
}

.top70 {
	margin-top: .7rem;
}

.top40 {
	margin-top: .4rem;
}

.top50 {
	margin-top: .5rem;
}

.top60 {
	margin-top: .6rem;
}
