* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #F4F5F7;
}
li {
	list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	display: block;
}

img {
	width: 100%;
	display: block;
}
input {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #6C6C6C;
	font-size: 0.28rem;
	box-shadow: 0 0 0 0.32rem #ffffff inset;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type='number'] {
	-moz-appearance: textfield;
}
.guard{
	height: 100%;
	overflow: auto;
	display: flex;
	flex-direction: column;
}

.hnav_table {
	display: flex;
	align-items: center;
	background-color: #17409c;
}
.hnav_table a {
	color: #ffffff;
}
.hnav_table div {
	flex: 1;
	font-size: 0.3rem;
	color: #ffffff;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
}
.hlist_img {
    /* width: 45%; */
		padding: 0.3rem 0 0 0.2rem;
		margin: 0 auto;
}
.hlist_img img {
    width: auto;
    height: 0.84rem;
    margin: 0 auto;
}
.hfund_list {
    background-color: #ffffff;
    margin: 0.4rem 0.3rem 0.5rem;
}


/* 尾部 */
.footer h2{
	font-size: 0.3rem;
	color: #ffffff;
	margin-bottom: 0.3rem;
}
.submit_le {
	font-size: 0.3rem;
	color: #ffffff;
	flex: 1;
}
.submit_le li {
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.submit_le li:last-child {
	margin-bottom: 0;
}
.submit_le p {
	margin-right: 0.16rem;
	width: 1.8rem;
}
.tel_name {
	/* width: 4rem; */
	flex: 1;
	height: 0.48rem;
	border-radius: 0.08rem;
	padding: 0 0.1rem;
	overflow: hidden;
	background-color: #ffffff;
}
.footer{
	position: relative;
	padding: 0.5rem 0.3rem 0.4rem;
	background-color: #17409c;
}
.submit_tj {font-size: 0.36rem;color: #121b52;padding: 0.1rem 0.2rem;background-color: #ffffff;border-radius: 0.08rem;font-weight: 500;margin: 0.3rem 0 0.3rem 0.3rem;width: 0.8rem;text-align: center;}
.tips {
	font-size: 0.32rem;
	padding: 0.2rem;
	background: rgba(255, 255, 255, 0);
	color: #ffffff;
	width: 100%;
	height: 100%;
	line-height: 0.6rem;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
	display: none;
	z-index: 999;
}
.dis {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dis p {
	background-color: rgba(0, 0, 0.5);
	padding: 0.2rem;
}
.tel_le {
    color: #ffffff;
    font-size: 0.3rem;
    line-height: 0.55rem;
		margin-bottom: 0.2rem;
}
.fotime{
	font-size: 0.24rem;
	color: #ffffff;
	text-align: center;
	padding: 0.2rem 0;
}
.icon_top {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    position: fixed;
    bottom: 1rem;
    right: 0.4rem;
    z-index: 99;
}
.canping{
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.sponsor_le .sponsor_title{
	font-size: 0.38rem;
}
a.bm_ewm{
	color: #151f5b;
	background-color: rgb(255 207 136);
	font-size: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.36rem;
	border-radius: 0.7rem;
	padding: 0.15rem 0;
	margin: 0rem auto 0.2rem;
	letter-spacing: 2px;
}

.pxbm{
	position: absolute;
	right: 0.3rem;
	top: 0.52rem;
}
.pxbm a.bm_ewm {
    color: #151f5b;
    background-color: rgb(255 207 136);
    font-size: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    border-radius: 0.7rem;
    padding: 0.15rem 0;
    letter-spacing: 2px;
}