.mui-content{
	position: relative;
}
.mui-head img{
	display: block;
	width: 100%;
}
.mui-title-p{
	color: #000;
	font-size: 16px;
	padding: 0.2rem;
	margin: 0;
}
.mui-checked-list,.mui-checked-type{
	background-color: #fff;
	padding: 0.1rem 0;
}
.mui-checked-list ul,.mui-checked-type ul{
	padding: 0 0.1rem;
	margin: 0;
}
.mui-checked-list ul li{
	position: relative;
	padding: 0.2rem 1.8rem 0.2rem 1rem;
	list-style: none;
	border-bottom: 1px solid #f5f5f5;
}
.mui-checked-list ul li div h4{
	font-size: 14px;
}
.mui-checked-list ul li div p{
 	margin: 0;
 	font-size: 12px;
 }
.mui-checked-type ul li{
	position: relative;
	padding-left: 0.9rem;
	list-style: none;
	margin: 0.3rem 0;
}
.mui-checked-list ul li span{
	display:block;
	position: absolute;
	top: 50%;
	left: 4px;
	width: 0.8rem;
	color: #fff;
	line-height: 0.8rem;
	text-align: center;
	border-radius: 0.4rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.mui-checked-type ul li span{
	display:block;
	position: absolute;
	top: 5px;
	left: 0.2rem;
	width: 0.5rem;
	height: 0.5rem;
	color: #fff;
	line-height: 0.5rem;
	text-align: center;
	border-radius: 0.1rem;
}
.mui-checked-list ul li:nth-child(1) span,
.mui-checked-type ul li:nth-child(1) span{
	background-color: #065ea9;
}
.mui-checked-list ul li:nth-child(2) span,
.mui-checked-type ul li:nth-child(2) span{
	background-color:#66cb04; 
}
.mui-checked-list ul li:nth-child(3) span{
	background-color: #ff9400;
}
.mui-checked-type ul li:nth-child(3) span{
	background-color:#c32121; 
}
.mui-checked-type ul li:nth-child(4) span{
	background-color:#c025b5; 
}
.mui-checked-list ul li div{
	
}
.mui-checked-list ul li a{
	position: absolute;
	top: 50%;
	right: 0.1rem;
	display: block;
	width: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 0.6rem;
	border-radius: 5px;
	z-index: 900;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);   
	-moz-transform:translateY(-50%);      
	-ms-transform:translateY(-50%); 
	-o-transform:translateY(-50%);         
}
.mui-checked-type ul li a{
	display: block;
	line-height: 0.8rem;
	color: #2f2f2f;
	font-size: 14px;
}
.mui-checked-list ul li:nth-child(1) a{
	background-color:#065ea9; 
}
.mui-checked-list ul li:nth-child(2) a{
	background-color:#66cb04; 
}
.mui-checked-list ul li:nth-child(3) a{
	background-color:#ff9400; 
}
.mui-checked-type ul li a i{
	color:#009ce5;
	font-style: normal;
}
.mui-dangerous-tips{
	margin: 0;
	padding: 0.2rem 0.4rem 0.4rem 0.8rem;
	background-color: #fff;
}
.mui-dangerous-tips li{
	list-style:square;
	padding: 0.1rem 0; 
}
.mui-code-input{
	display: none;
	position: fixed;
	top: 50%;
	left: 0.26rem;
	right: 0.26rem;
	padding: 0.5rem;
	background-color: #fff;
	border-radius: 5px;
	z-index: 1001;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mui-code-input span{
	position: absolute;
	right: -0.2rem;
	top: -0.4rem;
	font-size: 0.6rem;
	z-index: 1008;
	display: block;
	width: 0.8rem;
	/* height: 0.5rem; */
	background: #ff2323;
	text-align: center;
	line-height: 0.8rem;
	color: #fff;
	border-radius: 0.5rem;
}
.mui-code-input h5 {
	text-align: center;
	font-size: 0.30rem;
	color: #494949;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.mui-code-input h5 i{
	font-style: normal;
	color: #f65c53;
}
.mui-code-input p {
	/* text-align: center; */
}
.mui-code-input .code{
	padding: 0 0 0 1rem;
	margin-bottom: 0.2rem;
	background: #e5e5e5;
	position: relative;
}
.mui-code-input .code p{
	width: 100%;
	height: 0.81rem;
	line-height: 0.6rem;
	margin: 0;
	/* text-align: center; */
	font-size: 16px;
	padding: 5px;
	color: #040000;
	-webkit-user-select: text;
	font-size: 0.3rem;
}
.mui-code-input .code i{
	position: absolute;
	top: 50%;
	left: 5px;
	font-size: 0.48rem;
	color: #707070;
	transform: translateY(-50%);
}
.mui-code-input button{
	display: block;
	width: 3.86rem;
	color: #fff;
	margin: 0 auto;
	background-color: #065ea9;
	outline: none;
	border: none;
	margin-top: 0.4rem;
}
.mui-footer-box {
	margin: 0.33rem auto;
}
.mui-footer-box img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.mui-footer-box  p{
	color: #fff;
	font-size: 0.48rem;
	padding: 0.3rem 0;
	text-align:center;
}