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

html,
body {
	background: #FFFFFF;
	/*height: 100%;
	overflow: auto;
	/*pointer-events:none;*/
}

* {
	touch-action: pan-y;
}

.mui-content.mui-content-1 {
	margin-top: 26px;
	background: #FFFFFF;
}

#header {
	height: 70px;
	background: rgba(255, 255, 255, 1);
	box-shadow: none;
}

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

#header a {
	color: #FFFFFF;
	margin-top: 16px;
	border-radius: 50%;
	background: #d0a20b;
	width: 33px;
	height: 33px;
	text-align: center;
}

#header a span {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
}

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

#footer .mui-tab-item.mui-active {
	color: #0F0F0F
}

#footer a {
	color: #AFAFAF;
	font-size: 12px;
	text-transform: uppercase;
}


/**loading**/

#progress {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 2px;
	background: #d0a30c;
	transition: opacity 500ms linear;
	z-index: 9999;
}

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

#progress.done {
	opacity: 0
}

#progress span {
	position: absolute;
	height: 2px;
	-webkit-box-shadow: #d0a30c 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: 100%;
	background-color: #EFEFEF;
	z-index: 100111;
	-moz-opacity: 0.2;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

#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-lang {
	width: 38px;
	height: 38px;
	text-align: center;
	background-color: #FFFFFF;
	border: solid 1px #DFDFDF;
	background-clip: padding-box;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #0F0F0F;
	position: fixed;
	right: 2px;
	z-index: 99;
	/*border-radius: 50%;*/
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#icon-top {
	bottom: -100px;
}

#icon-back {
	bottom: 134px
}

#icon-lang {
	bottom: 94px
}

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

#icon-lang span {
	font-size: 16px;
	line-height: 40px;
	display: block;
	width: 100%;
	height: 100%;
}


/**top**/


/*++++++++++++++++++search++++++++++++++++++*/


/**placeholder**/

input#search_spmc::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #FFFFFF;
}

input#search_spmc:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #FFFFFF;
}

input#search_spmc::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

input#search_spmc:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #FFFFFF;
}


/**placeholder**/


/*++++++++++++++++++search++++++++++++++++++*/


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

#bottom {
	clear: both;
	width: 100%;
	padding: 25px 0 15px;
	background: #FFFFFF;
	margin: 30px auto 0;
}

#bottom img {
	display: block;
	margin: 0 auto 5px;
	/*max-width:470px ;
	width: 90%;*/
	
}

.copy_p {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 4px;
	font-size: 13px;
	color: #8F8F8F;
	margin-bottom: 0;
	line-height: 20px;
}

.copy_p div {
	text-align: center;
	width: 96%;
	margin: 0 auto;
	letter-spacing: 1px;
}

.copy_p a {
	color: #8F8F8F;
}


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

.mui-bar-footer0 {
	height: 45px;
	background: transparent;
	width: 100%;
	padding: 0;
	font-size: 16px;
	box-shadow: none;
	z-index: 99999;
	position: fixed;
	left: 0;
	bottom: 0;
}

.mui-bar-footer0 div.footer-1 {
	width: 161px;
	margin: 0 auto;
	background: transparent;
	display: table;
}

.mui-bar-footer0 div.footer-1 .l {
	float: left;
	text-align: center;
}

.mui-bar-footer0 div.footer-1 .r {
	float: right;
	text-align: center;
}

.mui-bar-footer0 a {
	width: 80px;
	height: 45px;
	line-height: 45px;
	display: block;
	letter-spacing: 1px;
	background: #f8f8f8;
	color: #0F0F0F;
}


}

/*++++++++++++++++++中英文++++++++++++++++++*/