@font-face {
  font-family: 'myFont'; 
  src: url('../fonts/PingFang.ttf');
  font-weight: normal;
  font-style: normal;
}
*{margin:0;padding:0;}
body{
	max-width: 750px;
	margin:0 auto;
	padding: 0;
	height: 100%;
	font-family:myFont, "Microsoft Yahei","SimSun",sans-serif;
	background: #F3F3F3;;
}
html{
	height: 100%;
}
h1,h2,h3,h4,h5,h6,div,ul,img,p,dd{
	margin:0;
	padding: 0;
	font-weight:normal;
}
em,i{
	font-style: normal;
    font-weight: normal;
}
li{
	list-style:none;
}
a{
	text-decoration: none; 
	color: #333;
}
input {
	border:none;
}
input:focus{
	outline:none;
}
button{
	border: none;
}
.loading{
	position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 0.07rem;
    width: 2.5rem;
    height: 1.8rem;
}
.loadingimg {
    width: 0.6rem;
    height: 0.6rem;
}
.loadingtip{
	font-size: 0.25rem;
	color: #333;
	margin-top: 0.1rem;
}
.bg{
	position: fixed;
    z-index: 999;
    width: 100%;
    height:100%;
    background:#000000;
    opacity: 0.7;
    display: none;
    top: 0;
    left: 0;
}
.toast{
	position: fixed;
	z-index: 1001;
	background: #fff;
	bottom: 0;
	width: 100%;
	height: 5rem;
	left: 0;
	box-shadow: 0rem 0rem 0.2rem 0rem rgba(31,139,225,0.3);
	border-radius: 0.2rem;
	overflow: hidden;
	display: none;
}
.toastt{
	font-family: 'Microsoft Yahei';
	text-align: center;
	font-size: 0.3rem;
	padding: 0.25rem 0;
	border-bottom: 0.01rem solid #eee;
}
.toastc{
	height: 3.5rem;
	overflow-y: auto;
}
.toastco{
	text-align: center;
	padding: 0.25rem;
	font-size: 0.32rem;
	border-bottom: 0.01rem solid #eee;
	cursor: pointer;
}
.toastcos{
	color: #F43737;
}
.bottonnav{
	width: 100%;
	max-width: 750px;
	height: 1rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 0.17rem 0.02rem rgba(56,92,235,0.08);
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 100;
	display: flex;
	align-items: center;
}
.bottonnavo{
	width: 25%;
}
.bottonnavo li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.bottonnavoicon{
	width: 0.44rem;
	height: 0.44rem;
}
.bottonnavon{
	font-size: 0.2rem;
	font-weight: bold;
	color: #E2E2E2;
	margin-top: 0.03rem;
}
.bottonnavons{
	color: #333;
}
.header{
	width: 100%;
	max-width: 750px;
	height: 1rem;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	box-shadow: 0px 0px 0.3rem 0.05rem rgba(153,153,153,0.1);
	display: flex;
	align-items: center;
}
.goback{
	font-size: 0.5rem;
	margin-left: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.5rem;
}
.headerc{
	width: 4rem;
	margin-left: 0.95rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	font-size: 0.36rem;
	font-weight: 500;
	color: #333333;
}