html {
	font-size: 20px!important;
	font-family: "微软雅黑"!important;
}

@media only screen and (min-width: 400px) {
	html {
		font-size: 21.33333333px !important;
	}
}

@media only screen and (min-width: 414px) {
	html {
		font-size: 22.08px !important;
	}
}

@media only screen and (min-width: 480px) {
	html {
		font-size: 25.6px !important;
	}
}
.mui-toast-container{
	bottom: 50vh !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
span,
samp,
ul,
li,
ol {
	margin: 0;
	padding: 0;
	word-break: break-all;
}

ol,
ul,
li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

input,
textarea,
select {
	outline: none;
	border: none !important;
	background: none !important;
}
a{
	cursor: pointer;
	text-decoration: none;
}
button {
	border: none;
	background: none;
}
i{
	font-style: inherit;
}
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family:"微软雅黑" !important;
	-webkit-font-smoothing: antialiased;
	background: #FFFFFF;
}

.wrap {
	position: relative;
	min-width: 320px;
	max-width: 768px;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	font-family: "微软雅黑";
	background: #FFFFFF;
	overflow: hidden;
}


/*去除mui默认样式*/
p{
	margin: 0;
	color: #000000;
}

/*-------------常用--------------*/
.no_padding {padding: 0!important;}
.no_margin {margin: 0!important;}
.img_circle {border-radius: 50%;}
.no_border {border: none!important;}
.block {display: block;}
.overflow {overflow: hidden;}
.text-center{text-align: center;}
.line_through{text-decoration: line-through;}
.clear {clear: both;}
.font_weight {font-weight: bold;}
.text_indent{text-indent: 1.5rem;}

/*************margin**********/
.margin_bottom_02{margin-bottom: 0.2rem !important}

/*************padding**********/
.padding{padding: 1rem;}


/*****************字体颜色***************/
.color_blue{ color: #0190EE;}
.color_red{ color: #E5541F;}

/******************背景颜色****************/
.background_blue{background:#0190EE !important;}


/******************字体大小****************/
.font_size3 {font-size: .3rem !important;}
.font_size4 {font-size: .4rem !important;}
.font_size5 {font-size: .5rem !important;}
.font_size55 {font-size: .55rem !important;}
.font_size6 {font-size: .6rem !important;}
.font_size65 {font-size: .65rem !important;}
.font_size675 {font-size: .675rem !important;}
.font_size7 {font-size: .7rem !important;}
.font_size75 {font-size: .75rem !important;}
.font_size8 {font-size: .8rem !important;}
.font_size85 {font-size: .85rem !important;}
.font_size9 {font-size: .9rem !important;}
.font_size10 {font-size: 1rem !important;}
.font_size115 {font-size: 1.15rem !important;}
.font_size13 {font-size: 1.3rem !important;}


/*头部返回*/
header{
	position: relative;
	box-sizing: border-box;
	padding: 0.75rem 0.35rem 0.8rem;
	width: 100%;
	border-bottom: 0.05rem solid #E9E9E9;
	overflow: hidden;
	background: #ffffff;
	z-index: 9999;
}
header>span{
	float: left;
	font-size: 0.9rem;
	color: #000000;
}
header>span a{
	margin-right: 0.2rem;
	font-size: 1rem;
	color: #000000;
}
header h2{
	float: left;
	padding-top: 0.15rem;
	font-size: 0.9rem;
	font-weight: 400;
	color: #000000;
	width: 76%;
	text-align: center;
	overflow: hidden;
}
header h2 a{
	float: right;
}
header h2 span{
	float: right;
	color: #0190EE;
}