html {
	font-size:62.5%;
	background-color:#fff
}
body {
	font-family:'arial';
	-webkit-user-select:none;
	-webkit-text-size-adjust:none;
	-webkit-overflow-scrolling:touch;
	color:#333;
	font-size:12px;
	min-width:320px;background-color:#fff
}
ul,ol {
	list-style:none
}
i,em,var,tt {
	font-style:normal
}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,form,input,textarea,article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary,button {
	margin:0;
	padding:0
}
img {
	border:0
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal
}
input,img {
	vertical-align:middle
}
a:link,a:visited {
	text-decoration:none
}
a,li,input,button,section,span,div {
	-webkit-tap-highlight-color:transparent
}
input,textarea {
	-webkit-appearance:none;
	outline:0
}
button {
	border:0;
	outline:0
}
	input {
	border:0
}
img {
	display:block
}
			.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;
				}
			}
			p img {
				max-width: 100%;
				height: auto;
			}
		ul.imglist{
			float:left;
		}
		ul.imglist li{
			width:110px; height:110px; float:left; border:#ddd 1px solid; overflow:hidden; margin-left:10px; position:relative; margin-top:8px;
		}
		ul.imglist li img{
			width:108px; height:108px; padding:1px; display:block; overflow:hidden
		}
		.file {
    position: relative;
    display: inline-block; float:left; margin-top:8px; margin-left:10px;
    background: #fff;
    border:1.5px dashed #999;
    border-radius: 4px;
    padding:0;
    overflow: hidden;
    color: #999;
    text-decoration: none;
    text-indent: 0; width:110px; height:110px; text-align:center; padding-top:43px; 
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0; width:110px; height:110px; 
}
.file:hover {
    background: #fff;
    border-color: #FE8F1F;
    color: #FE8F1F;
    text-decoration: none;
}
.index_top {
	height: 45px;
	width: 100%;
	z-index: 999;
	background:#FE8F1F;
	position: fixed;
	top: 0px;
}
.index_top a.mui-action-back {
	width:10%; margin-left:2%;
	height: 45px; line-height:45px; display:block; font-size:3rem; color:#fff; float:left;
}
.index_top .title{
	width:76%; text-align:center; float:left;height:45px; line-height:45px; font-size:1.6rem;display:inline-block;
	overflow:hidden; color:#fff;margin:0;text-overflow:ellipsis;
}
.prompt2{position:fixed;top:50%;left:40%; width:210px; padding-left:10px; padding-right:10px;height:auto; overflow:hidden;background:rgba(0,0,0,0.8);color:#fff;margin:-51px 0 0 -51px;border-radius:10px; z-index:99999999}
.prompt2 i{
	width: 100%; display: block; text-align: center; margin-top: 25px; font-size:48px;
}
.prompt2 p{
width: 100%; display: block; text-align: center; height:auto; overflow:hidden; padding-bottom:20px; padding-top:35px; line-height:28px; font-size:14px; padding-top: 10px; color: #fff;
	}		
	a.delicon{
	position:absolute; right:5px; top:3px; width:20px; height:20px; line-height:20px; text-align:center; background-color: rgba(51, 51, 51, 0.5); display:block; color:#fff; font-size:2rem; 
}
.noresult{text-align:center;margin:15px 0}.noresult .no_fav{display:inline-block;width:76px;height:79px;background-image:url("../images/collect/fav_b.png");background-size:78px}.noresult em{display:block;padding-top:15px;color:#666;font-size:14px}