body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,table,th,td,i,em {
	margin: 0;
	padding: 0;
/*	-webkit-tap-highlight-color: rgba(0,0,0,0);*/
	font-family: "微软雅黑";
}
img {
	border: none;
	vertical-align: middle;
}
body,p,form,input,button,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6{
	list-style: none;
	overflow-x: hidden
}
input,textarea {
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
}

input,select,textarea {
	outline: none;
	border: none;
	background: none;
}

a{
	outline: 0;
	cursor: pointer;
	text-decoration: none;
}

a:link,a:active {
	text-decoration: none;
}

a:visited,a:hover {
	text-decoration: none;
}
a{
	text-decoration: none;
	-webkit-touch-callout: none;
}
em,i {
	font-style: normal;
}
li,ol {
	list-style: none;
	overflow: hidden;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bgclr{
	background-color:#598cc4;
}
.clr{
	color: #598cc4;
}
.swiper-pagination-bullet-active{
	background-color:#598cc4;
}
body{
	/*margin: 0 auto;*/
	/*max-width: 1080px;
	min-width: 320px;
	height: 100%;*/
}

@media (min-width: 1400px) {
body{
	/*margin: 0 auto;*/
	max-width: 1920px;
	min-width: 320px;
	height: 100%;
}	
	
}

.mui-bar{
	height: 4.4rem;
	padding: 0 1rem;
}
.mui-bar .mui-title{
	right: 4rem;
    left: 4rem;
    font-size: 2.0rem;
}
.mui-title{
	line-height: 4.4rem;
    font-size: 1.7rem;
    color: #FFFFFF;
}
.mui-bar-nav.mui-bar .mui-icon {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
.mui-bar .mui-icon {
    font-size: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #ffffff;
}
.mui-bar-nav ~ .mui-content {
    padding-top: 4.4rem;
    margin-bottom: 4.88rem;
}
.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
}
.footer{
	height: 4.88rem;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	border-top: 1px solid #D9D9D9;
	z-index: 20;
}
.footer ul{
	overflow: hidden;
	font-size: 0;
}
.footer ul li{
	display: inline-block;
	/*width: 25%;*/
	text-align: center;
}
.footer ul li img{
	width: 2.8rem;
	margin: 0.5rem 0 0.2rem 0;
}
.footer ul li p{
	font-size: 1.2rem;
	height: 1.3rem;
	line-height: 1.3rem;
	overflow: hidden;
}




html { font-size: 10px;}	
@media screen and (max-width: 320px) {
    html{font-size: 10px;} 
}
@media screen and (min-width: 321px) and (max-width: 360px) {
   html{font-size: 10px;}
}
@media screen and (min-width: 361px) and (max-width: 400px) {
    html{font-size: 11.25px;}
}
@media screen and (min-width: 401px) and (max-width: 640px) {
    html{font-size: 12.5px;}
}
@media screen and (min-width:641px) and (max-width: 720px) {
    html{font-size: 20px;}
}
@media screen and (min-width:721px) and (max-width: 1080px) {
    html{font-size: 22.5px;}
}
@media screen and (min-width: 1081px) {
    html{font-size: 33.75px;height:100%}
}

/*****************首页检测到有更新版本后，提出框**************begin***************/
.download-pancel{
	position:fixed;
	width: 50%;
	height: 30%;
	background: #F1F1F1;
	padding: 20px 10px;
	border-radius: 5px;	
	top:30%;
	left:50%;
	transform: translateX(-50%);
	display:none;
	z-index: 6666668;
}
.dw-percent{
	background: #C5C5C5;
	height: 30px;
	width: 100%;
	margin-top: 15px;
	border-radius:10px;
}
.download-pancel .dw-desc{ 
	color: #333; 
	font-size: 20px;
	margin-top: 15px;
}
.download-pancel .dw-pro{
	background: #6BC032;
	width: 0%; 
	height: 30px;
	border-radius:10px;
	text-align: right; 
	-webkit-transition: all 2s ease;
}
.download-pancel .dw-pro-text{ 
	text-align: center; 
	margin-top: 5px;  
	font-size: 18px;
}
/*****************首页检测到有更新版本后，提出框**************end***************/