body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dd,
dt,
ol,
img,
font,
table,
form,
input,
button,
textarea,
select,
option,
a,
strong,
span,
label {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei', arial;
	font-size: 0.24rem;
	color: #333;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);

}

img,
button,
input {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

table {
	border-collapse: collapse;
}

table td {
	font-family: 'Microsoft YaHei', arial;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	font-size: 0.24rem;
}

a:hover {
	outline: none;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

ul,
dl,
li,
dd,
dt,
ol {
	list-style: none;
}

input,
select,
img {
	outline: none;
}

.fl {
	float: left
}

.fr {
	float: right
}

.leftF {
	float: left;
}

.rightF {
	float: right;
}

input[type=button],
input[type=submit] {
	-webkit-appearance: none;
	outline: none;
	-webkit-text-fill-color: #333 !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	background-color: transparent;
	background-image: none;
	background-color: transparent;
}

.pop-window {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
}

.pop-window .pop-box {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	border-radius: 0.1rem;
	transform: translate(-50%, -50%);
	width: 70%;
}

.pop-window .pop-box .content {
	font-size: 16px;
	padding: 0.4rem 0.4rem;
	line-height: 0.4rem;
	text-align: center;
}

.pop-window .pop-control {
	overflow: hidden;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	border-top: 0.015rem solid #ccc;
}

.pop-window .pop-control span {
	display: inline-block;
	line-height: 0.6rem;
	padding: 0 0.2rem;
	border-radius: 0.1rem;
	font-size: 0.28rem;
	margin: 0 0.2rem
}

.pop-window .pop-control span.cancel_btn {
	background: #ccc;
}

.pop-window .pop-control span.sure_btn {
	background: #1483ff;
	color: #fff;
}