@charset "utf-8";

/* CSS Document */



* {
	margin: 0;
	padding: 0;
	font-family: 'PingFang SC';
}

html,
body {
	font-size: 12px;
	font-family: 'PingFang SC';
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	overflow-x: hidden;
}

html {
	background: #F5F6F9 !important;
}

.page {
	display: -webkit-box;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
}

ul,
ol,
ul li,
li,
dl,
dt,
dd {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fl {
	float: left
}

.fr {
	float: right
}

.hide {
	display: none
}

.show {
	display: block
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.break {
	word-break: break-all;
	word-wrap: break-word
}

header,
footer,
article,
section,
nav,
menu,
hgroup {
	display: block;
	clear: all
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

a {
	color: #333;
	text-decoration: none;
}

body {
	position: relative;
	margin: 0 auto;
	max-width: 750px;
	min-width: 320px;
	overflow-x: hidden;
}

.zg_mainbox {
	width: 100%;
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}

section {
	margin-top: 2.8%;
	/*margin-left:.18rem;margin-right:.18rem;*/
	border-radius: .24rem;
	background: #fff;
	padding-top: 1.4%;
}

.f-cb:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.f-cb {
	zoom: 1;
}

button,
input,
textarea {
	border: none;
	outline-style: none;
	background: none;
	box-sizing: content-box;
}

input:focus,
textarea:focus {
	border: none;
	outline-style: none;
}

.flex {
	display: flex;
	align-items: center;
}

.mt40 {
	margin-top: .4rem;
}

.mt36 {
	margin-top: .36rem;
}

.mt32 {
	margin-top: .32rem;
}

.mt25 {
	margin-top: .25rem;
}

.mb32 {
	margin-bottom: .32rem;
}

.mt16 {
	margin-top: .16rem;
}

.mt30 {
	margin-top: .30rem;
}

.mt0 {
	margin-top: 0 !important;
}

.pb120 {
	padding-bottom: 1.2rem;
}

/* 顶部 */
.scTop {
	height: .88rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	color: #000000;
	font-size: .34rem;
	font-weight: 500;
	background: #F7F7F7 !important;
	border-bottom: .02rem solid #eee;
}

.scTop a {
	display: block;
	width: .48rem;
	height: .48rem;
	margin-left: .32rem;
	margin-right: 2.46rem;
}

/* 搜索 */
.search {
	padding: 0 .32rem;
	height: 1.12rem;
	background-color: #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search input {
	width: 4.8rem;
	height: .8rem;
	line-height: .8rem;
	padding-left: .8rem;
	background: #F5F6F9 url(../publicImages/search.png)no-repeat;
	background-size: .48rem .48rem;
	background-position: .24rem .16rem;
	border-radius: .12rem;
	/* margin: .16rem auto; */
	outline: none;
	display: block;
	box-shadow: none;
	border: none;
}

.searchBtn {
	line-height: .8rem;
	border: none;
	background-color: #E32519;
	width: 1.06rem;
	font-size: .32rem;
	color: #fff;
	display: block;
	border-radius: .12rem;
}

/* 底部 */
.scBottom {
	position: fixed;
	width: 100%;
	height: 1.12rem;
	left: 0;
	bottom: 0;
	border-top: 1px solid #EEEEEE;
	background-color: #fff;
}

.scBottomList {
	width: 50%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: .24rem;
	color: #635E5E;
}

.scBottomList img {
	display: block;
	width: .48rem;
	height: .48rem;
	margin-bottom: .08rem;
}

.scBottomList.cur {
	color: #E32519;
}