/* css重置代码  reset css  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,i,pre,form,fieldset,input,textarea,p,blockquote,th,td,a,select,option,em{ 
    padding: 0; 
    margin: 0; 
   	color: #333;
   	font-weight: normal;
   	font-family: "Microsoft YaHei";
   	font-size:12px;
   	line-height: 1;
   	font-style:normal;
} 

img,input{border: 0;outline: 0;}
input{margin: 0;padding: 0;}
ul, li { list-style: outside none none; margin: 0; padding: 0;}
input{ border: 1px solid #eee;color: #323232;font-family: "Microsoft YaHei";border-radius: 3px;height: 26px;}
input[type="submit"],input[type="reset"],input[type="button"],button {-webkit-appearance: none;cursor: pointer;}
.m_font-YH { font-family: "Microsoft YaHei"; }
a { outline: medium none; text-decoration: none; cursor: pointer;}
a:hover { text-decoration: none; cursor: pointer;}
input::-webkit-input-placeholder{color: #ccc}
input::-moz-placeholder{color: #ccc}
input:-moz-placeholder{color: #ccc}
input:-ms-input-placeholder{color: #ccc}
textarea::-webkit-input-placeholder{color: #ccc}
textarea::-moz-placeholder{color: #ccc}
textarea:-moz-placeholder{color: #ccc}
textarea:-ms-input-placeholder{color: #ccc}
/* 通用模块的css设置 */
.wrap { margin: auto; width: 100%; position: relative; overflow: hidden;}
html,body{background: #f2f2f2;height: 100%;}
.flex{display: -webkit-box;display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-grow{-webkit-box-flex: 1;-moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1;}
.header{background: #3492E9;height: 44px;line-height: 44px;position: fixed;top: 0;left: 0;display: block;width: 100%;z-index: 10;}
.header .flex-grow { text-align:center}
.com-btn{border:1px solid #ccc;border-radius: 3px;height: 26px;line-height: 26px;padding: 0;color: #999;font-size: 12px;text-align: center;position: relative;}
.com-btn:enabled:active{color: #fff;background: #999;}
.main-h40{height: 40px;border-bottom: 1px solid #eee;}
.main-bg-e{background-color: #eee;padding: 6px 10px;height: 40px;}
.content{background-color: #fff;padding-top: 44px;}
.border-right{ border-right: 1px solid #e5e5e5; line-height: 40px;}
.main-h1{padding:0 10px;line-height: 40px;font-size: 16px;text-align: center;}
.footer{position: fixed;bottom: 0;left: 0;height: 46px;border-top: 1px solid #eee;width: 100%;background-color: #fff;z-index:12;}
.footer .flex a{height: 46px;display: block; position: relative;width: 100%;}
.footer .flex a div{height: 28px; line-height: 28px; text-align: center;font-size: 22px;color: #999;}
.footer .flex a.active div{color: #6db1ef;}
.footer .flex a.active span{color:#6db1ef }
.footer .flex a div.m-mycircle{background-position: center -114px;}
.footer .flex a.active div.m-mycircle{background-position: center -77px;}
.footer .flex a div.m-travel{background-position:  center -190px;}
.footer .flex a.active div.m-travel{background-position:  center -153px;}
.footer .flex a div.m-pcenter{background-position:  center -261px;}
.footer .flex a.active div.m-pcenter{background-position:  center -226px;}
.footer .flex a span{width: 100%;height: 14px;display: block;font-size: 12px;text-align: center;color: #a4a4a4;}
.footer .flex a label.info-tips{background-color: #FF0000;border-radius: 12px;color: #fff;position: absolute;left: 53%;top: 2px;font-size: 10px;padding: 2px 4px; transform: scale(0.85); -webkit-transform: scale(0.8);}
.main-l{float: left;}
.main-pt20 {padding-top:20px}
.main-pt15 {padding-top:15px}
.main-pt10 {padding-top:10px}
.main-r{float: right;}
.m-clear{clear: both;width: 100%;}
a.top-link{color: #fff;width: 60px;text-align: center;height: 44px;line-height: 44px;display: block;font-size: 14px;margin-right: 0;}
a.main-back:before{content: '\e471';font-family: Muiicons;font-size: 18px;line-height: 44px;}
span.main-tit{color: #fff;text-align: center;height: 44px;line-height:44px;display: block;width: 100%;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.icon{font-family: Muiicons;font-size: 16px;font-weight: bold;color: #999;}
.top-tel:after{content: "\e200";;font-family: Muiicons;font-size: 24px;font-weight: bold;}
a.main-tit{height:44px;line-height: 44px;color: #fff;font-size: 16px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;display:inline-block}
a.main-tit-no-after{height:44px;line-height: 44px;color: #fff;font-size: 16px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width:100%;display:inline-block}
a.main-tit:after{content: '\e581';font-family: Muiicons;font-size: 18px;font-weight: bold;}
@-webkit-keyframes fade-in-scale {
  from {
		-webkit-transform: scale(0);
   		transform: scale(0);
  }
  to {
		-webkit-transform: scale(1);
   		transform: scale(1);
  }
}
@keyframes fade-in-scale {
  from {
  	-webkit-transform: translateX(100%);
    transform: translateX(100%);
    
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in-scale {
  	-webkit-animation-name: fade-in-scale;
  	animation-name: fade-in-scale;
   	-webkit-animation-duration: 300ms;
  	animation-duration: 300ms;
}
@-webkit-keyframes fade-out-scale {
  from {
	-webkit-transform: scale(0);
	transform: scale(0);
  }
  to {
	-webkit-transform: scale(1);
   	transform: scale(1);
  }
}
@keyframes fade-out-scale {
  from {
    opacity: 0;
  	-webkit-transform: translateX(100%);
    transform: translateX(100%);
    
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-out-scale {
  -webkit-animation-name: fade-out-scale;
  animation-name: fade-out-scale;
   -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit- transform: scale(1);
   	transform: scale(1);
}
@-webkit-keyframes fade-in-up {
 from {
    opacity: 0;
  }
	10%{
    opacity: 0.05;
  }
  20%{
    opacity: 0.1;
  }
 
 	50%{
    opacity: 0.5;
  }
  80%{
    opacity: 0.9;
  }
  90%{
  	opacity: 0.95;
  }

  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
  }
	10%{
    opacity: 0.05;
  }
  20%{
    opacity: 0.1;
  }
 
 	50%{
    opacity: 0.5;
  }
  80%{
    opacity: 0.9;
  }
  90%{
  	opacity: 0.95;
  }

  to {
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
   -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}
@-webkit-keyframes place-result {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes place-result {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.place-result {
  -webkit-animation-name: place-result;
  animation-name: place-result;
   -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    transform: rotateX(100%);
  	-webkit-transform: translateX(100%);
    
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
   	transform: rotateX(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  	-webkit-transform: translateX(100%);
    transform: translateX(100%);
    
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
   -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
  	-webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
 		transform: translateX(0);
  }
  to {
    opacity: 0;
  	-webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
   -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}
@-webkit-keyframes letterTipIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes letterTipIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
.letterTipIn {
  -webkit-animation-name: letterTipIn;
  animation-name: letterTipIn;
}
@-webkit-keyframes letterTipOut {
  from {
    opacity: 0.6;
  }
	50%{
    opacity: 0.6;
  }
  to {
    opacity: 0;
  }
}
@keyframes letterTipOut {
  from {
    opacity: 0.6;
  }
  50%{
    opacity: 0.6;
  }
  50%
  to {
    opacity: 0;
  }
}
.letterTipOut {
  -webkit-animation-name: letterTipOut;
  animation-name: letterTipOut;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.fadeOut{
	-webkit-animation-duration: 400ms;
  	animation-duration: 400ms;
 }
@-webkit-keyframes fade-meal {
  from {
    opacity: 0.6;
    transform: scaleY(1);
    -webket-transform: scaleY(1);
  }
  to {
    opacity: 0;
     transform: scaleY(0);
    -webket-transform: scaleY(0);
  }
}
@keyframes fade-meal {
  from {
    opacity: 0.6;
     transform: scaleY(1);
    -webket-transform: scaleY(1);
  }
  to {
    opacity: 0;
    transform: scaleY(0);
    -webket-transform: scaleY(0);
  }
}
.fade-meal {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-name: fade-meal;
  animation-name: fade-meal;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
} 

@keyframes left-fade {
  from {
   	transform: translate3d(100%,0,0);
    
  }
  to {
	transform: translate3d(80%,0,0);
  }
}
@-webkit-keyframes left-fade {
  from {
   	transform: translate3d(100%,0,0);
    
  }
  to {
	transform: translate3d(80%,0,0);
  }
}
.left-fade {
  	-webkit-animation-name: left-fade;
  	animation-name: left-fade;
	transform: translate3d(20%,0,0);
	-webkit-transform: translate3d(20%,0,0);
	-webkit-transition: 300ms;
	transition: 300ms;
}
@keyframes right-fade {
  from {
   	transform: translate3d(0,0,0);
    
  }
  to {
	transform: translate3d(100%,0,0);
  }
}
@-webkit-keyframes right-fade {
  from {
   	transform: translate3d(0,0,0);
    
  }
  to {
	transform: translate3d(100%,0,0);
  }
}
.right-fade {
  	-webkit-animation-name: right-fade;
  	animation-name: right-fade;
	/*-webkit-animation-duration: 300ms;*/
  	/*animation-duration: 300ms;*/
	transform: translate3d(100%,0,0);
	-webkit-transform: translate3d(100%,0,0);
	-webkit-transition: 300ms;
	transition: 300ms;
}
.ng-cloak{display:none;}

.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 {
	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;
}

.footer-info {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #575656;
	z-index: 999;
	padding-bottom: 5px;
}