body {
	font-size: 0;
	color: #333;
	background: #f6f6f6;
}

a,
a:hover {
	color: #333;
}

img {
	border: 0;
}

input,
textarea {
	font-family: syht;
}

.col111 {
	color: #111;
}

.colef8 {
	color: #ef845c;
}

.main {
	margin: auto;
	width: 7.5rem;
}

.bjbj {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
}

.tc_box {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -3.3rem;
	width: 6.6rem;
	border-radius: 0.1rem;
	background: #fff;
	opacity: 0;
	z-index: 101;
}

.tc_title {
	height: 1.1rem;
	border-bottom: 0.01rem solid #efefef;
	font-size: 0.32rem;
	line-height: 1.1rem;
	text-align: center;
}

.tc_footer {
	height: 1rem;
	border-top: 0.01rem solid #efefef;
}

.btn_left {
	position: relative;
	display: inline-block;
	width: 3.31rem;
	height: 100%;
	padding-right: 1.11rem;
	box-sizing: border-box;
	line-height: 1rem;
	text-align: right;
	vertical-align: top;
}

.btn_left:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.21rem;
	width: 0.02rem;
	height: 0.42rem;
	background: #e5e5e5;
}

.btn_right {
	display: inline-block;
	width: 3.29rem;
	height: 100%;
	padding-left: 1.11rem;
	box-sizing: border-box;
	line-height: 1rem;
	vertical-align: top;
}

.tc_content {
	padding: 0.8rem;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.4rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 -0.15rem 0.2rem rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	font-size: 0.24rem;
	z-index: 100;
}

.footer_a {
	position: relative;
	display: inline-block;
	width: 1.36rem;
	text-align: center;
	white-space: normal;
	vertical-align: top;
}

.footer_a.on {
	color: #ef845c;
}

.footer_img {
	margin-bottom: 0.05rem;
	line-height: 0.61rem;
}

.footer_img img {
	vertical-align: bottom;
}

.footer_img img:last-of-type,
.footer_a.on .footer_img img:first-of-type {
	display: none;
}

.footer_a.on .footer_img img:last-of-type {
	display: inline;
}

.nav_nums {
	position: absolute;
	top: 0.1rem;
	right: 0.3rem;
	height: 0.28rem;
	border-radius: 0.1rem;
	padding: 0 0.07rem;
	background: #ef845c;
	line-height: 0.28rem;
	font-size: 0.2rem;
	color: #fff;
}

.wx_login {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 6.8rem;
	margin: 0.2rem auto;
	margin-top: -0.1rem;
	height: 0.88rem;
	border-radius: 0.15rem;
	border: 0;
	/*background: #ef845c;*/
	background: #52a936;
	font-size: 0.28rem;
	color: #fff;
	line-height: 0.93rem;
}

.wx_login:hover {
	color: #fff;
}

.wx_login img {
	margin-right: 0.1rem;
	width: 0.45rem;
	vertical-align: middle;
}

.tx_label {
	display: inline-block;
	width: 2.3rem;
	height: 1rem;
	font-size: 0.28rem;
	line-height: 1.05rem;
	vertical-align: top;
}

.tx_label input {
	width: 0.36rem;
	height: 0.36rem;
	vertical-align: middle;
}

.tx_label span {
	position: relative;
	top: 0.05rem;
	margin-left: 0.1rem;
	vertical-align: middle;
}