@charset "utf-8";
body,
html {
	width: 100%;
	font-family: Arial, "微软雅黑";
	background: #efeff4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", 'Arial';
}

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:7rem;
	margin:0.8rem 0 0 0.25rem;
	background:#2697ec;
	text-align: center;
	height: 0.9rem;
	line-height: 0.9rem;
	color: #FFFFFF;
	font-size: 0.3rem;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.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;
}