* {
	font-family: "microsoft yahei", "微软雅黑", "宋体"
}

html,
body {
	background: #feffed;
}

.mui-content.mui-content-1 {
	padding-top: 80px;
	background: #feffed;
	/*margin-top: -60px;*/
	padding-bottom: 35px;
	
}

#header {
	height: 80px;
	box-shadow: none;
	background: #feffed;
	/*-webkit-box-shadow: 0 1px 6px #EFEFEF;
	box-shadow: 0 1px 6px #EFEFEF
*/
}

#header img {
	max-width: 100%;
	height: 70px;
	margin-top: 5px;
}

#header a {
	color: #0F0F0F;
	font-size: 25px;
	margin-top: 7px;
	font-weight: bold;
}

#header a span {
	color: #0F0F0F;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	top: -2px;
	left: 2px;
	text-transform: uppercase;
}

#header a#icon-menu,
#header a#back {
	color: #0F0F0F;
	font-size: 25px;
	margin-top: 18px;
	font-weight: bold;
}

#header a#icon-menu span {
	color: #898989;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	top: -2px;
	left: 2px;
	text-transform: uppercase;
}

#header a#icon-lang {
	font-size: 13px;
	display: block;
	/*background: #a40000;*/
	color: #FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 38px;
	text-align: center;
	margin-top: 12px;
}

#header a#icon-lang span {
	color: #898989;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	top: -2px;
	left: 2px;
	text-transform: uppercase;
}


/**loading**/

#progress {
	display: none;
	position: fixed;
	height: 2px;
	background: #59ab2d;
	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: #59ab2d 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;
	text-align: center;
}

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

.mui-toast-message {
	font-size: 14px;
	min-width: 100px;
	max-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;
	display: inline-block;
}


/**toast**/


/**top**/

#icon-top,
#icon-back {
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #8F8F8F;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #8F8F8F;
	position: fixed;
	right: -100px;
	z-index: 10;
	bottom: 52px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#icon-back {
	bottom: 94px;
}

#icon-top span,
#icon-back span {
	font-size: 24px;
	line-height: 42px;
	display: block;
	width: 100%;
	height: 100%;
}


/**top**/


/*++++++++++++++++++jszc++++++++++++++++++*/

#bottom {
	clear: both;
	width: 100%;
	padding-top: 20px;
}

.copy_p {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	color: #9f9f9f;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.copy_p a {
	font-size: 12px;
	color: #9f9f9f;
}


/*++++++++++++++++++jszc++++++++++++++++++*/


/*++++++++++++++++++footer++++++++++++++++++*/

#footer {
	background: #FFFFFF;
	box-shadow: 0 1px 1px #898989;
}

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

#footer a {
	color: #ABABAB;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 0PX;
}


/*++++++++++++++++++footer++++++++++++++++++*/


/*++++++++++++++++++guding++++++++++++++++++*/

.fixed-nav {
	position: fixed;
	width: 100%;
	top: -85px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.fixed-nav-appear {
	top: 0;
}

.fix_sec {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.fixed-footer {
	width: 100%;
	bottom: -85px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.fixed-footer-appear {
	bottom: 0;
}

.fix_sec_footer {
	width: 100%;
	bottom: 0;
	z-index: 999;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.fixed-selectDiv {
	width: 100%;
	top: 0;
	z-index: 100;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.fixed-selectDiv-appear {
	top: 80px;
}

.fix_sec_selectDiv {
	top: 80px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


/*++++++++++++++++++guding++++++++++++++++++*/
	.mui-bar-footer {
		height: 35px;
		background: transparent;
		width: 100%;
		padding: 0;
		font-size: 13px;
		margin-bottom: -1px;
		box-shadow: none;
		filter: Alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
	}
	
	.mui-bar-footer div.footer-1 {
		width: 121px;
		margin: 0 auto;
		background: #FFFFFF;
		display: table;
	}
	
	.mui-bar-footer div.footer-1 .l {
		float: left;
		text-align: center;
	}
	
	.mui-bar-footer div.footer-1 .r {
		float: right;
		text-align: center;
	}
	
	.mui-bar-footer a {
		width: 60px;
		/*background: #a40000;
		color: #FFFFFF;*/
		height: 35px;
		line-height: 35px;
		display: block;
		letter-spacing: 1px;
		background: #F1F1F1;
		color: #1F1F1F;
	}
	/***jishuzhichi***/
