* {
	font-family: "微软雅黑", "新宋体";
}
.mui-input-row .mui-input-clear1~ .mui-icon-clear {
				position: absolute;
				top: 3px;
				right: 6px;
				z-index: 1;
				width: 38px;
				height: 38px;
				font-size: 20px;
				color: #999;
				text-align: left;
			}
			
			#nav_y {
				padding: 0;
				margin: 0;
				background: #454545;
			}
			
			#searchBtn {
				padding: 0;
				width: 16%;
				border-radius: 0px;
				font-size: 30px;
				height: 45px;
				line-height: 45px;
				border: 0px solid #0062CC;
				color: #FFFFFF;
				margin: 0;
				float: left;
				background: #454545;
			}
			
			#search_spmc {
				padding: 0;
				border-radius: 0px;
				border: 0;
				width: 80%;
				height: 33px;
				font-size: 14px;
				position: relative;
				top: 0px;
				vertical-align: middle;
				float: left;
				text-align: left;
				color: #FFFFFF;
				font-family: '微软雅黑';
				background: #454545;
			}
			
			#offCanvasSideList a {
				font-size: 13px;
			}

#header,
#footer,#offCanvasContentScroll{
		
	background: #fdfef9;
}

#header,
#footer{
		
	background: #fdfef9;
}

#offCanvasContentScroll{
		background: #fdfef9;
}

#header a {
	color: #177b93;
	font-weight: bolder;
}

.mui-bar-tab .mui-tab-item {
	color: #888888;
}

#header img {
	height: 38px;
	margin-top: 3px;
}

#footer a {
	color: #177b93;
}

#footer .mui-tab-item.mui-active {
	color: #177b93;
}

#footer .mui-tab-item .mui-icon-phone-filled {
	font-size: 27px;
}


/**loading**/

#progress {
	display: none;
	position: fixed;
	height: 2px;
	background:#177b93;
	transition: opacity 500ms linear;
	z-index: 999999999;
}

#progress.show {
	display: block;
	opacity: 1;
	width: 0;
}

#progress.done {
	opacity: 0
}

#progress span {
	position: absolute;
	height: 2px;
	-webkit-box-shadow: #177b93 1px 0 6px 1px;
	/*-webkit-box-shadow: #ACCD3C 1px 0 6px 1px;*/
	-webkit-border-radius: 100%;
	opacity: 1;
	width: 150px;
	right: -10px;
	-webkit-animation: pulse 2s ease-out 0s infinite;
}

@-webkit-keyframes pulse {
	30% {
		opacity: .6
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: .6
	}
}


/**loading**/

#bg {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: #DCDCDC;
	z-index: 1001;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

#child-title-pic img {
	max-width: 100%;
}


/**toast**/

.mui-toast-container {
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	width: 100%;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
}

.mui-toast-container.mui-active {
	opacity: 1;
}

.mui-toast-message {
	font-size: 14px;
	max-width: 70%;
	width: 300px;
	margin: 5px auto;
	padding: 15px 10px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 7px;
	background-color: #111;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


/**toast**/


/**top**/

#icon-top,#icon-back,#icon-language {
	margin: 3px;
	width: 45px;
	height: 45px;
	text-align: center;
	background-color: #000000;
	border: 0px solid #777777;
	border-radius: 25px;
	background-clip: padding-box;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	color: #FFFFFF;
	position: fixed;
	
	right: 6px;
	z-index: 999;
}
#icon-top{
	bottom: 50px;
}
#icon-back {
	
	bottom: 96px;
	
}
#icon-language{
	bottom: 96px;
}

#icon-top .mui-icon-arrowthinup,
#icon-back .mui-icon {
	margin-top: 0px;
	font-weight: 100;
	font-size: 25px;
}

.beizhu_icon {
	position: relative;
	top: -6px;
	font-size: 12PX;
	
	　
}
.beizhu_icon1 {
	position: relative;
	top: 12px;
	font-size: 12PX;
	
	　
}
#icon-top {
	display: none;
}


/**top**/


html,body{
	background: #fdfdf9;
}
