*{
	margin:0;
	padding:0;
	font-family: "微软雅黑";
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
body{
	background: none!important;
}
a,a:hover,a:focus{
	text-decoration:none;
	outline:none;
}
div,form,img,ul,ol,li,dl,dt,dd,p{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}

.iconImg{
	width: 200px;
	height: 200px;
	margin: 45px auto;
	background: #CCCCCC;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}
.iconImg img{
	width: 200px;
	height: 200px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}
@media (max-width: 1079px){
	.iconImg{
		width: 250px;
		height: 250px;
		margin: 30px auto;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
		border-radius:30px;
	}
	.iconImg img{
		width: 250px;
		height: 250px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px;
		border-radius:30px;
	}
}
@media (max-width: 749px){
	.iconImg{
		width: 125px;
		height: 125px;
		margin: 15px auto;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
	}
	.iconImg img{
		width: 125px;
		height: 125px;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
	}
}
.testTitle{
	text-align: center;
	font-weight: 100;
	width: 100%;
	display: inline-block;
	font-size: 20px;
	color: #000000;
}
.testVersion{
	width: 100%;
	padding: 0 14px;
}
.testVersion li{
	width: 35%;
	float: left;
	color: #666666;
	font-size: 12px;
	line-height: 12px;
	margin: 16px 0;
}
.testVersionLi{
	width: 30%!important;
}
.testPadding{
	width: 100%;
	padding: 0 14px;
}
 .tdlbtn{
	width: 100%;
	text-align: center;
	height: 41px;
	line-height: 40px;
	display: inline-block;
	color: #FFFFFF;
	background: #48D5B1;
	-webkit-border-radius:41px;
	-moz-border-radius:41px;
	border-radius:41px;
}
.tdlbtn:focus{
	color: #FFFFFF;
}
.loadMove{
	width: 17px;
	margin: -2px 0;
}
.softwareTop{
	width: 100%;
	display: inline-block;
	padding: 0 14px;
	margin: 20px 0 4px;
	color: #000000;
	font-size: 15px;
}
.softwareTitle{
	font-size: 15px;
	line-height: 20px;
	font-weight: 100;
	float: left;
	margin: 0;
	padding: 0;
}
.softwareTop button{
	float: right;
	padding: 0;
	border: none;
}
.softwareTop button img{
	width: 17px;
	margin: -3px 0;
}
.softwareMin{
	width: 100%;
	padding: 0 14px;
	font-size: 14px;
	color: #999999;
	margin-bottom: 28px;
}
.div_hr{
	width: 100%;
	margin-bottom: 14px;
}
.mui-table-view:before{
	left: 15px;
}
.mui-table-view-cell>a:not(.mui-btn).mui-active{
	background: none;
}
.mui-table-view.mui-grid-view .mui-table-view-cell{
	padding: 20px 0 0 14px;
	margin-right: 0;
}
.mui-table-view.mui-grid-view .mui-table-view-cell>a:not(.mui-btn){
	margin: -20px 0 0 -14px;
}
.muiMyImg:before,
.muiMyImg:after{
	display: none!important;
}
.mui-table-view.mui-grid-view.muiMyImg{
	padding: 0 14px 20px 0;
}
.footerBlank{
	width: 100%;
	height: 33px;
}
/*底部弹出层*/
.footerMin{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #F8F8F8;
	padding-bottom: 33px;
}
.footerDown{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 33px;
	text-align: center;
	line-height: 33px;
	font-size: 12px;
	-moz-box-shadow: 0 -3px 9px #CCCCCC;
	box-shadow: 0 -3px 9px #CCCCCC;
}
.footerDown span{
	border-left: 1px solid #999999;
	margin-left: 10px;
	padding-left: 10px;
	color: #7C8594;
}
.footerDown span:first-child{
	border: none!important;
	margin-left: 0!important;
	padding-left: 0!important;
}
.footerDown span a{
	color: #007AFF;
}
/*弹出*/
.grayBg{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.75);
	display: none;
}
.footerTop{
	width: 100%;
	height: auto;
	background: #F8F8F8;
	border-bottom: 1px solid #979797;
	display: table;
}
.popUpTop{
	width: 100%;
	height: 47px;
	position: relative;
	float: left;
}
.popUpTop h1{
	text-align: center;
	font-size: 16px;
	line-height: 47px;
	margin: 0;
	font-weight: 100;
	color: #000000;
}
.popClose{
	width: 17px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.popUpMin{
	width: 100%;
	display: inline-block;
	float: left;
}
.popDownload{
	width: 100%;
	padding: 0 33px;
	margin-bottom: 41px;
	display: inline-block;
	float: left;
}
.popDownload li{
	width: 50%;
	float: left;
	text-align: center;
}
.popDownload li:first-child{
	padding-right: 48px;
}
.popDownload li:last-child{
	padding-left: 27px;
}
.popDownload li img{
	width: 402px;
}
.popDownload li a{
	width: 450px;
	height: 33px;
	line-height: 31px;
	color: #000000;
	display: inline-block;
	border: 1px solid #454545;
	text-align: center;
	margin: 112px 0 0;
}
@media (max-width: 1079px){
	.popDownload li img{
		width: 272px;
	}
	.popDownload li:first-child{
		padding-right: 32px;
	}
	.popDownload li:last-child{
		padding-left: 18px;
	}
	.popDownload li a{
		width: 300px;
		margin: 68px 0 0;
	}
}
@media (max-width: 749px){
	.popDownload li img{
		width: 111px;
	}
	.popDownload li:first-child{
		padding-right: 16px;
	}
	.popDownload li:last-child{
		padding-left: 9px;
	}
	.popDownload li a{
		width: 100%;
		margin: 15px 0 0;
	}
}

/*举报*/
.reportGroup{
	width: 100%;
	padding: 0 12px;
}
.reportRow{
	width: 100%;
	position: relative;
	display: inline-block;
}
.mailbox{
	position: absolute;
	top: 12px;
	left: 12px;
	width: 20px;
}
.reportRow input{
	padding-left: 42px;
	border: 1px solid #000000;
	font-size: 14px;
	background: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
/*输入框颜色*/
input{
	color:#000000;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999999;
}
.reportRow .mui-radio{
	width: auto;
	float: left;
	clear: none;
}
.reportRow label{
	width: auto;
	float: left;
	padding: 8px 0;
	margin-right: 12px;
	font-size: 14px;
	color: #000000;
}
.reportRow .mui-radio label{
	width: auto;
	padding: 11px 0 11px 22px;
	font-size: 14px;
	color: #000000;
}
.reportRow .mui-input-row input:before{
	font-family: Muiicons;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    color: #aaa;
    border-radius: 0;
    background: 0 0;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
	background: url(../images/DefaultSelected.png) no-repeat;
	background-size: 16px;
	content: ' ';
	width: 16px;
	height: 16px;
}
.mui-radio input[type=radio]:checked:before{
	background: url(../images/DefaultSelectedOn.png) no-repeat;
	background-size: 16px;
	content: ' ';
}
.reportRow .mui-radio.mui-left input[type=radio]{
	left: 0;
	top: 11px;
	width: 16px;
	height: 16px;
}
.reportTect textarea{
	height: 125px;
	border: 1px solid #000000;
	font-size: 14px;
	background: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.reportBtn{
	display: block;
	margin: 21px auto 33px;
	font-size: 14px;
	width: 200px;
	height: 40px;
	line-height: 38px;
	color: #000000;
	text-align: center;
	border: 1px solid #000000;
}
.reportBtn:focus{
	color: #000000;
}

/*免责声明*/
.wordTitle{
	font-size: 14px!important;
}
.wordMin{
	width: 100%;
	padding: 0 14px;
	margin: 5px 0 20px;
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
}
.wordMin p{
	text-indent: 30px;
	color: #000000!important;
	text-align: justify;
}

/*举报提示*/
.mui-toast-container{
	top: 50%;
	bottom: 0;
	display: table;
	transform: translate3d(0,-50%,0);
}
.mui-toast-message{
	background-color: #474747!important;
	color: #FFFFFF!important;
	text-align: left!important;
	padding: 10px!important;
}

/*文字页面*/
.wordReport{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	margin: 20px 0 40px;
}
.wordReport span{
	color: #FE5D56;
}
.refreshBtn{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #000000;
	font-size: 18px;
	text-align: center;
	margin: auto;
	color: #000000;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}
.refreshBtn:focus{
	color: #000000;
}
.wordReportImg{
	width: 30px;
	margin: 0 5px -5px;
}

/*扫一扫后弹层*/
.sweeplayerBg{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: rgba(0,0,0,.75);
	font-size: 18px;
}
.sweeplayer{
	color: #FFFFFF;
}
.sweeplayerImg{
	width: 100%;
	display: inline-block;
}
.sweeplayerImg img{
	width: 56px;
	float: right;
	margin-right: 26px;
}
.sweeplayerWord{
	width: 100%;
	display: inline-block;
	padding: 0 26px;
	line-height: 38px;
}
.sweeplayerWord span{
	color: #F8E81C;
	font-weight: bold;
}
.GotitBtn{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin: 44px auto 0;
	color: #FFFFFF;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
}
.GotitBtn:focus{
	color: #FFFFFF;
}
.wordTitle_down{
	font-size: 18px!important;
	font-weight: bold;
}
.hr0{ height:1px;border:none;border-top:1px dashed #1E90FF;}  
.hr1{ height:1px;border:none;border-top:1px solid #e6e6e6;}  
.hr2{ height:3px;border:none;border-top:3px double #6B8E23;}  
.hr3{ height:5px;border:none;border-top:5px ridge #45D6D8;}  
.hr4{ height:10px;border:none;border-top:10px groove #FF8C00;}  
.hr5{ height:10px;border:none;border-top:10px groove #FF8C00;} 
