/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
}

body {
	line-height: 1;
	font-family: "Microsoft YaHei";
}

:focus {
	outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Microsoft YaHei";
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	vertical-align: middle;
	font-family: "Microsoft YaHei" !important;
	padding-left: 0 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c4c4c4;
}

.commonfooter {
	position: fixed;
	width: 7.5rem;
	height: 1rem;
	bottom: 0;
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #FFFFFF;
	z-index: 999;
}

.commonfooter>div {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.commonfooter>div .footer-btn {
	height: .4rem;
	display: block;
	margin: auto;
	margin-top: .14rem;
}

.commonfooter>div p {
	text-align: center;
	font-size: .2rem;
	color: #c3c4c8;
	margin-top: .1rem;
}

.commonfooter .active p {
	color: #3480ff;
}

.s-btn {
	width: .18rem;
	height: .32rem;
	margin-top: .24rem;
	margin-left: .23rem;
	position: absolute;
}

.fl-names {
	text-align: center;
	width: 7.5rem;
	font-size: .34rem;
	color: #333333;
	margin-top: .6rem;
}


#wrapper {
	height: 100%;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;

}

.scroller {
	z-index: 1;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
}

.scroller ul {
	list-style: none;
	padding: 0;
	width: 100%;
	text-align: left;
	margin-top: .84rem;
}

.scroller li {
	padding: 5px;
}

.pullDown,
.pullUp {
	/*margin:0 auto;*/
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #888;
	font-family: Arial, Microsoft YaHei;
	background-color: #fff;
}

.pullDown .pullDownIcon,
.pullUp .pullUpIcon {
	/* background: url("arrow.png") no-repeat; */
	width: 24px;
	height: 24px;
	position: absolute;
	margin-top: 8px;
	margin-bottom: 8px;
	background-position: center;
	margin-left: 30%;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 250ms;
	-moz-background-size: auto 100%;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 250ms;
}

.pullDown .pullDownIcon {
	display: none;
	-webkit-transform: rotate(0deg) translateZ(0);
	-moz-transform: rotate(0deg) translateZ(0);
}

.pullUp .pullUpIcon {
	-webkit-transform: rotate(-180deg) translateZ(0);
	-moz-transform: rotate(-180deg) translateZ(0);
}

.pullDown.flip .pullDownIcon {
	-webkit-transform: rotate(-180deg) translateZ(0);
	-moz-transform: rotate(-180deg) translateZ(0);
}

.pullUp.flip .pullUpIcon {
	-webkit-transform: rotate(0deg) translateZ(0);
	-moz-transform: rotate(0deg) translateZ(0);
}

.pullDown.loading .pullDownIcon,
.pullUp.loading .pullUpIcon {
	/* background-image: url(loader.png); */
	background-size: 100% auto;
	background-position: 0 100%;
	-webkit-transform: rotate(0deg) translateZ(0);
	-webkit-transition-duration: 0ms;
	-webkit-animation-name: loading;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-transform: rotate(0deg) translateZ(0);
	-moz-transition-duration: 0ms;
	-moz-animation-name: loading;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg) translateZ(0);
	}

	to {
		-webkit-transform: rotate(360deg) translateZ(0);
	}
}

@-moz-keyframes loading {
	from {
		-moz-transform: rotate(0deg) translateZ(0);
	}

	to {
		-moz-transform: rotate(360deg) translateZ(0);
	}
}

#oHeight {
	height: .8rem;
	padding-top: .2rem;
	padding-bottom: .7rem;
	position: relative;
	background-color: #ffffff;
	z-index: 999;
}

.commonfooter-zw {
	position: fixed;
	width: 7.5rem;
	height: 1.2rem;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 999;
	background-image: url(../../images/footerbg.png);
	background-size: 7.5rem;
}

