html,
body {
	height: 100%;
	width: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ul,
ol,
li,
dl,
dt,
dd,
iframe,
textarea,
input,
button,
p,
strong,
b,
i,
a,
span,
del,
pre,
table,
tr,
th,
td,
form,
fieldset,
.pr,
.pc {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	font-family: verdana, Microsoft YaHei, Tahoma, sans-serif;
	*font-family: Microsoft YaHei, verdana, Tahoma, sans-serif;
}

body,
ul,
ol,
li,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
.pr,
.pc,
em,
del {
	font-style: normal;
	font-size: 100%;
}

ul,
ol,
dl {
	list-style: none;
}

a {
	text-decoration: none;
	color: #666;
}

.clear:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.m_box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

input,
button {
	outline: none;
}

.entry_form {
	padding: 0.1rem;
}

.userName,
.password,
.phone,
.verification {
	width: 100%;
	margin-top: 0.1rem;
}

.entry_form input {
	width: 100%;
	height: 0.5rem;
	background: #f5f5f5;
	border: none;
	border-radius: 0.05rem;
	font-size: 0.18rem;
	text-indent: 0.2rem;
	color: #666;
	display: block;
}

.entry_btn {
	width: 100%;
	margin-top: 0.1rem;
	overflow: hidden;
}

.entry_btn button {
	width: 100%;
	height: 0.5rem;
	border: none;
	cursor: pointer;
	border-radius: 0.05rem;
	color: #fff;
	font-size: 0.18rem;
	display: block;
	margin-top: 0.1rem;
}

.entry_btn .btn1 {
	background: #f30;
}

.entry_btn .btn2 {
	background: #33a9ff;
}

.entry_retrieve {
	position: fixed;
	bottom: .84rem;
	width: 100%;
	text-align: center;
	font-size: 0.14rem;
	color: #999;
	line-height: 0.22rem;
	margin-top: 20px;
}

.entry_retrieve a {
	color: #06c;
}

/*提示框*/
.cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.6;
	background: #fff;
	display: none;
}

.msg {
	width: 2.5rem;
	height: 1rem;
	top: 2rem;
	left: 50%;
	margin-top: -0.5rem;
	margin-left: -1.25rem;
	background: #fff;
	border-radius: 0.08rem;
	z-index: 99;
	position: absolute;
	display: none;
}

.msg_head {
	width: 100%;
	height: 0.3rem;
	background: palevioletred;
	font-size: 0.14rem;
	border-top-left-radius: 0.08rem;
	border-top-right-radius: 0.08rem;
	line-height: 0.3rem;
	text-indent: 0.16rem;
	color: #fff;
}

.msg_text {
	font-size: 0.16rem;
	text-align: center;
	padding-top: 0.1rem;
}

.msg_btn {
	width: 0.5rem;
	height: 0.25rem;
	background: #f30;
	font-size: 0.14rem;
	border-radius: 0.05rem;
	margin: 0.1rem auto;
	line-height: 0.25rem;
	text-align: center;
	color: #fff;
}

.login_switch {
	margin-top: .14rem;
	font-size: .16rem;
	color: #333;
	text-align: center;
}

.verification {
	display: flex;
}

.verification input {
	width: auto;
	margin-right: .12rem;
	flex: 1;
}

.verification button {
	font-size: .12rem;
	border: .01rem solid #ccc;
	color: #222;
	border-radius: .05rem;
	padding: 0 .1rem;
	background: #fff;
}

.verification button[disabled] {
	color: #ccc;
}

.form_switch {
	display: none;
}
