* {
	margin: 0;
	padding: 0;
	/* font-family: "黑体"; */
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	overflow: auto;
	background-color: #f2f3f4;
	margin: 0 auto;
	/* ios刘海屏兼容 */
	/* padding-bottom: constant(safe-area-inset-bottom); 
	padding-bottom: env(safe-area-inset-bottom); */
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	/* color: #000000; */
	outline: none;
	
	display: block;
}

img {
	width: 100%;
	display: block;
}

li {
	list-style: none;
}

input {
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #6C6C6C;
	font-size: 0.28rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}
input[type='number'] {
	-moz-appearance: textfield;
}
.my_center{
	/* height: 13.8rem; */
	/* background: url(../image/mybg.png) no-repeat; */
	background-size: 100% 100%;
}
.my_nav{
	/* padding: 0.34rem 0.18rem 0.3rem 0.7rem; */
}
.my_list{
	padding: 0.4rem 0.5rem;
}
.my_list li{
	height: 0.56rem;
	border: 1px solid #169B9D;
	border-radius: 0.3rem;
	margin-bottom: 0.26rem;
	padding: 0 0.4rem;
	display: flex;
	align-items: center;
	background-color: #ffffff;
}
.my_list div{
	flex: 1;
}
.my_list p{
	font-size: 0.26rem;
	color: #169B9D;
	margin-right: 0.08rem;
}
.my_list input{
	height: 0.48rem;
}
.my_tj{
	display: flex;
	justify-content: center;
	align-items: center;
}
.my_text{
	padding: 0.16rem 0.52rem;
	border-radius: 0.4rem;
	font-size: 0.26rem;
	color: #ffffff;
	background-color: #169B9D;
	letter-spacing: 2px;
}

.tips {
	font-size: 0.3rem;
	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;
}
.dis {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dis p {
	background-color: rgba(0, 0,0, 0.7);
	padding: 0.2rem;
}