input,
button,
textarea,
select,
optgroup,
option {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,
button,
textarea,
select {
	*font-size: 100%;
	outline: none;
}
.divAll {
	padding-top: 0.9375rem;
	overflow: hidden;
}
/*头部*/
/*返回*/
.floatL {
	float: left;
}
.DeInfo_Inpet {
	padding: 1rem;
}
.DeInfo_Inpet2 {
	/*padding:0 1rem;*/
}
.DeInfoInput {
	height: 2.4rem;
	line-height: 2.4rem;
	padding: 0 0.5rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 0.9rem;
	margin-bottom: 0.8rem;
	background: #fff;
	clear: both;
}
.DeInfoInput label {
	padding: 0 0.4rem 0 0;
	color: #666;
	float: left;
}
.DeInfoInput .DeInfo_text {
	border: none;
	height: 100%;
	font-size: 0.9rem;
	color: #333;
	float: left;
}
.LoginInput {
	position: relative;
}
.LoginInput label {
	line-height: 1rem;
	padding: 0 0.6rem 0 0.1rem;
	margin: 0.65rem 0.6rem 0.65rem 0;
	border-right: 1px solid #ccc;
}
.LoginInput label:before {
	font-size: 1.4rem;
}
/*按钮*/
.BtnCont {
	margin: 0.3rem 1rem;
	overflow: hidden;
}
.BigBtn {
	padding: 0.7rem 0;
	background: #009b63;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 0.92rem;
	text-align: center;
	margin: 0.8rem 0 0;
	display: block;
	width: 100%;
}
.BigBtnTwo {
	background: #f19625;
}
.optCont {
	overflow: hidden;
}
.OptContInfo {
	margin: 0 0.8rem 0.8rem 0;
}
.OptContInfo2 {
	margin: 0;
}
.OptInfoL {
	margin: 0 0.4rem 0 0;
}
.OptInfoR {
	font-size: 0.9rem;
	color: #009b63;
}
/*复选框、单选框*/
.checkedNum[data-style="checkeds"] {
	display: none;
}
.checkedNum[data-style="checkeds"]+label {
	border: 1px solid #009b63;
	padding: 6px;
	border-radius: 2px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 0.4rem;
	height: 0.4rem;
}
.checkedNum[data-style="checkeds"]:checked+label {
	background-color: #009b63;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
.checkedNum[data-style="checkeds"]+label:before {
	position: absolute;
	top: 0.15rem;
	content: "\e919";
	color: #009b63;
	width: 100%;
	text-align: center;
	left: 0rem;
	font-size: 0.8rem;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.checkedNum[data-style="checkeds"]:checked+label:before {
	color: #fff;
}
.errorShow {
	color: #f19625;
	margin: 0 0 0.8rem 0;
	font-size: 0.9rem;
	display: none;
}
.errorShow:before {
	content: "*";
}
