@charset "utf-8";
body,
html {
	width: 100%;
	background: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
input,textarea{
	border:none;
	outline:none;
    box-shadow:0px 0px 0px rgba(0,0,0,0);
    border-radius: 0;
}
div,input{
	box-sizing: border-box
}
.left{
	float:left;
}
.right{
	float:right;
}
ul,li,ol{
	list-style: none;
}
.clear{clear: both;}
.btn{
	width: 4rem;
	margin:0 0 0 0.25rem;
	background:#20bf7a;
	text-align: center;
	height: 1rem;
	line-height: 1rem;
	color: #FFFFFF;
	font-size: 0.35rem;
}
.btn a{
	display: block;
    height: 100%;
   	color: #FFFFFF;
   	font-size: 0.35rem;
}
.btn a:hover{
	color: #FFFFFF;
}
i{
	font-style: normal;
}
.red{
	color: #d60000;
}
.green{
	color: #20BF7A;
}
.mui-content{
	margin-bottom: 2rem;
}
.chenggong{
	background: #FFFFFF;
	width:5.5rem;
	height:3rem;
	padding:0.3rem 0.7rem;
	position:fixed;
	z-index:11;
	top:3rem;
	left:1rem;
	text-align: center;
	display: none;
}
.chenggong img{
	width: 1.2rem;
	margin-top: 0.3rem;
}
.chenggong p{
	line-height: 1rem;
	font-size: 0.36rem;
}
.bg{
	width:100%;
	height:100%;
	position: absolute;
	z-index:10;
	top: 0;
	background: rgba(0, 0, 0,.5);
	display: none;
}