body{
	max-width:640px;margin:0 auto;
}
#header {
	background: url(../img/18020801.png) no-repeat;
}

#header .core {
	position: relative;
	display: -webkit-box;
	padding: 9px 12px 11px;
}

#header .core>p {
	float: none;
	width: 64px;
	height: 64px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

#header .core div {
	-webkit-box-flex: 1;
}

#header .core div>p {
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
}

#header .core div p:first-of-type {
	height: 20px;
	line-height: 20px;
	font-size: 17px;
}

#header .core .app-gray {
	margin-top: 2px;
}

#header .core .name {
	margin-top: 3px;
}
#header .core .namegf {
	color: #fff;
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
    font-size: 12px;
}

#header .core .down-num {
	margin-top: 6px;
}

#header .wdj-wrapper {
	padding-left: 14px;
	z-index: 100;
	position: relative;
	height: 16px;
}

#header .wdj-wrapper label[for=wdj] {
	color: #fff;
	font-size: 12px;
	vertical-align: top;
	line-height: 12px;
	display: inline-block;
	margin-top: 2px;
	padding-left: 4px;
}

#header .wdj-wrapper input[type=checkbox] {
	width: 14px;
	height: 14px;
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	position: relative;
	vertical-align: top;
}

#header .wdj-wrapper input[type=checkbox]:checked:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 8px;
	background: url(img/xin.html) no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	left: 1px;
	top: 2px;
}

.app-img.loadsuc {
	background: 0 0;
}

.app-img {
	float: left;
	width: 54px;
	height: 54px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 10px;
	background-size: 24px auto;
}

.app-gray {
	background: url(../img/xinx.png);
	background-size: 12px 12px;
}

.app-light {
	background: url(../img/xin.png);
	background-size: 12px 12px;
}

.app-start {
	display: inline-block;
	width: 60px;
	height: 12px;
	margin-right: 10px;
	vertical-align: top;
	font-size: 18px;
}

.swiper-container {
	width: 100%;
	height: 100%;
	background: #fff;
	margin-top: 10px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
}

.mui-preview-image.mui-fullscreen {
	position: fixed;
	z-index: 20;
	background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
}

.mui-preview-header {
	height: 44px;
	top: 0;
}

.mui-preview-footer {
	height: 50px;
	bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
	display: block;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 15px auto 4;
	width: 70px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	font-size: 16px;
}

.mui-preview-image {
	display: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
	background: none;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
	display: none;
}

.mui-zoom-scroller {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-backface-visibility: hidden;
}

.mui-zoom {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
	width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
	display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
	display: table-cell;
	vertical-align: middle;
}

.mui-preview-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.mui-preview-loading.mui-active {
	display: block;
}

.mui-preview-loading .mui-spinner-white {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
}

.mui-preview-image img.mui-transitioning {
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.busx {
font-style:normal;
text-align: center;margin:10px 0;
}

.mui-navigate-right{
	font-size: 14px;
}
.mui-collapse-content p{
	font-size: 12px;
}
#downloadBar {
				width: 100%;
				position: fixed;
				top: 0;
				color: #fff;
				font-size: 12px;
				box-sizing: border-box;
				z-index: 99999;
				max-width:640px;
			}
			
			#downloadBar {
				top: auto!important;
				bottom: 0;
				height: 40px
			}
			
			#downloadBar span {
				display: block;
				width: 100%;
				height: 40px;
				padding-left: 76px;
				line-height: 40px;
				background-color: #000;
				opacity: 0.7;
			}
			
			#downloadBar .bar-item {
				height: 40px;
				line-height: 40px;
			}
			
			#downloadBar .bar-item.downloadbar-close {
				position: absolute;
				left: 0;
				top: 0;
				width: 36px;
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAQAAACQEyoRAAAABGdBTUEAALGPC/xhBQAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAtAAAALQCOyvEOAAACeklEQVRIx7WXv27aUBSHf45UGBnoYBgY0jfAL9CosZAqyM4DpGNoJ3iETnRNhrxEKnVgahZY6JaFoVMk0oFK6RIJkPg6+GJhY/uaJL6b7z3389G5568jy8JVR57qqquuqv5qrrnm+qXvzh/b3XRogz5jNiSvDWP6NA7HVhmyxL6WDKkmM5wEbFlfNFDFfK71Uz/0W3M9aKG3qqmud/qo93pjJP7pq745S7u+LpNQp1u6VFLkKnS5DSUnuDZwk3sjfEc7h+Ha3Bn5e5pZgmc8AbDmgqOcr3JEjzUAT5ylCXkGvOAkHza8ecLCwJM0xzWmmHF8GFiSOGZmzBK3OWXzeIvngA18YR60HD0YGBsfaIqYWQKbD3Y3qzwCcPF8sCTRA+BxJ4gYGneLeAU+LZwMkIPPh8jOkXHF4XajYUI64secAnCdBsfhGgA/sts24R/kFvpB5MWu+iYUEuEhGFqxkyBC+8FH4Bvd1Mt78MyzbuAnknDZAKv9XJEGyAJLVFgBG1zxCYBRpj13INlgSWIEwLm4AqBneSwDsoNDF7wSNwB0pDxwO1iiA8CNmALgSTngMztYwgNgKuYA1KRccCtYogbAXCZcSpIFPgs1dyyypSBsitC6vtW6QFsX6CGXr+7XnwG4FOfFRWNxOaSgzDcOPpLzdStnvvZjJ5F8nVxlfMtjbeHREhatMqm18RTfUhtbsfIVr407Fb2nF62Eil5gH1Jo91RgzydJNAvqVKVn99cX1v5akvBeMBV4NuGiZhlJoszA+DnAihE9OnjUKFHDo0OPEatQ4pHBnldk4F9hbszCN+gzyZh2J9nTrmP9gaszeapFZvQHTe0z+n8avfP8qB6kSQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNi0wMy0zMVQxNzoxNzoyNCswODowMObcYeUAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTYtMDMtMzFUMTc6MTc6MjQrMDg6MDCXgdlZAAAAAElFTkSuQmCC);
				background-size: 50%;
				background-repeat: no-repeat;
				background-position: center center;
			}
			
			#downloadBar .bar-item.downloadbar-logo {
				position: absolute;
				left: 46px;
				top: 0;
				width: 26px;
				background-image: url(../img/logo-alt.png);
				background-size: 100%;
				background-repeat: no-repeat;
				background-position: center center;
			}
			
			#downloadBar .bar-item.downloadbar-open {
				position: absolute;
				right: 0;
				top: 0;
				width: 70px;
				background-color: #f0ad4e;
				text-align: center;
				cursor: pointer;
			}