* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	padding-bottom: 52px;
	background: #F9F9F9;
}

button {
	border: none;
	outline: none;
}

input:focus,
button:focus{
	border: none;
	outline: none;
}

img {
	vertical-align: middle;
}

a {
	display: block;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	cursor: pointer;
}

header {
	padding: 6px 0;
	text-align: center;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
}

header img {
	width: 100px;
}

.other_nav {
	padding: 13px 10px;
	text-align: center;
	font-size: 16px;
	position: relative;
	background-image: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
}

.other_nav>a>img {
	width: 20px;
	position: absolute;
	left: 5px;
	top: 14px;
}

#bottom {
	height: 52px;
	border-top: 1px solid #e6e4e4;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#bottom a {
	height: 48px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

#bottom a img {
	width: 20px;
	height: 20px;
	margin: 8px auto 3px;
}

#bottom a:first-of-type img{
	width: 16px;
	height: 20px;
}

#bottom a:nth-of-type(3) img{
    width: 24px;
	height: 20px;
}

#bottom a p {
	font-size: 12px;
}

.activeFooter {
	color: #F55555;
}

.nothing {
	width: 100%;
	height: auto;
	padding: 15px 0;
	text-align: center;
}

.nothing>img {
	width: 84px;
}

.nothing>p {
	color: #9C9C9C;
	font-size: 12px;
	margin-top: 6px;
}

.zz {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: none;
	z-index: 99;
	background: rgba(0, 0, 0, 0.4);
}

.success,
.tixing,
.toLogin,
.ap {
	width: 70%;
	height: auto;
	padding: 20px 0;
	text-align: center;
	position: fixed;
	top: 26%;
	left: 15.5%;
	display: none;
	z-index: 999;
	border-radius: 8px;
	overflow: hidden;
	background: #FFFFFF;
}

.toLogin {
	padding-bottom: 0;
}

.success img,
.tixing img,
.toLogin img {
	width: 60px;
}

.tixing img{
	width: 52px !important;
}

.success p,
.tixing p,
.toLogin p {
	color: #383838;
	font-size: 14px;
	margin-top: 5px;
	color: #F55555;
}

.qx,
.qr {
	width: 50%;
	height: 35px;
	line-height: 35px;
	margin-top: 20px !important;
	color: #FFFFFF !important;
	background: #EE5456;
	float: left;
}

.qx {
	background: #D0D0D0 !important;
}

.qr a {
	color: #FFFFFF;
	display: block;
}

/*页脚*/
footer{
	height: auto;
	padding: 15px 5px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	background: #181818;
	line-height: 20px;
}

footer a{
	color: #FFFFFF;
	display: inline-block;
}