.commonfooter-zw>div {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.commonfooter-zw>div .footer-btn {
	height: .4rem;
	display: block;
	margin: auto;
	margin-top: .34rem;
}

.commonfooter-zw>div p {
	text-align: center;
	font-size: .2rem;
	color: #c3c4c8;
	margin-top: .1rem;
}

.commonfooter-zw .active p {
	color: #3480ff;
}

.zp_header {
	height: .88rem;
	background-color: #ededed;
}

.zpclose {
	position: absolute;
	width: .27rem;
	height: .27rem;
	margin-top: .305rem;
	left: .3rem;
	z-index: 9;
}

.zpnames {
	position: absolute;
	font-size: .24rem;
	color: #333333;
	font-size: .36rem;
	line-height: .88rem;
	text-align: center;
	width: 7.5rem;
}

.zpmore {
	position: absolute;
	width: .33rem;
	margin-top: .405rem;
	right: .3rem;
	z-index: 9;
}

#fc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 99;
	display: none;
}

#fc .oUl {
	position: absolute;
	bottom: 1.75rem;
	width: 6.9rem;
	left: .3rem;
	border-radius: .1rem;
	overflow: hidden;
	animation: status1 .3s linear 1;
	-webkit-animation: status1 .3s linear 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

#fc .oUl>li {
	width: 6.9rem;
	height: 1rem;
	background-color: #FFFFFF;
	border-bottom: .01rem solid #e4e4e4;
	text-align: center;
	line-height: 1rem;
	font-size: .32rem;
	color: #333333;
}

#fc .oUl>li:last-of-type {
	border-bottom: none;
}

#fc .close_fc {
	position: absolute;
	bottom: .63rem;
	background-color: #FFFFFF;
	border: none;
	outline: none;
	width: 6.9rem;
	height: .9rem;
	border-radius: .1rem;
	left: .3rem;
	font-size: .32rem;
	color: #333333;
	animation: status1 .3s linear 1;
	-webkit-animation: status1 .3s linear 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@keyframes status1 {
	from {
		transform: translateY(5rem);
	}

	to {
		transform: translateY(0);
	}
}

@-webkit-keyframes status1 {
	from {
		-webkit-transform: translateY(5rem);
	}

	to {
		-webkit-transform: translateY(0);
	}
}

.msg {
	background: #ff3e3e;
	font-size: 0.72rem;
	color: #FFFFFF;
	width: 1rem !important;
	height: 1rem !important;
	transform: scale(.34);
	-webkit-transform: scale(.34);
	line-height: 0.9rem;
	text-align: center;
	border: .05rem solid #FFFFFF;
	position: relative;
	border-radius: 1rem;
	/* right: -1.04rem; */
	display: block;
	/* top: -0.28rem; */
	/* margin-left: 9%; */
	margin-top: -1.2rem;
	/* margin: auto; */
	margin-left: 37%;
}

.loadingfc {
	width: 7.5rem;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	z-index: 99;
	display: none;
}

.loading {
	width: 2.2rem;
	height: 0.6rem;
	margin: 0 auto;
	position: fixed;
	top: 40%;
	left: 2.65rem;
}

.loading span {
	display: inline-block;
	width: 8px;
	height: 100%;
	border-radius: 4px;
	background: #54bdff;
	-webkit-animation: load 1s ease infinite;
}

@-webkit-keyframes load {

	0%,
	100% {
		height: 40px;
		background: #3480ff;
	}

	50% {
		height: 70px;
		margin: -15px 0;
		background: lightblue;
	}
}

.loading span:nth-child(2) {
	-webkit-animation-delay: 0.2s;
}

.loading span:nth-child(3) {
	-webkit-animation-delay: 0.4s;
}

.loading span:nth-child(4) {
	-webkit-animation-delay: 0.6s;
}

.loading span:nth-child(5) {
	-webkit-animation-delay: 0.8s;
}

.imgfc {
	width: 7.5rem;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, .7);
	display: none;
}

.imgfc img {
	width: 7.5rem;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.noscroll {
	position: absolute;
	height: 100%;
	overflow: hidden;
}

body {
	-webkit-text-size-adjust: 100% !important;
}

.commonfooter-zw>div:nth-of-type(3) .footer-btn {
	width: 0.6rem;
	height: .6rem;
	margin-top: 0.14rem;
}
